Skip to content

Commit

Permalink
Disable warning AD0001 from Microsoft.AspNetCore.Mvc.Analyzers
Browse files Browse the repository at this point in the history
AD0001 warning comes from depreciated Microsoft.AspNetCore.Mvc.Analyzers (transitive reference)
  • Loading branch information
axunonb committed Jan 22, 2024
1 parent dab6ee1 commit ca59099
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions League/League.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Localizations for English and German are included. The library is in operation o
<!-- With dotnet, add parameter: -p:SatelliteResourceLanguages="""en;de""" -->
<SatelliteResourceLanguages>en;de</SatelliteResourceLanguages>
<ImplicitUsings>enable</ImplicitUsings>
<!-- AD0001 warning comes from depreciated Microsoft.AspNetCore.Mvc.Analyzers (transitive reference) -->
<NoWarn>$(NoWarn);AD0001</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit ca59099

Please sign in to comment.