Browse Source

Disable warning on AD0001

crobibero 4 years ago
parent
commit
1acbceaade
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Jellyfin.Api/Jellyfin.Api.csproj

+ 2 - 0
Jellyfin.Api/Jellyfin.Api.csproj

@@ -10,6 +10,8 @@
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
     <Nullable>enable</Nullable>
     <Nullable>enable</Nullable>
+    <!-- https://github.com/microsoft/ApplicationInsights-dotnet/issues/2047 -->
+    <NoWarn>AD0001</NoWarn>
   </PropertyGroup>
   </PropertyGroup>
 
 
   <ItemGroup>
   <ItemGroup>