aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-10-09 17:10:16 +0200
committerBond_009 <bond.009@outlook.com>2019-10-09 17:14:15 +0200
commit9d4ce82ab9e85a89aa2463e051f805113d952ac5 (patch)
tree27ca4a6f450dd1959be04fb534f93881d4718627 /Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
parentd8d2e52e3ffaa59a32cc2cbb4997022b979f9ca0 (diff)
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs')
-rw-r--r--Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
index f67a09daa..c3cdcc222 100644
--- a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
+++ b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs
@@ -59,10 +59,7 @@ namespace Emby.Server.Implementations.AppBase
private set => _dataPath = Directory.CreateDirectory(value).FullName;
}
- /// <summary>
- /// Gets the magic string used for virtual path manipulation.
- /// </summary>
- /// <value>The magic string used for virtual path manipulation.</value>
+ /// <inheritdoc />
public string VirtualDataPath { get; } = "%AppDataPath%";
/// <summary>