diff --git a/.editorconfig b/.editorconfig index f199d80f9e..709cd532da 100644 --- a/.editorconfig +++ b/.editorconfig @@ -170,6 +170,9 @@ dotnet_diagnostic.rcs1037.severity = error # RCS1036: Remove redundant empty line. dotnet_diagnostic.rcs1036.severity = error +dotnet_diagnostic.S2325.severity = none +dotnet_diagnostic.S4136.severity = none + xml_space_before_self_closing = true resharper_arrange_object_creation_when_type_not_evident_highlighting = none diff --git a/.github/workflows/_unit_tests.yml b/.github/workflows/_unit_tests.yml index 502f1d507e..286445f3bf 100644 --- a/.github/workflows/_unit_tests.yml +++ b/.github/workflows/_unit_tests.yml @@ -42,6 +42,6 @@ jobs: - name: Test Summary uses: test-summary/action@v2.4 - if: ${{ always() && matrix.dotnet_version == '9.0' }} + if: ${{ always() && matrix.dotnet_version == '10.0' }} with: paths: artifacts/test-results/*.results.xml diff --git a/build/.run/Artifacts DotnetTool Test.run.xml b/build/.run/Artifacts DotnetTool Test.run.xml index ffb49db890..ac637febb2 100644 --- a/build/.run/Artifacts DotnetTool Test.run.xml +++ b/build/.run/Artifacts DotnetTool Test.run.xml @@ -15,7 +15,7 @@