parent
2487ca15dc
commit
b1fceb6a00
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@
|
|||
|
||||
<!-- CA1512 - Use 'ArgumentOutOfRangeException.ThrowIfEqual'
|
||||
Requires https://github.com/dotnet/aspnetcore/issues/47673 -->
|
||||
<RepoNoWarns>CA1512</RepoNoWarns>
|
||||
<!-- IDE0005 - Using directive is unnecessary: https://github.com/dotnet/aspnetcore/issues/47932 -->
|
||||
<!-- IDE0059 - Unnecessary assignment of a value: https://github.com/dotnet/aspnetcore/pull/47931 -->
|
||||
<RepoNoWarns>CA1512;IDE0005;IDE0059</RepoNoWarns>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue