Explorar o código

Disable warning on AD0001

crobibero %!s(int64=4) %!d(string=hai) anos
pai
achega
1acbceaade
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Jellyfin.Api/Jellyfin.Api.csproj

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

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