Merge branch 'main' into darc-main-817315bd-ca8d-4e8e-9a2e-b14bfc73bc22

This commit is contained in:
Larry Ewing 2023-05-04 09:52:22 -05:00 committed by GitHub
commit aceb54a225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 13 deletions

View file

@ -26,9 +26,11 @@
<!-- CA1512 - Use 'ArgumentOutOfRangeException.ThrowIfEqual'
Requires https://github.com/dotnet/aspnetcore/issues/47673 -->
<!-- CA1854 - Prefer the 'IDictionary.TryGetValue(TKey, out TValue)' method
https://github.com/dotnet/aspnetcore/issues/48052 -->
<!-- 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>
<RepoNoWarns>CA1512;CA1854;IDE0005;IDE0059</RepoNoWarns>
</PropertyGroup>
<ItemGroup>