Disable warning on AD0001

This commit is contained in:
crobibero 2020-11-13 10:24:40 -07:00
parent 3c8800604e
commit 1acbceaade
1 changed files with 2 additions and 0 deletions

View File

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