Disable warning on AD0001

pull/4480/head
crobibero 4 years ago
parent 3c8800604e
commit 1acbceaade

@ -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>

Loading…
Cancel
Save