Disable warnings for aspnetcore, cleanup NoWarns (#16792)

This commit is contained in:
Matt Thalman 2023-06-22 20:08:59 -05:00 committed by GitHub
parent 2a43d7040d
commit 29bfd81725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 29 deletions

View file

@ -44,9 +44,6 @@
<BuildCommand>$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand>
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
<!-- CS9057 - Caused by incoherency of analyzer assemblies during pre-release builds. -->
<RepoNoWarns>CS9057</RepoNoWarns>
</PropertyGroup>
<ItemGroup>