Browse Source

Disable warning on AD0001

crobibero 4 years ago
parent
commit
ec5781504e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Emby.Server.Implementations/Emby.Server.Implementations.csproj

+ 2 - 0
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-->