From f82f801d68423c047555d9ceeb3a705e445fe9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:27:58 +0100 Subject: [PATCH] build: Bump xunit from 2.6.2 to 2.6.3 (#220) * 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] * build: Added ignore for xUnit1042 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Lechtermann --- .editorconfig | 4 +++- src/dscom.test/dscom.test.csproj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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. 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