Enable StyleCop for MediaBrowser.Common

This commit is contained in:
Bond-009
2020-06-03 13:04:45 +02:00
parent 40502a33e0
commit f404e915ee
11 changed files with 94 additions and 70 deletions

View File

@@ -24,7 +24,7 @@ namespace MediaBrowser.Common.Configuration
event EventHandler<ConfigurationUpdateEventArgs> NamedConfigurationUpdated;
/// <summary>
/// Gets or sets the application paths.
/// Gets the application paths.
/// </summary>
/// <value>The application paths.</value>
IApplicationPaths CommonApplicationPaths { get; }