Enable TreatWarningsAsErrors for MediaBrowser.Common and Emby.Photos

Adds `#pragma warning disable CS1591` to all files in
MediaBrowser.Common containing undocumented members.
This commit is contained in:
Bond_009
2019-10-09 17:10:16 +02:00
parent d8d2e52e3f
commit 9d4ce82ab9
28 changed files with 98 additions and 36 deletions

View File

@@ -77,7 +77,10 @@ namespace MediaBrowser.Common.Configuration
/// <value>The temp directory.</value>
string TempDirectory { get; }
/// <summary>
/// Gets the magic string used for virtual path manipulation.
/// </summary>
/// <value>The magic string used for virtual path manipulation.</value>
string VirtualDataPath { get; }
}
}