From feaf90b549df741ab9758bbf4dee1b72e3120cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:25:41 +0000 Subject: [PATCH 1/2] build: Bump xunit from 2.6.2 to 2.6.3 Bumps [xunit](https://github.com/xunit/xunit) from 2.6.2 to 2.6.3. - [Commits](https://github.com/xunit/xunit/compare/2.6.2...2.6.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/dscom.test/dscom.test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dscom.test/dscom.test.csproj b/src/dscom.test/dscom.test.csproj index 50507db..49ba3b7 100644 --- a/src/dscom.test/dscom.test.csproj +++ b/src/dscom.test/dscom.test.csproj @@ -18,7 +18,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 2dbf96a562f0f1fffa5255cec805c832969af6b9 Mon Sep 17 00:00:00 2001 From: Mark Lechtermann Date: Tue, 12 Dec 2023 14:18:50 +0100 Subject: [PATCH 2/2] build: Added ignore for xUnit1042 --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c4bd40c..bf55c91 100644 --- a/.editorconfig +++ b/.editorconfig @@ -186,4 +186,6 @@ dotnet_diagnostic.CS1574.severity = none # XML comment has cref attribute dotnet_diagnostic.IDE0251.severity = none # Make member 'readonly' -dotnet_diagnostic.xUnit1012.severity = none # Make member 'readonly' \ No newline at end of file +dotnet_diagnostic.xUnit1012.severity = none # Make member 'readonly' +dotnet_diagnostic.xUnit1042.severity = none # The member referenced by the MemberData attribute returns untyped data rows, such as object[]. Consider using TheoryData<> as the return type to provide bette +r type safety.