[Refactor] Refactor some stuff (#2688)
* fix some `internal` classes being exposed * update xmldoc comments to use `<see langword>` * bump library version in samples * fix possible oversight
This commit is contained in:
@@ -329,7 +329,7 @@ namespace Discord.Rest
|
||||
/// invalid characters as defined by <see cref="System.IO.Path.GetInvalidPathChars"/>.
|
||||
/// </exception>
|
||||
/// <exception cref="ArgumentNullException">
|
||||
/// <paramref name="filePath" /> is <c>null</c>.
|
||||
/// <paramref name="filePath" /> is <see langword="null" />.
|
||||
/// </exception>
|
||||
/// <exception cref="PathTooLongException">
|
||||
/// The specified path, file name, or both exceed the system-defined maximum length. For example, on
|
||||
|
||||
Reference in New Issue
Block a user