We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10f5c0 commit 48e7961Copy full SHA for 48e7961
src/Components/Web/src/Microsoft.AspNetCore.Components.Web.csproj
@@ -7,8 +7,6 @@
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
<RootNamespace>Microsoft.AspNetCore.Components</RootNamespace>
9
<Nullable>enable</Nullable>
10
- <!-- SYSLIB0020: JsonSerializerOptions.IgnoreNullValues is obsolete -->
11
- <NoWarn>$(NoWarn);SYSLIB0020</NoWarn>
12
<IsTrimmable>true</IsTrimmable>
13
<!-- TODO: Address Native AOT analyzer warnings https://github.com/dotnet/aspnetcore/issues/45473 -->
14
<EnableAOTAnalyzer>false</EnableAOTAnalyzer>
0 commit comments