diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-02-23 12:11:43 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-02-23 12:11:43 +0100 |
| commit | 07cc4be6a747cfea40ee7a540385d6d8f38de726 (patch) | |
| tree | 4bb46379abc5df6bf2a3e385b5fd281aa4c80b3d /MediaBrowser.Model/IO/FileSystemMetadata.cs | |
| parent | 72c98e41ca2c0042edf645298371245c1abee354 (diff) | |
Fix some warnings
* Add analyzers to MediaBrowser.XbmcMetadata
* Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata
* Add analyzers to MediaBrowser.WebDashboard
* Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard
* Disable SA1600 in favor of CS1591
Diffstat (limited to 'MediaBrowser.Model/IO/FileSystemMetadata.cs')
| -rw-r--r-- | MediaBrowser.Model/IO/FileSystemMetadata.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Model/IO/FileSystemMetadata.cs b/MediaBrowser.Model/IO/FileSystemMetadata.cs index 8010e2dcd..4b9102392 100644 --- a/MediaBrowser.Model/IO/FileSystemMetadata.cs +++ b/MediaBrowser.Model/IO/FileSystemMetadata.cs @@ -1,5 +1,4 @@ #pragma warning disable CS1591 -#pragma warning disable SA1600 using System; @@ -54,7 +53,7 @@ namespace MediaBrowser.Model.IO /// </summary> /// <value>The creation time UTC.</value> public DateTime CreationTimeUtc { get; set; } - + /// <summary> /// Gets a value indicating whether this instance is directory. /// </summary> |
