diff options
| author | crobibero <cody@robibe.ro> | 2020-11-13 10:29:26 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-13 10:29:26 -0700 |
| commit | ec5781504ea445f06554afa7853028bca9b75ec0 (patch) | |
| tree | f4cde43a4a49bf6c76cab04d87bfa9bb6ebe169b | |
| parent | 1acbceaade9339b48abfc7a276bb4eba68ec9d02 (diff) | |
Disable warning on AD0001
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index bcddea281..f3052f544 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -53,6 +53,8 @@ <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TreatWarningsAsErrors Condition=" '$(Configuration)' == 'Release'">true</TreatWarningsAsErrors> + <!-- https://github.com/microsoft/ApplicationInsights-dotnet/issues/2047 --> + <NoWarn>AD0001</NoWarn> </PropertyGroup> <!-- Code Analyzers--> |
