From 0b3a51fad3741e50bc53d524d594f5aaa4bd783e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:02:36 +0000 Subject: [PATCH 001/266] Bump xunit in /csharp/unit-testing-best-practices/after Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index 55e7a5ed481..ce700462cf4 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -8,7 +8,7 @@ - + From cab2c9d95f63e4134e9179fac618827c6a82fe0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:02:40 +0000 Subject: [PATCH 002/266] Bump xunit in /core/getting-started/golden/test/test-library Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index 6a63886a071..fbbe34434d4 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -10,7 +10,7 @@ - + From 375f3f1511b713472f509e8083d678ce49a93e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:03:23 +0000 Subject: [PATCH 003/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index fbbe34434d4..62b29098c00 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -11,7 +11,7 @@ - + From cdf558883c7e9768b91d31216639f95ba079aa91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:03:24 +0000 Subject: [PATCH 004/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index ce700462cf4..b2d2634cd88 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -9,7 +9,7 @@ - + From 8438a34819a7bfd360d397d01faf3c59265a184e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:07:40 +0000 Subject: [PATCH 005/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index a62addc0240..8c28eeb0333 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -11,7 +11,7 @@ - + From 63ddf8b1508833fd3f9022814c2d3ab1836ab5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:07:48 +0000 Subject: [PATCH 006/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index c99245b32f7..9501ee5e7ef 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -6,7 +6,7 @@ - + From 0bc06a3b8b96d9dcb28646cb328e6e3fc4880b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:08:32 +0000 Subject: [PATCH 007/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index 8c28eeb0333..af5ef69d859 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -12,6 +12,6 @@ - + From 8f2c474d9fc5eaeb5e3f250177e63ca089891850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:08:48 +0000 Subject: [PATCH 008/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index 9501ee5e7ef..6b07f57d405 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -7,7 +7,7 @@ - + From 931a1b831f9529e505ac8299ba65ce79f92aedf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:10:00 +0000 Subject: [PATCH 009/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index 8793ca0c676..89e47478d08 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -8,7 +8,7 @@ - + From 497edbe0fce0892873a54039d69ec829c8018e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:10:54 +0000 Subject: [PATCH 010/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index 89e47478d08..b188a044fc7 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -9,7 +9,7 @@ - + From 70ee3990973e2d42b35f1b74fe2314e32267b83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:14:27 +0000 Subject: [PATCH 011/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index 55e7a5ed481..b3495e0f1ca 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -9,7 +9,7 @@ - + From ebe7fb29b707b6a235c3e8b3a7c9e18884524ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:14:39 +0000 Subject: [PATCH 012/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index c9f8c71fc6f..7564e9b4909 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -13,7 +13,7 @@ - + From d4211cfc6b1ce9332452cf8fa3988d4dc2b638d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:15:16 +0000 Subject: [PATCH 013/266] Bump xunit in /csharp/unit-testing-best-practices/before Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index b3495e0f1ca..b2d2634cd88 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -8,7 +8,7 @@ - + From e225861547a16d7f5bd101ae1e22ee07cdcdef16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:15:29 +0000 Subject: [PATCH 014/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 41e50a0a918..d8906e79df9 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -8,7 +8,7 @@ - + From 336f524f073bca056f288c25688e4c4e12dc827d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:15:31 +0000 Subject: [PATCH 015/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index 7564e9b4909..d49880e68ca 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -14,7 +14,7 @@ - + From 6191ab2061148b7db82509fb41b2855e68818f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:15:59 +0000 Subject: [PATCH 016/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index 2324dcff0f2..c913d75986d 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -7,7 +7,7 @@ - + From 8c761ba28948e8ebbd435b9ac1f7cd50dd53ca14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:16:16 +0000 Subject: [PATCH 017/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index d8906e79df9..5cb332a9084 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From 920e7f564b062bc3a119fb830a6d783cc0335285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:16:49 +0000 Subject: [PATCH 018/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index c913d75986d..723d79597ce 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -8,7 +8,7 @@ - + From cedb57ffbf70f3d9c2271dcb8b28f09813c4495b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:17:40 +0000 Subject: [PATCH 019/266] Bump xunit in /core/console-apps/NewTypesMsBuild/test/NewTypesTests Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index de4270a1161..8675257ce5a 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -6,7 +6,7 @@ - + From 55370931947646aca6c596de7e468165629055d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:17:48 +0000 Subject: [PATCH 020/266] Bump xunit in /core/getting-started/golden/test-library Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index 199c8497bed..e2236e34ed1 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -7,7 +7,7 @@ - + From 0375ce20e6f2848f171e1b6bac66c017e3b07fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:18:26 +0000 Subject: [PATCH 021/266] Bump Octokit Bumps [Octokit](https://github.com/octokit/octokit.net) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/octokit/octokit.net/releases) - [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md) - [Commits](https://github.com/octokit/octokit.net/compare/v8.0.1...v8.1.1) --- updated-dependencies: - dependency-name: Octokit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj b/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj index 57017cbf9b9..47ba1b104a1 100644 --- a/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj +++ b/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj @@ -8,7 +8,7 @@ - + From 46fa8f877265f5b5303fb6ae794c2b72088fc398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:18:33 +0000 Subject: [PATCH 022/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index e2236e34ed1..cd7cc0916d0 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -8,7 +8,7 @@ - + From d6151572909728b05a55648632ae04ec00c52915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:18:57 +0000 Subject: [PATCH 023/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index 8675257ce5a..060b942b1c1 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -7,7 +7,7 @@ - + From 826cd9e1b95df226641712779819d5dadc545640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:24:44 +0000 Subject: [PATCH 024/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 60c0ff3654f..60eed7ba14c 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -20,7 +20,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index e8a1fbe198c..b7262949ba6 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -1,6 +1,6 @@ - + From 483c734fc4b6b317bdeb5a45591c3fb0b3a8e34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:24:49 +0000 Subject: [PATCH 025/266] Bump xunit from 2.5.1 to 2.5.3 in /csharp/unit-testing/XUnit.TestProject Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index 28b5dbece02..484ae39222b 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 15b36f1b6cc5aff4d749ec809e2a2f9b0a01a4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:24:50 +0000 Subject: [PATCH 026/266] Bump xunit.analyzers Bumps [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.3.0 to 1.4.0. - [Commits](https://github.com/xunit/xunit.analyzers/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: xunit.analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 60c0ff3654f..c83d3cdb347 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -22,7 +22,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index e8a1fbe198c..f8ef4e35363 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -2,7 +2,7 @@ - + From c92f358c162482266711d23c7fa5aa8bb3979880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:24:54 +0000 Subject: [PATCH 027/266] Bump xunit.core Bumps [xunit.core](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 60c0ff3654f..06d95ea1356 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -24,7 +24,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index e8a1fbe198c..cb3b594d1c2 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -4,7 +4,7 @@ - + From 8a94a671688541f7b06498141940a837bccaf820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:24:58 +0000 Subject: [PATCH 028/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../src/Car.Net45/Car.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/Car.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/Car.Net45.csproj index 023e99a346b..515d294015b 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/Car.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/Car.Net45.csproj @@ -16,6 +16,6 @@ - + \ No newline at end of file diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 60c0ff3654f..1227cb553c0 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -27,6 +27,6 @@ - + \ No newline at end of file diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index e8a1fbe198c..bc0e7348987 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -7,5 +7,5 @@ - + \ No newline at end of file From a65ddb0b33640435a606a3583a7165fbbc0e1106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:25:31 +0000 Subject: [PATCH 029/266] Bump xunit.extensibility.execution Bumps [xunit.extensibility.execution](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.extensibility.execution dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index ab2944b83f4..2020f8c1051 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -26,7 +26,7 @@ - + \ No newline at end of file diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 0ae937cd305..73e2f7314c4 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -6,6 +6,6 @@ - + \ No newline at end of file From 4f5f163abb47240901f7c6f1dd0fc5fb221383d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:25:36 +0000 Subject: [PATCH 030/266] Bump xunit.runner.visualstudio in /csharp/unit-testing/XUnit.TestProject Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index 484ae39222b..a08939d9252 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From e5e9e52b57c3d2088a7d9c84415b0bb3231601d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:30:14 +0000 Subject: [PATCH 031/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index ee424faf19e..6f421107ce3 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From e3680f1a6b32df46d979e38ced06305ea33c8b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:30:58 +0000 Subject: [PATCH 032/266] Bump xunit.assert Bumps [xunit.assert](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.assert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 2020f8c1051..c59fa4dceb1 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -23,7 +23,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 73e2f7314c4..d16cb049ca1 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -3,7 +3,7 @@ - + From ee65837c487bb667f4edcca13097b43bf4a7a89c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:31:25 +0000 Subject: [PATCH 033/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index 6f421107ce3..f90ebdaa077 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From c4f9ac94433879f07e29555cea70205b2a11fdb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:38:13 +0000 Subject: [PATCH 034/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../src/Car.Net45/packages.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/packages.config index 07af911ca65..a5b0fc57621 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/packages.config @@ -1,5 +1,5 @@ - + \ No newline at end of file From 4adf7d94ab332718046968d8f2a092cd1a67552d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:38:40 +0000 Subject: [PATCH 035/266] Bump Octokit Bumps [Octokit](https://github.com/octokit/octokit.net) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/octokit/octokit.net/releases) - [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md) - [Commits](https://github.com/octokit/octokit.net/compare/v8.0.1...v8.1.1) --- updated-dependencies: - dependency-name: Octokit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../start/IssuePRreport/IssuePRreport/IssuePRreport.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj b/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj index 80f78bd1a7d..2700e4c756a 100644 --- a/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj +++ b/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj @@ -8,7 +8,7 @@ - + From 9b0e5f2e0880fa916a75668bcd66a7f2388ad09f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:42:42 +0000 Subject: [PATCH 036/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index ba47f392983..43ae806505a 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From 1d50273d620cdc1acd471b5515e037e3a5fd899f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:43:50 +0000 Subject: [PATCH 037/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 43ae806505a..528bc1d1ef7 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -6,7 +6,7 @@ - + From 21214b63af3a7f10db413ce464a1a55bfff54b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:44:27 +0000 Subject: [PATCH 038/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index de2a7670bdf..b9415a4b262 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From d2a946797b5e088747ce8435825abb346a247c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:45:17 +0000 Subject: [PATCH 039/266] Bump xunit in /csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index b9415a4b262..9565bff921c 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From b778c71ec4c2b6822e4eebf153e59fc5834802f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:54:11 +0000 Subject: [PATCH 040/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj index 901768fee6c..3d49e0fe861 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj @@ -11,6 +11,6 @@ - + From e0fd5009de7c2c2b0731076f645f8fbd6969989b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:08:10 +0000 Subject: [PATCH 041/266] Bump Azure.Identity from 1.8.0 to 1.10.2 in /orleans/ShoppingCart/Silo Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.8.0 to 1.10.2. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.8.0...Azure.Identity_1.10.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- orleans/ShoppingCart/Silo/Orleans.ShoppingCart.Silo.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orleans/ShoppingCart/Silo/Orleans.ShoppingCart.Silo.csproj b/orleans/ShoppingCart/Silo/Orleans.ShoppingCart.Silo.csproj index d9fb78976dd..0c8aef2cdb8 100644 --- a/orleans/ShoppingCart/Silo/Orleans.ShoppingCart.Silo.csproj +++ b/orleans/ShoppingCart/Silo/Orleans.ShoppingCart.Silo.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -8,7 +8,7 @@ - + From b0e7503e61a8d83009a0ad84f72cf28d93e8b95c Mon Sep 17 00:00:00 2001 From: Afifi <89879907+afifi-ins@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:10:00 +0300 Subject: [PATCH 042/266] Update WCF TransportSecurity Sample to support NET Core (#6207) --- .../TransportSecurity/CS/client/App.config | 3 +- .../CS/client/CalculatorClientConstructor.cs | 12 ++ .../ConnectedService.json | 17 ++ .../Reference.cs | 177 ++++++++++++++++++ .../CS/client/Properties/AssemblyInfo.cs | 22 --- .../TransportSecurity/CS/client/client.cs | 44 +++-- .../TransportSecurity/CS/client/client.csproj | 116 +++--------- .../CS/service/service.csproj | 65 ++----- 8 files changed, 272 insertions(+), 184 deletions(-) create mode 100644 framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/CalculatorClientConstructor.cs create mode 100644 framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Connected Services/Microsoft.Samples.TransportSecurity/ConnectedService.json create mode 100644 framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Connected Services/Microsoft.Samples.TransportSecurity/Reference.cs delete mode 100644 framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Properties/AssemblyInfo.cs diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/App.config b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/App.config index 7c24503ac7e..b183bdf3249 100644 --- a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/App.config +++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/App.config @@ -20,5 +20,4 @@ - - + diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/CalculatorClientConstructor.cs b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/CalculatorClientConstructor.cs new file mode 100644 index 00000000000..43fdfba3c04 --- /dev/null +++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/CalculatorClientConstructor.cs @@ -0,0 +1,12 @@ +namespace Microsoft.Samples.TransportSecurity +{ + // This partial class constructor is needed as the service is hosted in IIS and advertises both HTTP and HTTPS endpoints. + // This causes the generated client to have 2 configurations so a default constructor can't be generated as it's unknown which to use. + // By adding this constructor, we can choose which endpoint we wish to use as the default. + public partial class CalculatorClient + { +#if NET6_0_OR_GREATER + public CalculatorClient() : this(EndpointConfiguration.BasicHttpBinding_ICalculator1) { } +#endif + } +} diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Connected Services/Microsoft.Samples.TransportSecurity/ConnectedService.json b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Connected Services/Microsoft.Samples.TransportSecurity/ConnectedService.json new file mode 100644 index 00000000000..e6e4df05046 --- /dev/null +++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Connected Services/Microsoft.Samples.TransportSecurity/ConnectedService.json @@ -0,0 +1,17 @@ +{ + "ExtendedData": { + "inputs": [ + "https://localhost/servicemodelsamples/service.svc" + ], + "collectionTypes": [ + "System.Array", + "System.Collections.Generic.Dictionary`2" + ], + "namespaceMappings": [ + "*, Microsoft.Samples.TransportSecurity" + ], + "sync": true, + "targetFramework": "net6.0", + "typeReuseMode": "None" + } +} \ No newline at end of file diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Connected Services/Microsoft.Samples.TransportSecurity/Reference.cs b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Connected Services/Microsoft.Samples.TransportSecurity/Reference.cs new file mode 100644 index 00000000000..b663e8a60d9 --- /dev/null +++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Connected Services/Microsoft.Samples.TransportSecurity/Reference.cs @@ -0,0 +1,177 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Microsoft.Samples.TransportSecurity +{ + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.1.0")] + [System.ServiceModel.ServiceContractAttribute(Namespace="http://Microsoft.Samples.TransportSecurity", ConfigurationName="Microsoft.Samples.TransportSecurity.ICalculator")] + public interface ICalculator + { + + [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.Samples.TransportSecurity/ICalculator/Add", ReplyAction="http://Microsoft.Samples.TransportSecurity/ICalculator/AddResponse")] + double Add(double n1, double n2); + + [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.Samples.TransportSecurity/ICalculator/Add", ReplyAction="http://Microsoft.Samples.TransportSecurity/ICalculator/AddResponse")] + System.Threading.Tasks.Task AddAsync(double n1, double n2); + + [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.Samples.TransportSecurity/ICalculator/Subtract", ReplyAction="http://Microsoft.Samples.TransportSecurity/ICalculator/SubtractResponse")] + double Subtract(double n1, double n2); + + [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.Samples.TransportSecurity/ICalculator/Subtract", ReplyAction="http://Microsoft.Samples.TransportSecurity/ICalculator/SubtractResponse")] + System.Threading.Tasks.Task SubtractAsync(double n1, double n2); + + [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.Samples.TransportSecurity/ICalculator/Multiply", ReplyAction="http://Microsoft.Samples.TransportSecurity/ICalculator/MultiplyResponse")] + double Multiply(double n1, double n2); + + [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.Samples.TransportSecurity/ICalculator/Multiply", ReplyAction="http://Microsoft.Samples.TransportSecurity/ICalculator/MultiplyResponse")] + System.Threading.Tasks.Task MultiplyAsync(double n1, double n2); + + [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.Samples.TransportSecurity/ICalculator/Divide", ReplyAction="http://Microsoft.Samples.TransportSecurity/ICalculator/DivideResponse")] + double Divide(double n1, double n2); + + [System.ServiceModel.OperationContractAttribute(Action="http://Microsoft.Samples.TransportSecurity/ICalculator/Divide", ReplyAction="http://Microsoft.Samples.TransportSecurity/ICalculator/DivideResponse")] + System.Threading.Tasks.Task DivideAsync(double n1, double n2); + } + + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.1.0")] + public interface ICalculatorChannel : Microsoft.Samples.TransportSecurity.ICalculator, System.ServiceModel.IClientChannel + { + } + + [System.Diagnostics.DebuggerStepThroughAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.1.0")] + public partial class CalculatorClient : System.ServiceModel.ClientBase, Microsoft.Samples.TransportSecurity.ICalculator + { + + /// + /// Implement this partial method to configure the service endpoint. + /// + /// The endpoint to configure + /// The client credentials + static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials); + + public CalculatorClient(EndpointConfiguration endpointConfiguration) : + base(CalculatorClient.GetBindingForEndpoint(endpointConfiguration), CalculatorClient.GetEndpointAddress(endpointConfiguration)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public CalculatorClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : + base(CalculatorClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress)) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public CalculatorClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : + base(CalculatorClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) + { + this.Endpoint.Name = endpointConfiguration.ToString(); + ConfigureEndpoint(this.Endpoint, this.ClientCredentials); + } + + public CalculatorClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + base(binding, remoteAddress) + { + } + + public double Add(double n1, double n2) + { + return base.Channel.Add(n1, n2); + } + + public System.Threading.Tasks.Task AddAsync(double n1, double n2) + { + return base.Channel.AddAsync(n1, n2); + } + + public double Subtract(double n1, double n2) + { + return base.Channel.Subtract(n1, n2); + } + + public System.Threading.Tasks.Task SubtractAsync(double n1, double n2) + { + return base.Channel.SubtractAsync(n1, n2); + } + + public double Multiply(double n1, double n2) + { + return base.Channel.Multiply(n1, n2); + } + + public System.Threading.Tasks.Task MultiplyAsync(double n1, double n2) + { + return base.Channel.MultiplyAsync(n1, n2); + } + + public double Divide(double n1, double n2) + { + return base.Channel.Divide(n1, n2); + } + + public System.Threading.Tasks.Task DivideAsync(double n1, double n2) + { + return base.Channel.DivideAsync(n1, n2); + } + + public virtual System.Threading.Tasks.Task OpenAsync() + { + return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen)); + } + + private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.BasicHttpBinding_ICalculator)) + { + System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding(); + result.MaxBufferSize = int.MaxValue; + result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max; + result.MaxReceivedMessageSize = int.MaxValue; + result.AllowCookies = true; + return result; + } + if ((endpointConfiguration == EndpointConfiguration.BasicHttpBinding_ICalculator1)) + { + System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding(); + result.MaxBufferSize = int.MaxValue; + result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max; + result.MaxReceivedMessageSize = int.MaxValue; + result.AllowCookies = true; + result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport; + return result; + } + throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration)); + } + + private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration) + { + if ((endpointConfiguration == EndpointConfiguration.BasicHttpBinding_ICalculator)) + { + return new System.ServiceModel.EndpointAddress("http://localhost/servicemodelsamples/service.svc"); + } + if ((endpointConfiguration == EndpointConfiguration.BasicHttpBinding_ICalculator1)) + { + return new System.ServiceModel.EndpointAddress("https://localhost/servicemodelsamples/service.svc"); + } + throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration)); + } + + public enum EndpointConfiguration + { + + BasicHttpBinding_ICalculator, + + BasicHttpBinding_ICalculator1, + } + } +} diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Properties/AssemblyInfo.cs b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Properties/AssemblyInfo.cs deleted file mode 100644 index 921c832801c..00000000000 --- a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] -[assembly: AssemblyTitle("Client")] -[assembly: AssemblyDescription("TransportSecurity")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft Corporation")] -[assembly: AssemblyProduct("Windows Communication Foundation and Windows Workflow Foundation SDK")] -[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] \ No newline at end of file diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.cs b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.cs index f26c6a40577..ee359cdd20d 100644 --- a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.cs +++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.cs @@ -3,8 +3,10 @@ //---------------------------------------------------------------- using System; -using System.Net; +using System.IdentityModel.Selectors; +using System.IdentityModel.Tokens; using System.Security.Cryptography.X509Certificates; +using System.ServiceModel.Security; namespace Microsoft.Samples.TransportSecurity { @@ -17,10 +19,12 @@ static void Main() { // WARNING: This code is only needed for test certificates such as those created by makecert. It is // not recommended for production code. - PermissiveCertificatePolicy.Enact("CN=ServiceModelSamples-HTTPS-Server"); - // Create a client CalculatorClient client = new CalculatorClient(); + client.ClientCredentials.ServiceCertificate.SslCertificateAuthentication = new X509ServiceCertificateAuthentication(); + client.ClientCredentials.ServiceCertificate.SslCertificateAuthentication.CertificateValidationMode = X509CertificateValidationMode.Custom; + MyX509CertificateValidator myX509CertificateValidator = new MyX509CertificateValidator("CN=ServiceModelSamples-HTTPS-Server"); + client.ClientCredentials.ServiceCertificate.SslCertificateAuthentication.CustomCertificateValidator = myX509CertificateValidator; // Call the Add service operation. double value1 = 100.00D; @@ -57,30 +61,34 @@ static void Main() // WARNING: This code is only needed for test certificates such as those created by makecert. It is // not recommended for production code. - class PermissiveCertificatePolicy + public class MyX509CertificateValidator : X509CertificateValidator { - string subjectName; - static PermissiveCertificatePolicy currentPolicy; - PermissiveCertificatePolicy(string subjectName) - { - this.subjectName = subjectName; - ServicePointManager.ServerCertificateValidationCallback += - new System.Net.Security.RemoteCertificateValidationCallback(RemoteCertValidate); - } + private string _allowedIssuerName; - public static void Enact(string subjectName) + public MyX509CertificateValidator(string allowedIssuerName) { - currentPolicy = new PermissiveCertificatePolicy(subjectName); + if (string.IsNullOrEmpty(allowedIssuerName)) + { + throw new ArgumentNullException("allowedIssuerName", "[MyX509CertificateValidator] The string parameter allowedIssuerName was null or empty."); + } + + _allowedIssuerName = allowedIssuerName; } - bool RemoteCertValidate(object sender, X509Certificate cert, X509Chain chain, System.Net.Security.SslPolicyErrors error) + public override void Validate(X509Certificate2 certificate) { - if (cert.Subject == subjectName) + // Check that there is a certificate. + if (certificate == null) { - return true; + throw new ArgumentNullException("certificate", "[MyX509CertificateValidator] The X509Certificate2 parameter certificate was null."); } - return false; + // Check that the certificate issuer matches the configured issuer. + if (!certificate.Subject.Contains(_allowedIssuerName)) + { + throw new SecurityTokenValidationException + (string.Format("Certificate was not issued by a trusted issuer. Expected: {0}, Actual: {1}", _allowedIssuerName, certificate.IssuerName.Name)); + } } } } diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.csproj b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.csproj index 8dea0376b96..37c20b32c17 100644 --- a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.csproj +++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.csproj @@ -1,96 +1,34 @@ - - + - Debug - AnyCPU - 8.0.50301 - 2.0 - {F6D8FC2E-62D0-4554-AC3E-1964042590E3} + net462;net6.0 Exe - Properties - - - client - v4.8 - - - 2.0 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - + Client + TransportSecurity + Microsoft Corporation + Windows Communication Foundation and Windows Workflow Foundation SDK + Copyright (c) Microsoft Corporation - - true - full - false - bin\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - - - - - - + + + + + - - - - + + + + + - - + + + + - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Microsoft Visual Basic PowerPacks 10.0 - true - - - False - Windows Installer 3.1 - true - + + + + - - \ No newline at end of file + + diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/service/service.csproj b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/service/service.csproj index d613975c62e..94b0854c98c 100644 --- a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/service/service.csproj +++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/service/service.csproj @@ -1,37 +1,16 @@  - + + Debug AnyCPU 8.0.50110 - 2.0 {73D6E51B-9EAB-4EBE-BAA3-794D636BD176} Library Properties - - service - v4.8 - - - 2.0 - + v4.6.2 publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - true @@ -70,34 +49,14 @@ - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Microsoft Visual Basic PowerPacks 10.0 - true - - - False - Windows Installer 3.1 - true - - - - if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin - copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\ - copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin - copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples - copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin + + if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin + copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\ + copy "$(TargetDir)Service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin + copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples + copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin + - \ No newline at end of file + + From 111d2d6308422982d6769fc5be10dd033aac4f70 Mon Sep 17 00:00:00 2001 From: Afifi <89879907+afifi-ins@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:11:38 +0300 Subject: [PATCH 043/266] Update WCF sample - NetTcp Default client code (#6270) --- .../Basic/Binding/Net/Tcp/Default/CS/client/client.cs | 11 +++++++++-- .../Binding/Net/Tcp/Default/CS/client/client.csproj | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.cs b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.cs index 39817905c53..74751c83cee 100644 --- a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.cs +++ b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.cs @@ -3,12 +3,13 @@ //---------------------------------------------------------------- using System; +using System.ServiceModel; namespace Microsoft.Samples.NetTcp { - //The service contract is defined in generatedClient.cs, generated from the service by the svcutil tool. + // The service contract is defined in generatedClient.cs, generated from the service by the svcutil tool. - //Client implementation code. + // Client implementation code. class Client { static void Main() @@ -16,6 +17,12 @@ static void Main() // Create a client CalculatorClient client = new CalculatorClient(); + // Include the identity element when running cross-machine in a domain. + // NetTcpBinding binding = new NetTcpBinding(); + // var endpointIdentity = new UpnEndpointIdentity("user_name@service_domain"); + // EndpointAddress endpointAddress = new EndpointAddress(new Uri("net.tcp://localhost:9000/servicemodelsamples/service"), endpointIdentity); + // CalculatorClient client = new CalculatorClient(binding, endpointAddress); + // Call the Add service operation. double value1 = 100.00D; double value2 = 15.99D; diff --git a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.csproj index aba46583692..4d8e291c24a 100644 --- a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.csproj +++ b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.csproj @@ -22,6 +22,7 @@ + @@ -31,4 +32,3 @@ - From 95d19b8f70e0b0d0516038f6a9c5e344d1d01f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:03:52 +0000 Subject: [PATCH 044/266] Bump xunit.extensibility.core Bumps [xunit.extensibility.core](https://github.com/xunit/xunit) from 2.5.1 to 2.5.3. - [Commits](https://github.com/xunit/xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.extensibility.core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index c59fa4dceb1..5f4a5749d75 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -25,7 +25,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index d16cb049ca1..f460d5b2ce7 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -5,7 +5,7 @@ - + \ No newline at end of file From 5c08e6eae57c2e3ecf9e9ccdec57f545dfc5a0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:43:18 +0000 Subject: [PATCH 045/266] Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 7.0.12 to 7.0.13. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v7.0.12...v7.0.13) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj b/core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj index bb4e2bda1da..b8f2428d4df 100644 --- a/core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj +++ b/core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj @@ -5,7 +5,7 @@ - + From fcdc2d58327f861b1f8f3164e221bdf730bb0a0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:52:57 +0000 Subject: [PATCH 046/266] Bump Azure.Identity in /azure/sdk-identity-resources-storage Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.10.2...Azure.Identity_1.10.3) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../AzureIdentityStorageExample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj index fad9b14c78c..02a02f02dd5 100644 --- a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj +++ b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj @@ -20,7 +20,7 @@ - + From 6d83421fe1ef8895dbf222b783035c74cb096147 Mon Sep 17 00:00:00 2001 From: Eric Hiller Date: Mon, 30 Oct 2023 15:32:46 -0500 Subject: [PATCH 047/266] GitHub actions summary output fix (#6272) * Fix multi-line output in `DotNet.GitHubAction` * Update Program.cs --- .../DotNet.GitHubAction/DotNet.GitHubAction/Program.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/github-actions/DotNet.GitHubAction/DotNet.GitHubAction/Program.cs b/github-actions/DotNet.GitHubAction/DotNet.GitHubAction/Program.cs index a63f5c91627..4590069c45b 100644 --- a/github-actions/DotNet.GitHubAction/DotNet.GitHubAction/Program.cs +++ b/github-actions/DotNet.GitHubAction/DotNet.GitHubAction/Program.cs @@ -79,7 +79,9 @@ await File.WriteAllTextAsync( { textWriter.WriteLine($"updated-metrics={updatedMetrics}"); textWriter.WriteLine($"summary-title={title}"); - textWriter.WriteLine($"summary-details={summary}"); + textWriter.WriteLine("summary-details< Date: Wed, 1 Nov 2023 20:01:20 +0000 Subject: [PATCH 048/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 528bc1d1ef7..a820f8252da 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -6,7 +6,7 @@ - + From 701de1c6db8491ec057c7906250858536a18c71c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:02:06 +0000 Subject: [PATCH 049/266] Bump xunit in /csharp/unit-testing-best-practices/before Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index b2d2634cd88..c285b40f81d 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -8,7 +8,7 @@ - + From a2c2d8ea769471ca04d1b34ad73d5856e37bba23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:03:59 +0000 Subject: [PATCH 050/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index d49880e68ca..ee7cfe05e59 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -13,7 +13,7 @@ - + From d63dfd65ebc681bce62764216054530f614fbd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:04:46 +0000 Subject: [PATCH 051/266] Bump Octokit Bumps [Octokit](https://github.com/octokit/octokit.net) from 8.1.1 to 9.0.0. - [Release notes](https://github.com/octokit/octokit.net/releases) - [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md) - [Commits](https://github.com/octokit/octokit.net/compare/v8.1.1...v9.0.0) --- updated-dependencies: - dependency-name: Octokit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../start/IssuePRreport/IssuePRreport/IssuePRreport.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj b/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj index 2700e4c756a..a9aa63133ac 100644 --- a/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj +++ b/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj @@ -8,7 +8,7 @@ - + From 4aeef3570cb9961cde6dc63b37e7cd6ee298625d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:08:10 +0000 Subject: [PATCH 052/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index af5ef69d859..c2c04a61270 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -11,7 +11,7 @@ - + From 2f2800442f6b9a5fbdd77ec87b11b8c6575bee71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:09:46 +0000 Subject: [PATCH 053/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index b188a044fc7..34e9bee2f45 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -8,7 +8,7 @@ - + From a2c0fa5a995c45350a7ae7ada3040c6be90dd1b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:10:29 +0000 Subject: [PATCH 054/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index 6b07f57d405..4f779e2346d 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -6,7 +6,7 @@ - + From 61b9648f0b12b8f94fee6a60a47d422ca5d26c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:11:54 +0000 Subject: [PATCH 055/266] Bump xunit in /core/getting-started/golden/test-library Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index cd7cc0916d0..e9999620297 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -7,7 +7,7 @@ - + From 28e12a797597a9c19a5bc15f105b9695449a18cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:13:01 +0000 Subject: [PATCH 056/266] Bump xunit from 2.5.3 to 2.6.0 in /csharp/unit-testing/XUnit.TestProject Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index a08939d9252..551d64c4bd7 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 8eda79eaf3ee157de6d1b3491d2bbebff8244668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:14:26 +0000 Subject: [PATCH 057/266] Bump xunit.extensibility.core Bumps [xunit.extensibility.core](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit.extensibility.core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 5f4a5749d75..c15de2fe382 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -25,7 +25,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index f460d5b2ce7..f162885bb00 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -5,7 +5,7 @@ - + \ No newline at end of file From 1a50bfe5ea4e92508d87d604f5ced98c293c570a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:14:33 +0000 Subject: [PATCH 058/266] Bump xunit.assert Bumps [xunit.assert](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit.assert dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 5f4a5749d75..1d2e7e39867 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -23,7 +23,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index f460d5b2ce7..3a4b5b7084c 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -3,7 +3,7 @@ - + From f1dcf6f44ba019e20e2c6f1328e39b5d558fda56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:15:02 +0000 Subject: [PATCH 059/266] Bump xunit.extensibility.execution Bumps [xunit.extensibility.execution](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit.extensibility.execution dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 864e7c182ae..809d82ec3a2 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -26,7 +26,7 @@ - + \ No newline at end of file diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index d155cb0e359..f2421253430 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -6,6 +6,6 @@ - + \ No newline at end of file From f3e893e806d04690d8e19fc619df85fd3f3d2350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:15:16 +0000 Subject: [PATCH 060/266] Bump xunit.core Bumps [xunit.core](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit.core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 809d82ec3a2..ed34a329333 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -24,7 +24,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index f2421253430..4ea6daa5de6 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -4,7 +4,7 @@ - + From 5bab37d2979ed414ba019d72be97de66f39b2d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:15:31 +0000 Subject: [PATCH 061/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index ed34a329333..6166767ba7a 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -20,7 +20,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 4ea6daa5de6..960b2b37c69 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -1,6 +1,6 @@ - + From 1dcf415c20d524cb729ef74a512f73bf55ae846b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:20:06 +0000 Subject: [PATCH 062/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj index 3d49e0fe861..1de343d94bd 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj @@ -11,6 +11,6 @@ - + From bc9a17712c9623ec4c0bb31ed4101098db78ec96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:25:11 +0000 Subject: [PATCH 063/266] Bump xunit in /core/getting-started/golden/test/test-library Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index 62b29098c00..75f7174bd32 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -10,7 +10,7 @@ - + From 1e083c6466fd38299f73efce70e32784031861e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:39:19 +0000 Subject: [PATCH 064/266] Bump xunit in /csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index 9565bff921c..34f7782efc9 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 3df991937d08f9a9b4554e27ca575b87ced1f0a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:39:46 +0000 Subject: [PATCH 065/266] Bump xunit in /core/console-apps/NewTypesMsBuild/test/NewTypesTests Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index 060b942b1c1..4de3f9adf72 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -6,7 +6,7 @@ - + From 1d72ff1e9c5c12856fb5e4418b3604fdb38e4dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:46:18 +0000 Subject: [PATCH 066/266] Bump BenchmarkDotNet in /csharp/safe-efficient-code/benchmark Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.9...v0.13.10) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/safe-efficient-code/benchmark/benchmark.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/safe-efficient-code/benchmark/benchmark.csproj b/csharp/safe-efficient-code/benchmark/benchmark.csproj index ce879d90ecc..e6207b36105 100644 --- a/csharp/safe-efficient-code/benchmark/benchmark.csproj +++ b/csharp/safe-efficient-code/benchmark/benchmark.csproj @@ -7,7 +7,7 @@ - + From 1902ae60741e2fb8414eaf738925c9600d8c8ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:50:40 +0000 Subject: [PATCH 067/266] Bump xunit in /csharp/unit-testing-best-practices/after Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index b2d2634cd88..c285b40f81d 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -8,7 +8,7 @@ - + From 5ff64426e18a0856b7fbf56b9f08a922fc11fac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:51:17 +0000 Subject: [PATCH 068/266] Bump Octokit Bumps [Octokit](https://github.com/octokit/octokit.net) from 8.1.1 to 9.0.0. - [Release notes](https://github.com/octokit/octokit.net/releases) - [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md) - [Commits](https://github.com/octokit/octokit.net/compare/v8.1.1...v9.0.0) --- updated-dependencies: - dependency-name: Octokit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj b/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj index 47ba1b104a1..c333ebbd2be 100644 --- a/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj +++ b/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj @@ -8,7 +8,7 @@ - + From bbd94bed623ca2aa018f3c5629e51a76a82f55e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:51:40 +0000 Subject: [PATCH 069/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 5cb332a9084..97dd5132e6a 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From cf3ed1c9aecf4f9db9d29978a65e3e1e0773aa12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:52:33 +0000 Subject: [PATCH 070/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index f90ebdaa077..c59e51b3b7b 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From c6caba9e5dc2647a895a2f087eabc705a282eced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:55:11 +0000 Subject: [PATCH 071/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](https://github.com/xunit/xunit/compare/2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index 723d79597ce..bf939aa88d4 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -7,7 +7,7 @@ - + From f919dc66c48e651d1e9d3c3cb53b222a5ade2c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:01:54 +0000 Subject: [PATCH 072/266] Bump SciSharp.TensorFlow.Redist Bumps SciSharp.TensorFlow.Redist from 2.11.4 to 2.16.0. --- updated-dependencies: - dependency-name: SciSharp.TensorFlow.Redist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tutorials/TransferLearningTF/TransferLearningTF.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj b/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj index d3e5f207664..d9fc56f72aa 100644 --- a/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj +++ b/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj @@ -10,7 +10,7 @@ - + From 597a23ee942632f87715fa037ff551a0e97d95a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:13:15 +0000 Subject: [PATCH 073/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj index 1de343d94bd..bc2ea2af6db 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj @@ -11,6 +11,6 @@ - + From 6bad56834eb8eaad4040731ac6d34d55ccaa55bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:14:19 +0000 Subject: [PATCH 074/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj index bc2ea2af6db..4b026aaff86 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj @@ -9,7 +9,7 @@ - + From 4fa17b54e5ab37c861441b271a72972045d023f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:15:04 +0000 Subject: [PATCH 075/266] Bump xunit in /core/getting-started/golden/test/test-library Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index 75f7174bd32..5f5f83e923e 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -10,7 +10,7 @@ - + From 5c0897b7b505f3bafec98b27b6d033d986bc13be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:15:24 +0000 Subject: [PATCH 076/266] Bump SciSharp.TensorFlow.Redist Bumps SciSharp.TensorFlow.Redist from 2.11.4 to 2.16.0. --- updated-dependencies: - dependency-name: SciSharp.TensorFlow.Redist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tutorials/TextClassificationTF/TextClassificationTF.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj b/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj index 65d5343938b..5164d9b21fd 100644 --- a/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj +++ b/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj @@ -9,7 +9,7 @@ - + From d6d4db03bd80abea312314d3f36daa246a5afc2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:16:00 +0000 Subject: [PATCH 077/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index 5f5f83e923e..cadf71339dc 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -9,7 +9,7 @@ - + From 9de1d3eed2cdef7cb69171ccf3ded962fe812576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:16:16 +0000 Subject: [PATCH 078/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index c2c04a61270..3b2660b5f1b 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -9,7 +9,7 @@ - + From d8a7ea9c99dccada9bcd73c6baa126cae4f85c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:16:18 +0000 Subject: [PATCH 079/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index c2c04a61270..b3677443295 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -11,7 +11,7 @@ - + From 8ec9f1d9f0a549f85a44e1e962babb3f7f2a5048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:19:59 +0000 Subject: [PATCH 080/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj index 98f0cacb989..2eed7a70aab 100644 --- a/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj @@ -10,7 +10,7 @@ - + From d3c33efd47a213ea91ab7bc0566beb564ba1efd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:20:03 +0000 Subject: [PATCH 081/266] Bump nunit Bumps [nunit](https://github.com/nunit/nunit) from 3.13.3 to 3.14.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.13.3...v3.14.0) --- updated-dependencies: - dependency-name: nunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj index 98f0cacb989..bd5d78a267e 100644 --- a/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj @@ -8,7 +8,7 @@ - + From 09d28b64a1a1dc7c935e830dbac297213611a904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:23:14 +0000 Subject: [PATCH 082/266] Bump Microsoft.NET.Test.Sdk in /csharp/unit-testing/NUnit.TestProject Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj b/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj index d14da773a29..fb4dc0637fd 100644 --- a/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj +++ b/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj @@ -9,7 +9,7 @@ - + From d7111606d3fbe7c2f76afe549ccdcc4256718606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:23:18 +0000 Subject: [PATCH 083/266] Bump NUnit in /csharp/unit-testing/NUnit.TestProject Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.3 to 3.14.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.13.3...v3.14.0) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj b/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj index d14da773a29..8fa1e2b111b 100644 --- a/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj +++ b/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj @@ -7,7 +7,7 @@ - + From 2bfa217df3e9c4e01aa04217a948f557c732c4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:24:10 +0000 Subject: [PATCH 084/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-mstest/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-mstest/PrimeService.Tests/PrimeService.Tests.csproj index b2860c2b953..3a8bdb94972 100644 --- a/core/getting-started/unit-testing-using-mstest/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-mstest/PrimeService.Tests/PrimeService.Tests.csproj @@ -5,7 +5,7 @@ - + From e680d032468972067905d3f125db931e3bb75df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:24:29 +0000 Subject: [PATCH 085/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp-mstest/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp-mstest/MathService.Tests/MathService.Tests.fsproj index 40555f9eb85..c6856cd4b16 100644 --- a/core/getting-started/unit-testing-with-fsharp-mstest/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp-mstest/MathService.Tests/MathService.Tests.fsproj @@ -12,7 +12,7 @@ - + From 9cafd1a90cff830d95d8327aaf298f499725f1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:25:59 +0000 Subject: [PATCH 086/266] Bump xunit in /csharp/unit-testing-best-practices/before Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index c285b40f81d..07947a0bc9a 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -8,7 +8,7 @@ - + From c428d7d2a30acc9f6b6ad215458128501bb46cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:26:12 +0000 Subject: [PATCH 087/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index c59e51b3b7b..407e61ccaf7 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 47800fea4b80562ece5be671e1407c1c5b89eee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:26:20 +0000 Subject: [PATCH 088/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index c59e51b3b7b..2ad19302de2 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -7,7 +7,7 @@ - + From 4d2445771221e3725922fa5bb119f558879d203a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:26:26 +0000 Subject: [PATCH 089/266] Bump xunit from 2.6.0 to 2.6.1 in /csharp/unit-testing/XUnit.TestProject Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index 551d64c4bd7..1269937c925 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From c0ee58070b7eb7f1eac00fc9e10ad1bb611b687a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:26:49 +0000 Subject: [PATCH 090/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index 07947a0bc9a..b30763322b9 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -7,7 +7,7 @@ - + From 96a58521cc13911e9705033fcc8b0ac40eb7e576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:27:20 +0000 Subject: [PATCH 091/266] Bump Microsoft.NET.Test.Sdk in /csharp/unit-testing/XUnit.TestProject Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index 1269937c925..351e636c11a 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -7,7 +7,7 @@ - + all From 02ac9ad7ea692d5588cae98b1cf08b20a7d70366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:28:26 +0000 Subject: [PATCH 092/266] Bump nunit Bumps [nunit](https://github.com/nunit/nunit) from 3.13.3 to 3.14.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.13.3...v3.14.0) --- updated-dependencies: - dependency-name: nunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj index a02fcbac93d..4bc57079006 100644 --- a/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj @@ -8,7 +8,7 @@ - + From 30c686d68bb70c6b48f14021826007aa3b3ba3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:28:35 +0000 Subject: [PATCH 093/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj index a02fcbac93d..05abbded9ee 100644 --- a/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj @@ -10,7 +10,7 @@ - + From 609c65655729beffd992f8e151e43d212c270d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:31:15 +0000 Subject: [PATCH 094/266] Bump xunit in /csharp/unit-testing-best-practices/after Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index c285b40f81d..07947a0bc9a 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -8,7 +8,7 @@ - + From d882cb28efc0e2918ffa993771fd80070d38935d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:32:13 +0000 Subject: [PATCH 095/266] Bump Microsoft.NET.Test.Sdk in /csharp/unit-testing-best-practices/after Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index 07947a0bc9a..b30763322b9 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -7,7 +7,7 @@ - + From 6626d9b4892e8adb7c386200cb3522bf717d6864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:35:56 +0000 Subject: [PATCH 096/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index 4de3f9adf72..556df10e1da 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -5,7 +5,7 @@ - + From 6b0be75b20790e0514cb17e1b9df029335354df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:36:42 +0000 Subject: [PATCH 097/266] Bump xunit in /core/console-apps/NewTypesMsBuild/test/NewTypesTests Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index 556df10e1da..cdaa17ea933 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -6,7 +6,7 @@ - + From 2e2f9d98884aee75ed8974f6dbaaaf4089715df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:37:45 +0000 Subject: [PATCH 098/266] Bump xunit.extensibility.execution Bumps [xunit.extensibility.execution](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit.extensibility.execution dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 6166767ba7a..49d6d6b15c0 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -26,7 +26,7 @@ - + \ No newline at end of file diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 960b2b37c69..e1fb23dc4fe 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -6,6 +6,6 @@ - + \ No newline at end of file From 72c00e6ffbfe41b34731c79433007eec93c60175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:37:53 +0000 Subject: [PATCH 099/266] Bump xunit.core Bumps [xunit.core](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit.core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 6166767ba7a..87f7a5054f1 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -24,7 +24,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 960b2b37c69..2a0c5fe3ce7 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -4,7 +4,7 @@ - + From e66030b1b29b761b759529af8ec5e7e81a96d52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:38:15 +0000 Subject: [PATCH 100/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 6166767ba7a..6d5367f1141 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -20,7 +20,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 960b2b37c69..c9106b870ed 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -1,6 +1,6 @@ - + From f311efedf2b1d2924735f6abd978e8c785fba0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:38:36 +0000 Subject: [PATCH 101/266] Bump xunit.assert Bumps [xunit.assert](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit.assert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index a3273a657e8..cc23d30ea63 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -23,7 +23,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 544a67426d7..e6a7900c580 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -3,7 +3,7 @@ - + From 481314e891d31fe180a7e1042a5b58db114c044a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:38:45 +0000 Subject: [PATCH 102/266] Bump xunit.extensibility.core Bumps [xunit.extensibility.core](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit.extensibility.core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 3e47d6f1e0c..02be0fcfeb8 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -25,7 +25,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 6dded6e9dbb..9c824f5c362 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -5,7 +5,7 @@ - + \ No newline at end of file From 0445af482a1a528ccf9181a396c084475e57562f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:40:40 +0000 Subject: [PATCH 103/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index a820f8252da..8ab17dcf353 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -6,7 +6,7 @@ - + From ad52b864dd68a56699023852bafec8fefb1104eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:41:26 +0000 Subject: [PATCH 104/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 8ab17dcf353..d1e90d808bf 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -4,7 +4,7 @@ false - + From 56efe470446d4d0206c51bd411775745ef0954f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:43:35 +0000 Subject: [PATCH 105/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index 34e9bee2f45..d02f547b03e 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -8,7 +8,7 @@ - + From 8adf3f9691005be7ebd204dce869a7f3ed579b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:50:38 +0000 Subject: [PATCH 106/266] Bump Azure.Storage.Blobs in /azure/sdk-identity-resources-storage Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.18.0 to 12.19.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.18.0...Azure.Storage.Blobs_12.19.0) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../AzureIdentityStorageExample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj index 02a02f02dd5..b442eac5472 100644 --- a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj +++ b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj @@ -23,7 +23,7 @@ - + From cb3c8e47e4accac850216e1cb3a863ec6dfc708f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:55:48 +0000 Subject: [PATCH 107/266] Bump xunit in /core/getting-started/golden/test-library Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index e9999620297..27b0ff683fb 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -7,7 +7,7 @@ - + From bc4b71202169d20b3cb960b800b54876be5a6eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:56:21 +0000 Subject: [PATCH 108/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj index b6a1bd9a5a1..7551007cdf1 100644 --- a/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj @@ -15,7 +15,7 @@ - + From d1700175b59d00328111548b5283bfb328efcb72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:56:26 +0000 Subject: [PATCH 109/266] Bump nunit Bumps [nunit](https://github.com/nunit/nunit) from 3.13.3 to 3.14.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.13.3...v3.14.0) --- updated-dependencies: - dependency-name: nunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj index b6a1bd9a5a1..3534ed02b81 100644 --- a/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj @@ -13,7 +13,7 @@ - + From 83d372468a11a0ddf7f273f360bb4c219a04d6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:56:39 +0000 Subject: [PATCH 110/266] Bump Microsoft.NET.Test.Sdk in /core/getting-started/golden/test-library Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index 27b0ff683fb..1fea78ecd50 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -6,7 +6,7 @@ - + From cd43eb3d4ddad9de467e00ffbc7d72f14092dd11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:57:24 +0000 Subject: [PATCH 111/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index 4f779e2346d..c5e11e394cd 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -6,7 +6,7 @@ - + From a4bbea8a28a3d7fa5d2bf0b555ef06e0a653b4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:57:29 +0000 Subject: [PATCH 112/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index 34f7782efc9..08a2c08257d 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -11,7 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all From 057a982487959278cfcaa85a2f39413e3e69cd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:58:47 +0000 Subject: [PATCH 113/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj b/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj index fa701c81139..2e87c84c871 100644 --- a/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj +++ b/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj @@ -8,7 +8,7 @@ - + From 4a256ec30de40b2eb4e5588b25de023b9485b483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:59:14 +0000 Subject: [PATCH 114/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-mstest/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-mstest/PrimeService.Tests/PrimeService.Tests.vbproj index b11fc7618df..d3129446921 100644 --- a/core/getting-started/unit-testing-vb-mstest/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-mstest/PrimeService.Tests/PrimeService.Tests.vbproj @@ -7,7 +7,7 @@ - + From 3eadcb9a474b8a4c05fae5c2d76adb3679cc3e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:00:12 +0000 Subject: [PATCH 115/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index c5e11e394cd..4f14e1677f3 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -5,7 +5,7 @@ - + From 4590ccb46cfa88d8d6d476e126a49859ff30076d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:00:24 +0000 Subject: [PATCH 116/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index bf939aa88d4..a16c9b46f76 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -6,7 +6,7 @@ - + From 57469357a87595a86ebdfb3a00b79d7f9e814bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:00:29 +0000 Subject: [PATCH 117/266] Bump xunit in /csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index 08a2c08257d..c3b040cb762 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 90102d3802f8e295faeeadc10f13c72b69747b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:01:03 +0000 Subject: [PATCH 118/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index a16c9b46f76..4da7074d144 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -7,7 +7,7 @@ - + From 744e57cec6a3bb7eb95485f6ff1f9486231375ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:28:11 +0000 Subject: [PATCH 119/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index d02f547b03e..dbf079cffd2 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -7,7 +7,7 @@ - + From ac0e8146cf71e49b70c99ba2508931d43fc36776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:29:03 +0000 Subject: [PATCH 120/266] Bump Microsoft.NET.Test.Sdk in /csharp/unit-testing/MSTest.Project Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/MSTest.Project/MSTest.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/MSTest.Project/MSTest.Project.csproj b/csharp/unit-testing/MSTest.Project/MSTest.Project.csproj index d519ced66a3..18da803d946 100644 --- a/csharp/unit-testing/MSTest.Project/MSTest.Project.csproj +++ b/csharp/unit-testing/MSTest.Project/MSTest.Project.csproj @@ -7,7 +7,7 @@ - + From a38140f22c619b2b1af8e785e598acff23304f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:30:27 -0500 Subject: [PATCH 121/266] Bump xunit (#6348) Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 97dd5132e6a..4fc24600482 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From edb92760a87464e2397ebf574238b9c482d3c9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:30:48 +0000 Subject: [PATCH 122/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 4fc24600482..925a8d5cb47 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -5,7 +5,7 @@ false - + From e516fc973609afe671f9ed6b481ba99e99b5526a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:04:20 +0000 Subject: [PATCH 123/266] Bump System.Reflection.MetadataLoadContext Bumps [System.Reflection.MetadataLoadContext](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: System.Reflection.MetadataLoadContext dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../MetadataLoadContext/MetadataLoadContextSample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/assembly/MetadataLoadContext/MetadataLoadContextSample.csproj b/core/assembly/MetadataLoadContext/MetadataLoadContextSample.csproj index 8e88a3e2560..9c421dab617 100644 --- a/core/assembly/MetadataLoadContext/MetadataLoadContextSample.csproj +++ b/core/assembly/MetadataLoadContext/MetadataLoadContextSample.csproj @@ -6,7 +6,7 @@ - + From 059c7a320a86b8d10878861b04db8ab5e2418baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:06:54 +0000 Subject: [PATCH 124/266] Bump Azure.Identity in /azure/sdk-identity-resources-storage Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.10.3...Azure.Identity_1.10.4) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../AzureIdentityStorageExample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj index b442eac5472..5a17dcddfe6 100644 --- a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj +++ b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj @@ -20,7 +20,7 @@ - + From c31b642265be4bcde8ef0265a4a38c1597ed6be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:07:04 +0000 Subject: [PATCH 125/266] Bump Azure.Storage.Blobs in /azure/sdk-identity-resources-storage Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.19.0 to 12.19.1. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.19.0...Azure.Storage.Blobs_12.19.1) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../AzureIdentityStorageExample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj index b442eac5472..c40e18f9dd0 100644 --- a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj +++ b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj @@ -23,7 +23,7 @@ - + From cda40e1cd30d198e90c3abaecb00d8136fca0100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:09:51 +0000 Subject: [PATCH 126/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.1. - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index ee7cfe05e59..09f26e31cfc 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -13,7 +13,7 @@ - + From 2887f6a585e54a7028dbdec614388506a7fb6b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:10:40 +0000 Subject: [PATCH 127/266] Bump Microsoft.NET.Test.Sdk Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index 09f26e31cfc..393636205d0 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -12,7 +12,7 @@ - + From 0f8b38964d08badba84897314b647067f5ede48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:15:16 +0000 Subject: [PATCH 128/266] Bump System.Drawing.Common in /csharp/parallel/ParallelExtensionsExtras Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/winforms/releases) - [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md) - [Commits](https://github.com/dotnet/winforms/commits/v8.0.0) --- updated-dependencies: - dependency-name: System.Drawing.Common dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../ParallelExtensionsExtras/ParallelExtensionsExtras.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/parallel/ParallelExtensionsExtras/ParallelExtensionsExtras.csproj b/csharp/parallel/ParallelExtensionsExtras/ParallelExtensionsExtras.csproj index 37db42ff402..ab2cc80e87e 100644 --- a/csharp/parallel/ParallelExtensionsExtras/ParallelExtensionsExtras.csproj +++ b/csharp/parallel/ParallelExtensionsExtras/ParallelExtensionsExtras.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -9,7 +9,7 @@ - + From 068484eff0ddc95a40376f3b940c85beda31fdbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:19:53 +0000 Subject: [PATCH 129/266] Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 7.0.13 to 8.0.0. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v7.0.13...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj b/core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj index b8f2428d4df..2c6b28e1be1 100644 --- a/core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj +++ b/core/diagnostics/DiagnosticScenarios/DiagnosticScenarios.csproj @@ -5,7 +5,7 @@ - + From 23d64fc691d361e187ee8ccd397c53ce2c0e005c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:21:03 +0000 Subject: [PATCH 130/266] Bump Microsoft.Windows.Compatibility Bumps [Microsoft.Windows.Compatibility](https://github.com/dotnet/windowsdesktop) from 7.0.5 to 8.0.0. - [Release notes](https://github.com/dotnet/windowsdesktop/releases) - [Commits](https://github.com/dotnet/windowsdesktop/compare/v7.0.5...v8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Windows.Compatibility dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../CSWinFormDataGridView/CSWinFormDataGridView.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windowsforms/datagridview/CSWinFormDataGridView/CSWinFormDataGridView.csproj b/windowsforms/datagridview/CSWinFormDataGridView/CSWinFormDataGridView.csproj index 95632375862..3b1cbe1ca0b 100644 --- a/windowsforms/datagridview/CSWinFormDataGridView/CSWinFormDataGridView.csproj +++ b/windowsforms/datagridview/CSWinFormDataGridView/CSWinFormDataGridView.csproj @@ -13,7 +13,7 @@ - + + + + + diff --git a/core/interop/source-generation/ComWrappersGeneration/Client/Program.cs b/core/interop/source-generation/ComWrappersGeneration/Client/Program.cs new file mode 100644 index 00000000000..11fcf8a6b72 --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Client/Program.cs @@ -0,0 +1,79 @@ +using System; +using System.Diagnostics; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Runtime.InteropServices.Marshalling; + +[assembly: DisableRuntimeMarshalling] + +namespace Tutorial; + +public class Program +{ + public static unsafe void Main(string[] args) + { + var clsid = new Guid(Clsids.Calculator); + var iid = new Guid(ICalculator.IID); + Console.WriteLine($"Client: Requesting a Calculator (CLSID {clsid}) with ICalculator (IID {iid})"); + int hr = Ole32.CoCreateInstance(ref clsid, /* No aggregation */ 0, (uint)Ole32.CLSCTX.CLSCTX_INPROC_SERVER, ref iid, out object comObject); + Marshal.ThrowExceptionForHR(hr); + ICalculator calculator = (ICalculator) comObject; + + int a = 5; + int b = 3; + int c; + c = calculator.Add(a, b); + Console.WriteLine($"Client: {a} + {b} = {c}"); + c = calculator.Subtract(a, b); + Console.WriteLine($"Client: {a} - {b} = {c}"); + } +} + +internal static unsafe partial class Ole32 +{ + // https://docs.microsoft.com/windows/win32/api/combaseapi/nf-combaseapi-cocreateinstance + [LibraryImport(nameof(Ole32))] + public static partial int CoCreateInstance( + ref Guid rclsid, + nint pUnkOuter, + uint dwClsContext, + ref Guid riid, + // The default ComInterfaceMarshaller will unwrap a .NET object if it can tell the COM instance is a ComWrapper. + // This causes issues when casting to ICalculator, since the Server's Calculator class doesn't implement the Client's interface. + // UniqueComInterfaceMarshaller doesn't try to unwrap the object and always creates a new COM object. + [MarshalUsing(typeof(UniqueComInterfaceMarshaller))] + out object ppv); + + // https://learn.microsoft.com/windows/win32/api/wtypesbase/ne-wtypesbase-clsctx + public enum CLSCTX : uint + { + CLSCTX_INPROC_SERVER = 0x1, + CLSCTX_INPROC_HANDLER = 0x2, + CLSCTX_LOCAL_SERVER = 0x4, + CLSCTX_INPROC_SERVER16 = 0x8, + CLSCTX_REMOTE_SERVER = 0x10, + CLSCTX_INPROC_HANDLER16 = 0x20, + CLSCTX_RESERVED1 = 0x40, + CLSCTX_RESERVED2 = 0x80, + CLSCTX_RESERVED3 = 0x100, + CLSCTX_RESERVED4 = 0x200, + CLSCTX_NO_CODE_DOWNLOAD = 0x400, + CLSCTX_RESERVED5 = 0x800, + CLSCTX_NO_CUSTOM_MARSHAL = 0x1000, + CLSCTX_ENABLE_CODE_DOWNLOAD = 0x2000, + CLSCTX_NO_FAILURE_LOG = 0x4000, + CLSCTX_DISABLE_AAA = 0x8000, + CLSCTX_ENABLE_AAA = 0x10000, + CLSCTX_FROM_DEFAULT_CONTEXT = 0x20000, + CLSCTX_ACTIVATE_X86_SERVER = 0x40000, + CLSCTX_ACTIVATE_32_BIT_SERVER, + CLSCTX_ACTIVATE_64_BIT_SERVER = 0x80000, + CLSCTX_ENABLE_CLOAKING = 0x100000, + CLSCTX_APPCONTAINER = 0x400000, + CLSCTX_ACTIVATE_AAA_AS_IU = 0x800000, + CLSCTX_RESERVED6 = 0x1000000, + CLSCTX_ACTIVATE_ARM32_SERVER = 0x2000000, + CLSCTX_ALLOW_LOWER_TRUST_REGISTRATION, + CLSCTX_PS_DLL = 0x80000000, + } +} diff --git a/core/interop/source-generation/ComWrappersGeneration/ComWrappersGeneration.sln b/core/interop/source-generation/ComWrappersGeneration/ComWrappersGeneration.sln new file mode 100644 index 00000000000..902bb554635 --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/ComWrappersGeneration.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{065F345B-901A-4BCD-8CAF-ACBB6B6910F8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{DCA455A0-57CF-467F-9D5D-10C95EAA9441}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {065F345B-901A-4BCD-8CAF-ACBB6B6910F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {065F345B-901A-4BCD-8CAF-ACBB6B6910F8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {065F345B-901A-4BCD-8CAF-ACBB6B6910F8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {065F345B-901A-4BCD-8CAF-ACBB6B6910F8}.Release|Any CPU.Build.0 = Release|Any CPU + {DCA455A0-57CF-467F-9D5D-10C95EAA9441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DCA455A0-57CF-467F-9D5D-10C95EAA9441}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DCA455A0-57CF-467F-9D5D-10C95EAA9441}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DCA455A0-57CF-467F-9D5D-10C95EAA9441}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/core/interop/source-generation/ComWrappersGeneration/Directory.Build.props b/core/interop/source-generation/ComWrappersGeneration/Directory.Build.props new file mode 100644 index 00000000000..225cf8b5742 --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Directory.Build.props @@ -0,0 +1,14 @@ + + + + net8.0 + true + true + bin\Generated + $(MSBuildThisFileDirectory)\OutputFiles\$(MSBuildProjectName)\ + + + + + + diff --git a/core/interop/source-generation/ComWrappersGeneration/README.md b/core/interop/source-generation/ComWrappersGeneration/README.md new file mode 100644 index 00000000000..1be774bb52f --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/README.md @@ -0,0 +1,38 @@ +--- +languages: +- csharp +products: +- dotnet +page_type: sample +name: "Source-Generated COM Sample" +urlFragment: "generated-comwrappers" +description: "A .NET codebase that uses source-generated COM in .NET" +--- +# .NET Source-Generated COM Sample + +This tutorial demonstrates how to use COM source generators in .NET 8+ to create a COM server and client for in-process COM. + +This example defines an interface `ICalculator` that provides `Add` and `Subtract` methods. The server provides an implementation of `ICalculator` for the client to use after the server has been registered. The client project creates an instance of the object using the [`CoCreateInstance`](https://learn.microsoft.com/windows/win32/api/combaseapi/nf-combaseapi-cocreateinstance) Win32 method, and calls methods on the object. + +This sample supports NativeAOT and standard CoreCLR deployments. The native methods that the Windows COM system requires are exported automatically with the `[UnmanagedCallersOnly]` attribute when publishing with NativeAOT. For CoreCLR, the [DNNE](https://github.com/AaronRobinsonMSFT/DNNE) package is used to provide the exported functions. + +## Prerequisites + +- .NET 8+ SDK +- Windows 10+ OS + +## Build and Run + +### NativeAOT + +Build the Native AOT binaries by running `dotnet publish -r ` where `` is the RuntimeIdentifier for your OS, for example `win-x64`. The projects will copy the binaries to the `OutputFiles\` directory. After publishing, use `regsvr32.exe` to register `Server.dll` with COM by running run `regsvr.exe .\OutputFiles\Server\Server.dll`. Then, run the client application `.\OutputFiles\Client\Client.exe` and observe the output as it activates and uses a COM instance from `Server.dll`. + +### CoreCLR + +Build the projects by running `dotnet publish`. The projects will copy the binaries to the `OutputFiles\` directory. After publishing, use `regsvr32.exe` to register the native binary produced by DNNE, `ServerNE.dll` by running `regsvr.exe .\OutputFiles\Server\ServerNE.dll`. `ServerNE.dll` will start the .NET runtime and call the exported methods in the managed `Server.dll` which register the server with COM. Then, run the client application `.\OutputFiles\Client\Client.exe` and observe the output as it activates and uses a COM instance from `ServerNE.dll`. + +## See also + +- [ComWrappers source generation](https://learn.microsoft.com/dotnet/standard/native-interop/comwrappers-source-generation) +- [Native exports in NativeAOT](https://learn.microsoft.com/dotnet/core/deploying/native-aot/interop#native-exports) +- [COM interop in .NET](https://learn.microsoft.com/dotnet/standard/native-interop/cominterop) diff --git a/core/interop/source-generation/ComWrappersGeneration/Server/Calculator.cs b/core/interop/source-generation/ComWrappersGeneration/Server/Calculator.cs new file mode 100644 index 00000000000..9c57e2474cd --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Server/Calculator.cs @@ -0,0 +1,15 @@ +using System; +using System.Runtime.InteropServices; +using System.Runtime.InteropServices.Marshalling; +using Microsoft.Win32; + +namespace Tutorial; + +[GeneratedComClass] +[Guid(Clsid)] +internal partial class Calculator : ICalculator +{ + public int Add(int a, int b) => a + b; + public int Subtract(int a, int b) => a - b; + internal const string Clsid = Clsids.Calculator; +} diff --git a/core/interop/source-generation/ComWrappersGeneration/Server/ClassFactory.cs b/core/interop/source-generation/ComWrappersGeneration/Server/ClassFactory.cs new file mode 100644 index 00000000000..8637c0b786b --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Server/ClassFactory.cs @@ -0,0 +1,24 @@ +using System.Runtime.InteropServices; +using System.Runtime.InteropServices.Marshalling; + +namespace Tutorial; + +[GeneratedComClass] +public unsafe partial class ClassFactory : IClassFactory +{ + public static ClassFactory Instance { get; } = new ClassFactory(); + public void CreateInstance(nint pOuter, in Guid iid, out object? ppInterface) + { + Console.WriteLine($"Server: IID requested from ClassFactory.CreateInstance: {iid}"); + if (pOuter != 0) + { + ppInterface = null; + const int CLASS_E_NOAGGREGATION = unchecked((int)0x80040110); + throw new COMException("Class does not support aggregation", CLASS_E_NOAGGREGATION); + } + Calculator calculator = new(); + ppInterface = calculator; + } + + public void LockServer(bool fLock) { } +} diff --git a/core/interop/source-generation/ComWrappersGeneration/Server/DNNE.cs b/core/interop/source-generation/ComWrappersGeneration/Server/DNNE.cs new file mode 100644 index 00000000000..20b4482294e --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Server/DNNE.cs @@ -0,0 +1,27 @@ +namespace DNNE; + +/// +/// Provide C code to be defined early in the generated C header file. +/// +/// +/// This attribute is respected on an exported method declaration or on a parameter for the method. +/// The following header files will be included prior to the code being defined. +/// - stddef.h +/// - stdint.h +/// - dnne.h +/// +internal class C99DeclCodeAttribute : System.Attribute +{ + public C99DeclCodeAttribute(string code) { } +} + +/// +/// Define the C type to be used. +/// +/// +/// The level of indirection should be included in the supplied string. +/// +internal class C99TypeAttribute : System.Attribute +{ + public C99TypeAttribute(string code) { } +} diff --git a/core/interop/source-generation/ComWrappersGeneration/Server/Exports.cs b/core/interop/source-generation/ComWrappersGeneration/Server/Exports.cs new file mode 100644 index 00000000000..b66c87c3ab8 --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Server/Exports.cs @@ -0,0 +1,108 @@ +using System; +using System.Diagnostics; +using System.Reflection; +using System.Runtime.InteropServices; +using System.Runtime.InteropServices.Marshalling; +using Microsoft.Win32; + +namespace Tutorial; + +public static unsafe class Exports +{ + /// + /// Returns a pointer to an IClassFactory instance that corresponds to the requested . + /// is expected to be the IID of IClassFactory. + /// This method is called by the COM system when a client requests an object that this server has registered. + /// + /// + [UnmanagedCallersOnly(EntryPoint = nameof(DllGetClassObject))] + public static int DllGetClassObject([DNNE.C99Type("void*")] Guid* classId, [DNNE.C99Type("void*")] Guid* interfaceId, nint* ppIClassFactory) + { + Console.WriteLine($"Server: Class ID requested from DllGetClassObject: {*classId}"); + Console.WriteLine($"Server: Interface ID requested from DllGetClassObject: {*interfaceId}"); + if (*classId != new Guid(Clsids.Calculator) + || *interfaceId != new Guid(IClassFactory.IID)) + { + *ppIClassFactory = 0; + const int CLASS_E_CLASSNOTAVAILABLE = unchecked((int)0x80040111); + return CLASS_E_CLASSNOTAVAILABLE; + } + ClassFactory factory = ClassFactory.Instance; + nint pIUnknown = (nint)ComInterfaceMarshaller.ConvertToUnmanaged(factory); + // Call QI on the COM ptr from COM wrappers to get the requested interface pointer + // This is IClassFactory for CoCreateInstance + int hr = Marshal.QueryInterface(pIUnknown, in *interfaceId, out *ppIClassFactory); + Marshal.Release(pIUnknown); + if (hr != 0) + { + Console.WriteLine($"Server: QueryInterface in DllGetClassObject failed: {hr:x}"); + return hr; + } + return 0; + } + + /// + /// Registers the server with the COM system. + /// Called by regsvr32.exe when run with this .dll as the argument. + /// + /// + [UnmanagedCallersOnly(EntryPoint = nameof(DllRegisterServer))] + public static int DllRegisterServer() + { + if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) + return -1; + + if (!FileUtils.TryGetDllPath(out string? dllPath)) + { + const int SELFREG_E_CLASS = unchecked((int)0x80040201); + return SELFREG_E_CLASS; + } + CreateComRegistryEntryForClass(Calculator.Clsid, nameof(Calculator), dllPath!); + return 0; + } + + static void CreateComRegistryEntryForClass(string clsid, string className, string dllPath) + { + if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) + throw new InvalidOperationException(); + + string progId = GetProgId(className); + + using (RegistryKey key = Registry.CurrentUser.CreateSubKey($$"""SOFTWARE\Classes\CLSID\{{{clsid}}}""")) + { + key.SetValue(null, className, RegistryValueKind.String); + key.SetValue("ProgId", progId, RegistryValueKind.String); + } + using (RegistryKey key = Registry.CurrentUser.CreateSubKey($$"""SOFTWARE\Classes\CLSID\{{{clsid}}}\InprocServer32""")) + { + key.SetValue(null, dllPath, RegistryValueKind.String); + key.SetValue("ThreadingModel", "Both", RegistryValueKind.String); + } + using (RegistryKey key = Registry.CurrentUser.CreateSubKey($$"""SOFTWARE\Classes\{{{progId}}}""")) + { + key.SetValue(null, className, RegistryValueKind.String); + key.SetValue("CLSID", clsid, RegistryValueKind.String); + } + } + + /// + /// Unregisters the server from the COM system. + /// Called by regsvr32.exe when run with the -u flag and this .dll as the argument + /// + /// + [UnmanagedCallersOnly(EntryPoint = nameof(DllUnregisterServer))] + public static int DllUnregisterServer() + { + if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) + throw new InvalidOperationException(); + + string clsid = Calculator.Clsid; + string progId = GetProgId(nameof(Calculator)); + + Registry.CurrentUser.DeleteSubKeyTree($$"""SOFTWARE\Classes\CLSID\{{{clsid}}}"""); + Registry.CurrentUser.DeleteSubKeyTree($$"""SOFTWARE\Classes\{{{progId}}}"""); + return 0; + } + + public static string GetProgId(string className) => $"Tutorial.{className}.0"; +} diff --git a/core/interop/source-generation/ComWrappersGeneration/Server/FileUtils.cs b/core/interop/source-generation/ComWrappersGeneration/Server/FileUtils.cs new file mode 100644 index 00000000000..7ef0b9838da --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Server/FileUtils.cs @@ -0,0 +1,52 @@ +using System.Diagnostics.CodeAnalysis; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Tutorial; + +public static class FileUtils +{ + /// + /// Gets the path to the NativeDll that the COM system should use to call the native exports + /// + [UnconditionalSuppressMessage(category: "SingleFile", checkId: "IL3000" /* Avoid accessing Assembly file path when publishing as a single file */, Justification = "The code is aware the `Assembly.Location` may be an empty string and falls back to Win32 APIs")] + public static unsafe bool TryGetDllPath([NotNullWhen(true)] out string? dllPath) + { + // Try using reflection to get the path to the native COM entry points + dllPath = typeof(FileUtils).Assembly.Location; + // Assembly.Location is an empty string in single file and NativeAOT + // Fall back to Windows APIs if Location is empty string + if (dllPath == "" && !TryGetDllPathWin32(out dllPath)) + return false; + // Check if DNNE binary exists and return path to DNNE binary if it exists + const string dnneSuffix = "NE.dll"; + string fileName = Path.GetFileNameWithoutExtension(dllPath); + string directory = Path.GetDirectoryName(dllPath) ?? ""; + string dnnePath = Path.Combine(directory, fileName + dnneSuffix); + if (File.Exists(dnnePath)) + dllPath = dnnePath; + return true; + } + + /// + /// Gets the path to the dll that has the DllRegisterServer address using the Windows APIs + /// + public static unsafe bool TryGetDllPathWin32([NotNullWhen(true)] out string? dllPath) + { + dllPath = null; + bool receivedHandle = Kernel32.GetModuleHandleExW( + Kernel32.GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | Kernel32.GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT, + (nint)(delegate* unmanaged)&Exports.DllRegisterServer, + out nint moduleHandle); + if (!receivedHandle) + return false; + + char[] filePath = new char[256]; + int pathSize = Kernel32.GetModuleFileNameW(moduleHandle, filePath, filePath.Length); + if (pathSize == 0) + return false; + + dllPath = new string(filePath); + return true; + } +} diff --git a/core/interop/source-generation/ComWrappersGeneration/Server/IClassFactory.cs b/core/interop/source-generation/ComWrappersGeneration/Server/IClassFactory.cs new file mode 100644 index 00000000000..9d73feab049 --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Server/IClassFactory.cs @@ -0,0 +1,18 @@ +using System.Runtime.InteropServices; +using System.Runtime.InteropServices.Marshalling; + +namespace Tutorial; + +/// +/// The interface that the COM system uses to create new objects when clients use CoCreateInstance. +/// +/// +[GeneratedComInterface] +[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] +[Guid(IID)] +internal unsafe partial interface IClassFactory +{ + void CreateInstance(nint outer, in Guid id, [MarshalAs(UnmanagedType.Interface)] out object? iface); + void LockServer([MarshalAs(UnmanagedType.Bool)] bool fLock); + public const string IID = "00000001-0000-0000-C000-000000000046"; +} diff --git a/core/interop/source-generation/ComWrappersGeneration/Server/Kernel32.cs b/core/interop/source-generation/ComWrappersGeneration/Server/Kernel32.cs new file mode 100644 index 00000000000..aba76d1d55f --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Server/Kernel32.cs @@ -0,0 +1,33 @@ +using System.Runtime.InteropServices; +using System.Runtime.InteropServices.Marshalling; + +internal static partial class Kernel32 +{ + /// + /// Gets a module handle given an address from that module. + /// + /// + [LibraryImport(nameof(Kernel32))] + [return: MarshalAs(UnmanagedType.Bool)] + public static partial bool GetModuleHandleExW(int flags, nint pAddressInModule, out nint moduleHandle); + + /// + /// Makes the second argument of interpreted as an address in the module rather than a string. + /// + public static int GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS = 0x00000004; + + /// + /// Makes GetModuleHandleExW not increment the reference count, so we don't need to decrement it ourselves. + /// + public const int GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT = 0x00000002; + + /// + /// Gets the path to a module given the module handle. + /// + /// + [LibraryImport(nameof(Kernel32), StringMarshalling = StringMarshalling.Utf16)] + public static partial int GetModuleFileNameW( + nint moduleHandle, + [MarshalUsing(CountElementName = nameof(nSize)), Out] char[] FileName, + int nSize); +} diff --git a/core/interop/source-generation/ComWrappersGeneration/Server/Server.csproj b/core/interop/source-generation/ComWrappersGeneration/Server/Server.csproj new file mode 100644 index 00000000000..ed30283e295 --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Server/Server.csproj @@ -0,0 +1,23 @@ + + + + Library + net8.0 + enable + enable + + + + + + true + + + + + + + + + + diff --git a/core/interop/source-generation/ComWrappersGeneration/Server/server.def b/core/interop/source-generation/ComWrappersGeneration/Server/server.def new file mode 100644 index 00000000000..fad93f81976 --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Server/server.def @@ -0,0 +1,4 @@ +EXPORTS + DllGetClassObject PRIVATE + DllRegisterServer PRIVATE + DllUnregisterServer PRIVATE diff --git a/core/interop/source-generation/ComWrappersGeneration/Shared/ClsIds.cs b/core/interop/source-generation/ComWrappersGeneration/Shared/ClsIds.cs new file mode 100644 index 00000000000..a3423b64b2d --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Shared/ClsIds.cs @@ -0,0 +1,6 @@ +namespace Tutorial; + +public static class Clsids +{ + public const string Calculator = "99899901-bb69-460c-bf4c-ba122044030e"; +} diff --git a/core/interop/source-generation/ComWrappersGeneration/Shared/ICalculator.cs b/core/interop/source-generation/ComWrappersGeneration/Shared/ICalculator.cs new file mode 100644 index 00000000000..69e8ea6e67e --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/Shared/ICalculator.cs @@ -0,0 +1,14 @@ +using System.Runtime.InteropServices; +using System.Runtime.InteropServices.Marshalling; + +namespace Tutorial; + +[GeneratedComInterface] +[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] +[Guid(IID)] +internal partial interface ICalculator +{ + int Add(int a, int b); + int Subtract(int a, int b); + public const string IID = "c67121c6-cf26-431f-adc7-d12fe2448841"; +} diff --git a/core/interop/source-generation/ComWrappersGeneration/global.json b/core/interop/source-generation/ComWrappersGeneration/global.json new file mode 100644 index 00000000000..e5716884662 --- /dev/null +++ b/core/interop/source-generation/ComWrappersGeneration/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "Microsoft.Build.Traversal": "2.0.2" + } +} \ No newline at end of file From f7fb4e49a2e8cd92c763aa72dc46673fcc27d5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:06:11 +0000 Subject: [PATCH 139/266] Bump Microsoft.CodeAnalysis.CSharp.Workspaces Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../SyntaxQuickStart/SyntaxWalker/SyntaxWalker.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/roslyn-sdk/SyntaxQuickStart/SyntaxWalker/SyntaxWalker.csproj b/csharp/roslyn-sdk/SyntaxQuickStart/SyntaxWalker/SyntaxWalker.csproj index 30014ce70b5..c13edc4b278 100644 --- a/csharp/roslyn-sdk/SyntaxQuickStart/SyntaxWalker/SyntaxWalker.csproj +++ b/csharp/roslyn-sdk/SyntaxQuickStart/SyntaxWalker/SyntaxWalker.csproj @@ -6,7 +6,7 @@ - + From 34112ce3d447245c364f2e6cfdc984d31701b530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:08:30 +0000 Subject: [PATCH 140/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index 1fea78ecd50..c757b5598c5 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -8,7 +8,7 @@ - + From fe083c4d8f4e82cdcfe76f2aed56e5235aa636d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:09:37 +0000 Subject: [PATCH 141/266] Bump xunit in /core/getting-started/golden/test-library Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index c757b5598c5..0fb48007a98 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -7,7 +7,7 @@ - + From edd2da3fe584492e94b72c2376fb48c203ef0248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:09:58 +0000 Subject: [PATCH 142/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index d1e90d808bf..96e6b0ce64b 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From 25e907dcc62cc1005a9135ddf7e4d753c6028205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:11:10 +0000 Subject: [PATCH 143/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 96e6b0ce64b..28267dacf2f 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -6,7 +6,7 @@ - + From c28c1405b4e20dc4092414d930e3694e5c55c59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:17:00 +0000 Subject: [PATCH 144/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj index 4b026aaff86..7fd3a0d25db 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj @@ -11,6 +11,6 @@ - + From d8c4dc2805713da1984375b0bf020affcb775a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:17:27 +0000 Subject: [PATCH 145/266] Bump xunit in /csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index c3b040cb762..4bd02ebbada 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From c80abaf62216974155f801485acda2d8c302d64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:18:30 +0000 Subject: [PATCH 146/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index 4bd02ebbada..587326a08f3 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 860a7d38cf3050ce163b3e45e0629ab074c02218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:20:20 +0000 Subject: [PATCH 147/266] Bump xunit.assert Bumps [xunit.assert](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit.assert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 862335fb686..8b298d1dd91 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -23,7 +23,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 5639850431b..55e89419f80 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -3,7 +3,7 @@ - + From db421b6b7b345bb021cc0cd9e5cf5ec4217afe20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:20:24 +0000 Subject: [PATCH 148/266] Bump xunit.extensibility.core Bumps [xunit.extensibility.core](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit.extensibility.core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 862335fb686..36af1038aff 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -25,7 +25,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 5639850431b..34ac5cd4092 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -5,7 +5,7 @@ - + \ No newline at end of file From 1754dccccfc1b6be56d51bc6ce10ede8eb954844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:20:36 +0000 Subject: [PATCH 149/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 862335fb686..b3688efa80b 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -20,7 +20,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 5639850431b..429afe356c2 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -1,6 +1,6 @@ - + From d8b70eb9b38db9fe55d6ac9a41db692e81cad7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:20:44 +0000 Subject: [PATCH 150/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../src/Car.Net45/Car.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/Car.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/Car.Net45.csproj index 515d294015b..850fa3e9609 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/Car.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/Car.Net45.csproj @@ -16,6 +16,6 @@ - + \ No newline at end of file diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index 862335fb686..aaa96fe2a9a 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -27,6 +27,6 @@ - + \ No newline at end of file diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 5639850431b..0a7623bdc80 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -7,5 +7,5 @@ - + \ No newline at end of file From 1328a5e6d39f014b90f5ba61de142a271d9e2864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:21:08 +0000 Subject: [PATCH 151/266] Bump xunit.analyzers Bumps [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from 1.5.0 to 1.6.0. - [Commits](https://github.com/xunit/xunit.analyzers/compare/1.5.0...1.6.0) --- updated-dependencies: - dependency-name: xunit.analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index ed6e3688f6d..e321d527683 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -22,7 +22,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 75de9d0e994..beaba384e98 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -2,7 +2,7 @@ - + From 7255d738460cc366a85edbda7baf17347eb8493b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:21:26 +0000 Subject: [PATCH 152/266] Bump xunit.extensibility.execution Bumps [xunit.extensibility.execution](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit.extensibility.execution dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index b5c365e78e3..8ce7221c75a 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -26,7 +26,7 @@ - + \ No newline at end of file diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 5a4019387a8..812fc69a1e4 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -6,6 +6,6 @@ - + \ No newline at end of file From 8656064c2b94cc7f4490399432f59f5f795c3e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:21:30 +0000 Subject: [PATCH 153/266] Bump xunit.core Bumps [xunit.core](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit.core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests.Net45/Car.Tests.Net45.csproj | 2 +- .../tests/Car.Tests.Net45/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj index b5c365e78e3..d70e39af78a 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/Car.Tests.Net45.csproj @@ -24,7 +24,7 @@ - + diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config index 5a4019387a8..cb728052d54 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests.Net45/packages.config @@ -4,7 +4,7 @@ - + From df6d9a4ea591f8cff1de79570d9fadbf28d2662e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:22:09 +0000 Subject: [PATCH 154/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index 4da7074d144..f125a4660dc 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -7,7 +7,7 @@ - + From 483ab745436389d4c4748667885ee9291d0eb7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:22:42 +0000 Subject: [PATCH 155/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index f125a4660dc..d611f78c73f 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -8,7 +8,7 @@ - + From 3b98008858954bd53405bbddfaa1d90fe0d20675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:26:49 +0000 Subject: [PATCH 156/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index e31801f9df8..e281d9b0561 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 26901d42633199801c16ff2568ef8f51fba61345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:27:47 +0000 Subject: [PATCH 157/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index e281d9b0561..1d9f63d9d2c 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 622288d22b1a3d9f858ee02d870485eae8ad6adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:29:19 +0000 Subject: [PATCH 158/266] Bump Azure.ResourceManager.Resources Bumps [Azure.ResourceManager.Resources](https://github.com/Azure/azure-sdk-for-net) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.ResourceManager.Resources_1.6.0...Azure.ResourceManager.Resources_1.7.0) --- updated-dependencies: - dependency-name: Azure.ResourceManager.Resources dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../AzureIdentityStorageExample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj index ff3ba9aed67..d00c57c4177 100644 --- a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj +++ b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj @@ -21,7 +21,7 @@ - + From ac499da07c75545d218d93ae482a66d858644bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:33:50 +0000 Subject: [PATCH 159/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index b30763322b9..11c2b5b2448 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -9,7 +9,7 @@ - + From eb3bd364c9809dc0b7f465f0d0c9dc25915376f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:34:04 +0000 Subject: [PATCH 160/266] Bump xunit.runner.visualstudio in /csharp/unit-testing/XUnit.TestProject Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index 351e636c11a..1754a0b52b3 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 182f499db4cc1cb86f0c85dba0089aaf0fc1bd9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:34:42 +0000 Subject: [PATCH 161/266] Bump xunit in /csharp/unit-testing-best-practices/before Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index 11c2b5b2448..fedf4112e80 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -8,7 +8,7 @@ - + From c101e354cb5ef33c2fb3be33ea0672c17d3e9910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:34:50 +0000 Subject: [PATCH 162/266] Bump xunit from 2.6.1 to 2.6.2 in /csharp/unit-testing/XUnit.TestProject Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index 1754a0b52b3..bf360e82729 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From c325dece81c0ca1ecc45812917f41ae624b6bd6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:36:56 +0000 Subject: [PATCH 163/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 925a8d5cb47..99fecf95edc 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From e9e0d1939cee27b15fdc5336163d0ef3bc8abcda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:37:46 +0000 Subject: [PATCH 164/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 99fecf95edc..7d2dd0ec11b 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -8,7 +8,7 @@ - + From f4ed2807edca2c1e96fabe4ecbda0316f442bfdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:38:45 +0000 Subject: [PATCH 165/266] Bump xunit in /csharp/unit-testing-best-practices/after Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index b30763322b9..0ec6f1fa828 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -8,7 +8,7 @@ - + From 1a733709e910bfe1b3f999a3b6f76d7e47e14ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:39:42 +0000 Subject: [PATCH 166/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index 0ec6f1fa828..fedf4112e80 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -9,7 +9,7 @@ - + From f4c98e7997aa39d7b3e34228196ea2fc8dccb3dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:42:42 +0000 Subject: [PATCH 167/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../src/Car.Net45/packages.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/packages.config b/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/packages.config index a5b0fc57621..b915ec57974 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/packages.config +++ b/framework/libraries/migrate-library-csproj-keep-existing/src/Car.Net45/packages.config @@ -1,5 +1,5 @@ - + \ No newline at end of file From ddaf913c4b37fcee4a072dd4d4af3ad13b7ac9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:44:04 +0000 Subject: [PATCH 168/266] Bump Microsoft.CodeAnalysis.CSharp.Workspaces Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../TransformationCS/TransformationCS.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/roslyn-sdk/SyntaxTransformationQuickStart/TransformationCS/TransformationCS.csproj b/csharp/roslyn-sdk/SyntaxTransformationQuickStart/TransformationCS/TransformationCS.csproj index 30014ce70b5..c13edc4b278 100644 --- a/csharp/roslyn-sdk/SyntaxTransformationQuickStart/TransformationCS/TransformationCS.csproj +++ b/csharp/roslyn-sdk/SyntaxTransformationQuickStart/TransformationCS/TransformationCS.csproj @@ -6,7 +6,7 @@ - + From b91266a95cab33e99c67a6ef50321d586bfeb1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:45:03 +0000 Subject: [PATCH 169/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index dbf079cffd2..41569d589d9 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -9,7 +9,7 @@ - + From 41040cfe50c248f5a50aac2ff27ad01ba66e4f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:45:52 +0000 Subject: [PATCH 170/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index 41569d589d9..e573ad4c283 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -8,7 +8,7 @@ - + From 939029104131f5980bcbaca598566a200851cc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:46:38 +0000 Subject: [PATCH 171/266] Bump Microsoft.CodeAnalysis.CSharp.Workspaces Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../MakeConst/MakeConst.CodeFixes/MakeConst.CodeFixes.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.CodeFixes/MakeConst.CodeFixes.csproj b/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.CodeFixes/MakeConst.CodeFixes.csproj index 8e4bf38f995..38ea3900566 100644 --- a/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.CodeFixes/MakeConst.CodeFixes.csproj +++ b/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.CodeFixes/MakeConst.CodeFixes.csproj @@ -7,7 +7,7 @@ - + From 21d6026c704eda50ef5aa4538147f748d425d055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:46:43 +0000 Subject: [PATCH 172/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index 4f14e1677f3..26a6fc0ba19 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -7,7 +7,7 @@ - + From 9e18749aa8da02e3fc089c6edc009534a8744227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:46:45 +0000 Subject: [PATCH 173/266] Bump Microsoft.CodeAnalysis.CSharp Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../roslyn-sdk/Tutorials/MakeConst/MakeConst/MakeConst.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst/MakeConst.csproj b/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst/MakeConst.csproj index 4951a18ef71..096ff3e42f4 100644 --- a/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst/MakeConst.csproj +++ b/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst/MakeConst.csproj @@ -10,7 +10,7 @@ - + From 982e8c8559c48b9b4ff70ab1c8caec7d8c3751fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:46:58 +0000 Subject: [PATCH 174/266] Bump xunit in /core/console-apps/NewTypesMsBuild/test/NewTypesTests Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index cdaa17ea933..bd2e834c10c 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -6,7 +6,7 @@ - + From 00aa30f627e25b194e8276dbfe607db14f8e125b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:47:30 +0000 Subject: [PATCH 175/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index 26a6fc0ba19..dd4e268b38c 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -6,7 +6,7 @@ - + From 2ebc9a8dc52f9b0ad04fe99a16148eda3a39659d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:47:32 +0000 Subject: [PATCH 176/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index bd2e834c10c..e7d601f092a 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -7,7 +7,7 @@ - + From 0fc596a4597e81f7a9eb9e53e11dc9bb01a06601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:47:50 +0000 Subject: [PATCH 177/266] Bump Microsoft.CodeAnalysis Bumps [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj b/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj index 2e87c84c871..4b8d5542696 100644 --- a/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj +++ b/csharp/roslyn-sdk/Tutorials/MakeConst/MakeConst.Test/MakeConst.Test.csproj @@ -11,7 +11,7 @@ - + From 288d05f2da623553ec23a314e626c1dce8fedab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:49:20 +0000 Subject: [PATCH 178/266] Bump Microsoft.CodeAnalysis.CSharp.Workspaces Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../SyntaxQuickStart/HelloSyntaxTree/HelloSyntaxTree.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/roslyn-sdk/SyntaxQuickStart/HelloSyntaxTree/HelloSyntaxTree.csproj b/csharp/roslyn-sdk/SyntaxQuickStart/HelloSyntaxTree/HelloSyntaxTree.csproj index 30014ce70b5..c13edc4b278 100644 --- a/csharp/roslyn-sdk/SyntaxQuickStart/HelloSyntaxTree/HelloSyntaxTree.csproj +++ b/csharp/roslyn-sdk/SyntaxQuickStart/HelloSyntaxTree/HelloSyntaxTree.csproj @@ -6,7 +6,7 @@ - + From bb95f7896abff3353714a6d8fe1e4b2bda3ed4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:50:42 +0000 Subject: [PATCH 179/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index cadf71339dc..a261172af2e 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -11,7 +11,7 @@ - + From 29e4bc638e43dd14c12fe96278f1e429431f23ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:51:36 +0000 Subject: [PATCH 180/266] Bump xunit in /core/getting-started/golden/test/test-library Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index a261172af2e..736879eddb1 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -10,7 +10,7 @@ - + From d3fdde36d8d78425bc7317bcab4965839f988642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:52:57 +0000 Subject: [PATCH 181/266] Bump Microsoft.CodeAnalysis.CSharp.Workspaces Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csharp/roslyn-sdk/SemanticQuickStart/SemanticQuickStart.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/roslyn-sdk/SemanticQuickStart/SemanticQuickStart.csproj b/csharp/roslyn-sdk/SemanticQuickStart/SemanticQuickStart.csproj index 30014ce70b5..c13edc4b278 100644 --- a/csharp/roslyn-sdk/SemanticQuickStart/SemanticQuickStart.csproj +++ b/csharp/roslyn-sdk/SemanticQuickStart/SemanticQuickStart.csproj @@ -6,7 +6,7 @@ - + From 1a7073112911c020b8465dad83f065a4c0f8a683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:54:59 +0000 Subject: [PATCH 182/266] Bump Microsoft.CodeAnalysis Bumps [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../ConstructionCS/ConstructionCS.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/roslyn-sdk/SyntaxTransformationQuickStart/ConstructionCS/ConstructionCS.csproj b/csharp/roslyn-sdk/SyntaxTransformationQuickStart/ConstructionCS/ConstructionCS.csproj index 8a3f3bc88b3..7878a146438 100644 --- a/csharp/roslyn-sdk/SyntaxTransformationQuickStart/ConstructionCS/ConstructionCS.csproj +++ b/csharp/roslyn-sdk/SyntaxTransformationQuickStart/ConstructionCS/ConstructionCS.csproj @@ -6,7 +6,7 @@ - + From 3d35c669d134a2752c20ced860e78a051113de42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:55:04 +0000 Subject: [PATCH 183/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index 3e956176e47..9387a639783 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -11,7 +11,7 @@ - + From 9dd1ac338d8d53e5becafcd2e88b0ebb041c2409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:56:13 +0000 Subject: [PATCH 184/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index 393636205d0..d9d8aeee10b 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -14,7 +14,7 @@ - + From f704cc13dc185e41e6e90417a3c4b68aa7651d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:56:19 +0000 Subject: [PATCH 185/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index 9387a639783..c638e6be31e 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -12,6 +12,6 @@ - + From 7b4374df214546b3b8466cee79694fb8e88d3547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:57:26 +0000 Subject: [PATCH 186/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2. - [Commits](https://github.com/xunit/xunit/compare/2.6.1...2.6.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index d9d8aeee10b..014e13d2a4d 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -13,7 +13,7 @@ - + From be1699b142077c64860d32b5dae8cb72463e5e6f Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:35:18 -0800 Subject: [PATCH 187/266] Update threading code to match article (#6277) --- wpf/Threading/Weather/net48/csharp/Code.zip | Bin 6527 -> 6532 bytes .../Weather/net48/csharp/Weather.xaml.cs | 2 +- wpf/Threading/Weather/net48/vb/Code.zip | Bin 13409 -> 13423 bytes .../Weather/net48/vb/Weather.xaml.vb | 8 ++++---- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wpf/Threading/Weather/net48/csharp/Code.zip b/wpf/Threading/Weather/net48/csharp/Code.zip index e44f5c1205fc28571adce5782ac50110843be116..1a328510963be7a389199256088d191ae1465110 100644 GIT binary patch delta 858 zcmV-g1Eu``GK4d*k`xV+gIZVHDE%=W0{{Sklb;kAf5C3kKoGrG>OYKfvZdl8#0hAn z5~zp}9O57j2vr;Jq*-e3TD#+hfcP>Fd=kIF%-SV!(u5#^62m)G- z{shLZA=EE#IogH44uI(@-q${W(^DAEmAyt_e}oW7Q4@ek;{|24EO?4r-ce+dmpe|g zex%t7RW=GQt(umo;S6S~4ES`n?a*0bplmsizp9{^C-k@I2OEBimdFWyrc7Sqv}uzh zIXSk% ze@IJ*2xiV>p#p(01lr7I=;c-v3oUY4t0oA|CP3jdZqOIV%f0X7oq<{?Lm=gujT@W9 zq<8o)y{lS+BCh)p&xpgcRihOt@JNlf;e;#7F(I5~%Ccv~MI&XEd_f6pHDNyk~jL2;VSifAbJO*E5w%ytTc-$E^z@*VGmcugpKiG3I!j zll@3ePq~n4ZV0ZpS!v_2lFa9BF%-v3?mGQ?l%Pr6i^r#bQRF)!wiUiRB)mr+_ zyAcp8?J%vAZw{1tEN8gvRC9pNyQMY5Z@b&1sODL#sB_q(oMdlf%uUsl5>)h{f3Z|7 zeD(*6v~ZrYU5JkQZfmN2As)%ZRG8PwX6@01vpOV?(|a{L@dn#oAw)ujGLlSM~jm%U}GlSiqD>ES&xYCFiC&i0m%=yP{~ zwqg7!m2uYXDCjF0mnHI)+njx?BB`hNwLNk7Y4K0vp)a02i0=>de?T87_mfytccN#) k`S%O6&KGI{4U&UeSKBE4F&+Z|0DzN488imd7XSbN0205bxc~qF delta 853 zcmV-b1FHOlGygKMk`xVjYf4uJwKoGuH>N|{bvZdl8#0hAn z5~zp}9O@tr2vr;Jq*-e3TD#+hfOs+vJQA)CnuwyxUgW9OQo7sgml_KNpy4iT+~gA$1Ocr^ ze*#yoA=EGLINF8334rM`-q${W(^DAEl)XV{>^a^To6yXJKK=4AM;F5W%scCvP%c{h zf033B5lo%OLInb02(+0_(aWtU7Fy)8R!tC^O@P8_T%#|LmwVsGI|DUWhT2?rurIx< zT3#ZYWINI+v3pxBT9E>e)OZ_CxRM+b!P%uO%QpOSq~3*M4fL(d6q4WgnEB9HyBMT> zBY8Tbk=3S9OmpNr%VQ?^W=YF`{9MgYe=hM>_68p}E{I%98#uf&{}jg+$Kzb=M{;_~ z1ypk*aK-IX6Ni;zK6CS-I9_tM>DQqIP2yfWKK+a0-Vw2_?A;;Pul26h(r@04fLLLN zX`Fm>pu}T6!)2$I1N7Z3tr&jW-5#ZxKWmkAzF#`~8e(p$rj($f2aTm-!LvVDf26td zob5t%)OTyuD(7b}#3LD-3iDdotUbDLR)^$qx>d7dZ?NqVLL^j3GpD7cY_u0?5f8w# zso-g<3Hmi4SM8pdFnbo~-O843AvzMf>@8EBJW54O54Xsu?I8C$+gm=O&)osqhViFV z#u>Mxps!_2mdMj>edaBvo#NN#9i-i-#XpUOzIgT^-X7@xfId*}C$XmPMbCuu?-#Sv f7is|wd232n2IK#K83OldDpWu-+VLQEWdyL8kI}uDL}Rk zgk}28SnXCJy+LhM+P9`uWSl)eJ3qUxriIC2P^b{#8!B3$mwn*p-kWDd2>r0OIb_uo zhDiD1f3hNS_Hn@Ho|1r8qh}Min|{ZfdLZ^Nb`_z%env}uKM&olOL;!PV4>_Bfnz}+ zMO6Ss#2d1{Ql-{%C%J`}}T~VG$En$7t3f#*&Gi6nXR}qKCLh&qM zCt#6Q&U0;Z(NlAxrQR#CP9~!CqR83r)9>xf0#Ei zBtC*?Q$bOcQ}nIyGFarBt&z8B~_5V_0&GGiEa?V(K@ zEQkIePSInbSWK+dmI8@xmS@{xkF-}9DJON3CQUcghrpId>f=X#RQ~+>J*?)=Q-Ew4 z2&?qLSnU=ey+&W>11c)e%R2CL=gqSsg!8bpIb`(& z21t2ve^C=T``Bl{rzD`&=-C8rCqFQ!9*8}RTurF2p3%~|pM~x^q&%OXUno06;Ikl* zqB;O0;ss^3EO?4r-cf|f%PYWX8)VudNr&Oes!53&&S0R*fcwq*&JyEcqmI0)oQ$18 zhW;6Sr*&C0B#iMVrSc>88{3!0bDDh>C>ddJf3?psB%SX@_>I%ZXE7ce*`j zzq;uK&Wug2afgz~ap9eHbtsn&?#RLl4on@N%cp`60@_Tc=p`E}JSrWjo2xnqt0qA1 zG^U%Nt95auIvIIM{S3|*%1~3))%L)^)h1U=XJk3eBLD2TzbctTYw8h~ zq!t^WTe)3v-)v*?%6uS}5l3Uv-;0LJIh<~D&s{W!yma|ftB7NLnH6r)7ngy`-)Kq+ zokY6`sCz7|wEH{4Hod+TcQc{;xt8&Ae?J6bogLTq*w@FU9h(^jE493>>z8>a`$9R- zxc$R#P}@AtqBpf7+8V3yl-y2N8r#V@GgVzmR1t*6QnAuG2w0?r^IX?lG}L-D`jn9A zrC29pQ(-n&Hf_$%oz)@v*4;T~>? Date: Wed, 29 Nov 2023 20:04:37 +0000 Subject: [PATCH 188/266] Bump Microsoft.ML.Recommender and Microsoft.ML Bumps [Microsoft.ML.Recommender](https://github.com/dotnet/machinelearning) and [Microsoft.ML](https://github.com/dotnet/machinelearning). These dependencies needed to be updated together. Updates `Microsoft.ML.Recommender` from 0.20.1 to 0.21.0 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) Updates `Microsoft.ML` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML.Recommender dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../tutorials/MovieRecommendation/MovieRecommendation.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine-learning/tutorials/MovieRecommendation/MovieRecommendation.csproj b/machine-learning/tutorials/MovieRecommendation/MovieRecommendation.csproj index d4a9446042f..00fc036e0b7 100644 --- a/machine-learning/tutorials/MovieRecommendation/MovieRecommendation.csproj +++ b/machine-learning/tutorials/MovieRecommendation/MovieRecommendation.csproj @@ -6,8 +6,8 @@ - - + + From 44a10ee4a9bbf0b8bd4a326470740bddc88f874a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:07:35 +0000 Subject: [PATCH 189/266] Bump nunit Bumps [nunit](https://github.com/nunit/nunit) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.14.0...v4.0.0) --- updated-dependencies: - dependency-name: nunit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj index 5f666609ba2..63194f9bf51 100644 --- a/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj @@ -8,7 +8,7 @@ - + From 223ac80848d2cc23679e10fb58bf5445e4f0e672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:12:31 +0000 Subject: [PATCH 190/266] Bump Microsoft.ML Bumps [Microsoft.ML](https://github.com/dotnet/machinelearning) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../ProductSalesAnomalyDetection.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/ProductSalesAnomalyDetection/ProductSalesAnomalyDetection.csproj b/machine-learning/tutorials/ProductSalesAnomalyDetection/ProductSalesAnomalyDetection.csproj index 94f4515a2fa..17e619be699 100644 --- a/machine-learning/tutorials/ProductSalesAnomalyDetection/ProductSalesAnomalyDetection.csproj +++ b/machine-learning/tutorials/ProductSalesAnomalyDetection/ProductSalesAnomalyDetection.csproj @@ -6,7 +6,7 @@ - + From ec7f8b82156a1cd14e95dd2894c2fba81804cc71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:17:55 +0000 Subject: [PATCH 191/266] Bump Microsoft.ML.TensorFlow and Microsoft.ML Bumps [Microsoft.ML.TensorFlow](https://github.com/dotnet/machinelearning) and [Microsoft.ML](https://github.com/dotnet/machinelearning). These dependencies needed to be updated together. Updates `Microsoft.ML.TensorFlow` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) Updates `Microsoft.ML` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML.TensorFlow dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../TextClassificationTF/TextClassificationTF.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj b/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj index 5164d9b21fd..3a847c0244c 100644 --- a/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj +++ b/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj @@ -6,9 +6,9 @@ - + - + From 19da3f083c7b624d1d044b635f103e569ca1c256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:18:18 +0000 Subject: [PATCH 192/266] Bump Microsoft.ML in /machine-learning/tutorials/TextClassificationTF Bumps [Microsoft.ML](https://github.com/dotnet/machinelearning) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../tutorials/TextClassificationTF/TextClassificationTF.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj b/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj index 5164d9b21fd..a07bb94b06d 100644 --- a/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj +++ b/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj @@ -6,7 +6,7 @@ - + From 232f95155c11cbb2701de8a380a0edc0abddf878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:19:15 +0000 Subject: [PATCH 193/266] Bump Microsoft.ML.SampleUtils Bumps [Microsoft.ML.SampleUtils](https://github.com/dotnet/machinelearning) from 0.20.1 to 0.21.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) --- updated-dependencies: - dependency-name: Microsoft.ML.SampleUtils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../tutorials/TextClassificationTF/TextClassificationTF.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj b/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj index 3a847c0244c..25051b4dbf5 100644 --- a/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj +++ b/machine-learning/tutorials/TextClassificationTF/TextClassificationTF.csproj @@ -7,7 +7,7 @@ - + From 346684f41c874a59a034988c226ce88e3448b70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:27:20 +0000 Subject: [PATCH 194/266] Bump Azure.ResourceManager.Storage Bumps [Azure.ResourceManager.Storage](https://github.com/Azure/azure-sdk-for-net) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.ResourceManager.Storage_1.1.1...Azure.ResourceManager.Storage_1.2.0) --- updated-dependencies: - dependency-name: Azure.ResourceManager.Storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../AzureIdentityStorageExample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj index d00c57c4177..d75fd3b5541 100644 --- a/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj +++ b/azure/sdk-identity-resources-storage/AzureIdentityStorageExample.csproj @@ -22,7 +22,7 @@ - + From 93fd4b0da1ab9f968358a544e6075f7237bde0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:28:17 +0000 Subject: [PATCH 195/266] Bump Microsoft.ML Bumps [Microsoft.ML](https://github.com/dotnet/machinelearning) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../GitHubIssueClassification/GitHubIssueClassification.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/GitHubIssueClassification/GitHubIssueClassification.csproj b/machine-learning/tutorials/GitHubIssueClassification/GitHubIssueClassification.csproj index 0553cf37c7a..e9fee556e27 100644 --- a/machine-learning/tutorials/GitHubIssueClassification/GitHubIssueClassification.csproj +++ b/machine-learning/tutorials/GitHubIssueClassification/GitHubIssueClassification.csproj @@ -15,7 +15,7 @@ - + From 46b9bee2f71cc29a4c51bfc9136078f8f22e475a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:36:49 +0000 Subject: [PATCH 196/266] Bump Microsoft.ML in /machine-learning/tutorials/SentimentAnalysis Bumps [Microsoft.ML](https://github.com/dotnet/machinelearning) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../tutorials/SentimentAnalysis/SentimentAnalysis.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/SentimentAnalysis/SentimentAnalysis.csproj b/machine-learning/tutorials/SentimentAnalysis/SentimentAnalysis.csproj index 256c798f734..ab1e32e61ec 100644 --- a/machine-learning/tutorials/SentimentAnalysis/SentimentAnalysis.csproj +++ b/machine-learning/tutorials/SentimentAnalysis/SentimentAnalysis.csproj @@ -10,7 +10,7 @@ - + From bb9bce4d97d361f931d18aa5642246cd435247e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:37:33 +0000 Subject: [PATCH 197/266] Bump Moq Bumps [Moq](https://github.com/moq/moq) from 4.20.69 to 4.20.70. - [Release notes](https://github.com/moq/moq/releases) - [Changelog](https://github.com/devlooped/moq/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq/compare/v4.20.69...v4.20.70) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 7d2dd0ec11b..84202759069 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -6,7 +6,7 @@ - + From 290ee7d86efc114d1106c1efe99267939fe8b347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:39:15 +0000 Subject: [PATCH 198/266] Bump NUnit in /csharp/unit-testing/NUnit.TestProject Bumps [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.14.0...v4.0.0) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj b/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj index 8dbcf156efa..faea391dc75 100644 --- a/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj +++ b/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj @@ -7,7 +7,7 @@ - + From dc6d105fae40d6a4d6de848fd17a5d639be60ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:42:39 +0000 Subject: [PATCH 199/266] Bump Moq Bumps [Moq](https://github.com/moq/moq) from 4.20.69 to 4.20.70. - [Release notes](https://github.com/moq/moq/releases) - [Changelog](https://github.com/devlooped/moq/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq/compare/v4.20.69...v4.20.70) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 28267dacf2f..ef18c230552 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -5,7 +5,7 @@ - + From c4e548b7accc993ec88c69a586bb946141b3f6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:51:22 +0000 Subject: [PATCH 200/266] Bump Microsoft.ML in /machine-learning/tutorials/IrisFlowerClustering Bumps [Microsoft.ML](https://github.com/dotnet/machinelearning) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../tutorials/IrisFlowerClustering/IrisFlowerClustering.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/IrisFlowerClustering/IrisFlowerClustering.csproj b/machine-learning/tutorials/IrisFlowerClustering/IrisFlowerClustering.csproj index 70038d55b2e..c22f52e0969 100644 --- a/machine-learning/tutorials/IrisFlowerClustering/IrisFlowerClustering.csproj +++ b/machine-learning/tutorials/IrisFlowerClustering/IrisFlowerClustering.csproj @@ -6,7 +6,7 @@ - + From 19c189f214fbc229b7f1166e55e585d323cf6ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:51:41 +0000 Subject: [PATCH 201/266] Bump Microsoft.ML.FastTree and Microsoft.ML Bumps [Microsoft.ML.FastTree](https://github.com/dotnet/machinelearning) and [Microsoft.ML](https://github.com/dotnet/machinelearning). These dependencies needed to be updated together. Updates `Microsoft.ML.FastTree` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) Updates `Microsoft.ML` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML.FastTree dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../tutorials/TaxiFarePrediction/TaxiFarePrediction.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine-learning/tutorials/TaxiFarePrediction/TaxiFarePrediction.csproj b/machine-learning/tutorials/TaxiFarePrediction/TaxiFarePrediction.csproj index 98a9ce97ab5..8a7c4a583fb 100644 --- a/machine-learning/tutorials/TaxiFarePrediction/TaxiFarePrediction.csproj +++ b/machine-learning/tutorials/TaxiFarePrediction/TaxiFarePrediction.csproj @@ -10,8 +10,8 @@ - - + + From ce40e215715bd2189bd1bd201bdbeb3964d7f515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:56:27 +0000 Subject: [PATCH 202/266] Bump nunit Bumps [nunit](https://github.com/nunit/nunit) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.14.0...v4.0.0) --- updated-dependencies: - dependency-name: nunit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj index 0357544cf5f..d6e71b53ab2 100644 --- a/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj @@ -8,7 +8,7 @@ - + From f44e466944e2e5af32675907465c02a17f890b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:57:01 +0000 Subject: [PATCH 203/266] Bump nunit Bumps [nunit](https://github.com/nunit/nunit) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v3.14.0...v4.0.0) --- updated-dependencies: - dependency-name: nunit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj index fea7cbbe12a..37f1215d307 100644 --- a/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj @@ -13,7 +13,7 @@ - + From b838baf19db0b9da32583253add367312f889b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:57:33 +0000 Subject: [PATCH 204/266] Bump Microsoft.ML.TensorFlow and Microsoft.ML Bumps [Microsoft.ML.TensorFlow](https://github.com/dotnet/machinelearning) and [Microsoft.ML](https://github.com/dotnet/machinelearning). These dependencies needed to be updated together. Updates `Microsoft.ML.TensorFlow` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) Updates `Microsoft.ML` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML.TensorFlow dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../tutorials/TransferLearningTF/TransferLearningTF.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj b/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj index d9fc56f72aa..20aee1b5e62 100644 --- a/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj +++ b/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj @@ -7,9 +7,9 @@ - + - + From 398c29fe917f9b06284d2a6d985b29a4a2506a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:58:53 +0000 Subject: [PATCH 205/266] Bump Microsoft.ML in /machine-learning/tutorials/TransferLearningTF Bumps [Microsoft.ML](https://github.com/dotnet/machinelearning) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../tutorials/TransferLearningTF/TransferLearningTF.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj b/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj index d9fc56f72aa..f09c12541a6 100644 --- a/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj +++ b/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj @@ -7,7 +7,7 @@ - + From 5efcdd2f1033d08b18330432e3624a364c8b7fd6 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 30 Nov 2023 18:20:28 -0800 Subject: [PATCH 206/266] Update NativeLibrary sample (#6456) - Add prefix to native symbol names to follow best practices for avoiding name collisions - Make the sample work on .NET 8 --- core/nativeaot/NativeLibrary/Class1.cs | 7 ++++--- core/nativeaot/NativeLibrary/LoadLibrary.c | 10 +++++----- core/nativeaot/NativeLibrary/README.md | 6 +++--- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/core/nativeaot/NativeLibrary/Class1.cs b/core/nativeaot/NativeLibrary/Class1.cs index 281043f3007..288d8a2dad8 100644 --- a/core/nativeaot/NativeLibrary/Class1.cs +++ b/core/nativeaot/NativeLibrary/Class1.cs @@ -8,13 +8,14 @@ namespace NativeLibrary { public class Class1 { - [UnmanagedCallersOnly(EntryPoint = "add")] + // Use common prefix for all entrypoints to avoid symbol name collisions + [UnmanagedCallersOnly(EntryPoint = "aotsample_add")] public static int Add(int a, int b) { return a + b; } - [UnmanagedCallersOnly(EntryPoint = "write_line")] + [UnmanagedCallersOnly(EntryPoint = "aotsample_write_line")] public static int WriteLine(IntPtr pString) { // The marshalling code is typically auto-generated by a custom tool in larger projects. @@ -35,7 +36,7 @@ public static int WriteLine(IntPtr pString) return 0; } - [UnmanagedCallersOnly(EntryPoint = "sumstring")] + [UnmanagedCallersOnly(EntryPoint = "aotsample_sumstring")] public static IntPtr sumstring(IntPtr first, IntPtr second) { // Parse strings from the passed pointers diff --git a/core/nativeaot/NativeLibrary/LoadLibrary.c b/core/nativeaot/NativeLibrary/LoadLibrary.c index 72301eecc3f..bae153b8295 100644 --- a/core/nativeaot/NativeLibrary/LoadLibrary.c +++ b/core/nativeaot/NativeLibrary/LoadLibrary.c @@ -5,11 +5,11 @@ //Set this value accordingly to your workspace settings #if defined(_WIN32) -#define PathToLibrary "bin\\Debug\\net8.0\\win-x64\\publish\\NativeLibrary.dll" +#define PathToLibrary "bin\\Release\\net8.0\\win-x64\\publish\\NativeLibrary.dll" #elif defined(__APPLE__) -#define PathToLibrary "./bin/Debug/net8.0/osx-x64/publish/NativeLibrary.dylib" +#define PathToLibrary "./bin/Release/net8.0/osx-x64/publish/NativeLibrary.dylib" #else -#define PathToLibrary "./bin/Debug/net8.0/linux-x64/publish/NativeLibrary.so" +#define PathToLibrary "./bin/Release/net8.0/linux-x64/publish/NativeLibrary.so" #endif #ifdef _WIN32 @@ -43,11 +43,11 @@ int main() } // Sum two integers - int sum = callSumFunc(PathToLibrary, "add", 2, 8); + int sum = callSumFunc(PathToLibrary, "aotsample_add", 2, 8); printf("The sum is %d \n", sum); // Concatenate two strings - char *sumstring = callSumStringFunc(PathToLibrary, "sumstring", "ok", "ko"); + char *sumstring = callSumStringFunc(PathToLibrary, "aotsample_sumstring", "ok", "ko"); printf("The concatenated string is %s \n", sumstring); // Free string diff --git a/core/nativeaot/NativeLibrary/README.md b/core/nativeaot/NativeLibrary/README.md index efddbdb2f88..fffce86fccb 100644 --- a/core/nativeaot/NativeLibrary/README.md +++ b/core/nativeaot/NativeLibrary/README.md @@ -9,7 +9,7 @@ Create a .NET class library project using `dotnet new classlib -o NativeLibrary` ## Building shared libraries ```bash -> dotnet publish /p:NativeLib=Shared +> dotnet publish /p:NativeLib=Shared --use-current-runtime ``` The above command will drop a shared library (Windows `.dll`, macOS `.dylib`, Linux `.so`) in `./bin/Release/net8.0/[RID]/publish/` folder and will have the same name as the folder in which your source file is present. @@ -67,7 +67,7 @@ For a C# method in the native library to be consumable by external programs, it Apply the attribute to the method, specifying the `EntryPoint`: ```csharp -[UnmanagedCallersOnly(EntryPoint = "add")] +[UnmanagedCallersOnly(EntryPoint = "aotsample_add")] public static int Add(int a, int b) { return a + b; @@ -86,7 +86,7 @@ The sample [source code](Class1.cs) demonstrates common techniques used to stay ## Building static libraries ```bash -> dotnet publish /p:NativeLib=Static +> dotnet publish /p:NativeLib=Static --use-current-runtime ``` The above command will drop a static library (Windows `.lib`, macOS/Linux `.a`) in `./bin/Release/net8.0/[RID]/publish/` folder and will have the same name as the folder in which your source file is present. From a11fc59ad402b8d8bd730eeeb551a63814156d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:07:41 +0000 Subject: [PATCH 207/266] Bump Microsoft.ML.TimeSeries Bumps [Microsoft.ML.TimeSeries](https://github.com/dotnet/machinelearning) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML.TimeSeries dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../ProductSalesAnomalyDetection.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/ProductSalesAnomalyDetection/ProductSalesAnomalyDetection.csproj b/machine-learning/tutorials/ProductSalesAnomalyDetection/ProductSalesAnomalyDetection.csproj index 17e619be699..663ab102a45 100644 --- a/machine-learning/tutorials/ProductSalesAnomalyDetection/ProductSalesAnomalyDetection.csproj +++ b/machine-learning/tutorials/ProductSalesAnomalyDetection/ProductSalesAnomalyDetection.csproj @@ -7,7 +7,7 @@ - + From 97905804a7c0574d9eb73bd661234ccf6a9b9f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:22:23 +0000 Subject: [PATCH 208/266] Bump NUnit from 4.0.0 to 4.0.1 in /csharp/unit-testing/NUnit.TestProject Bumps [NUnit](https://github.com/nunit/nunit) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj b/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj index faea391dc75..a43a29ea716 100644 --- a/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj +++ b/csharp/unit-testing/NUnit.TestProject/NUnit.Project.csproj @@ -7,7 +7,7 @@ - + From 6ec3c79d25cc3d6666c4cb09d1557b134ccd7ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:38:59 +0000 Subject: [PATCH 209/266] Bump nunit Bumps [nunit](https://github.com/nunit/nunit) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: nunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj index 37f1215d307..3a49a114f59 100644 --- a/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp-nunit/MathService.Tests/MathService.Tests.fsproj @@ -13,7 +13,7 @@ - + From 947329718e71266a00bc028dcd88b545ca251794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:44:43 +0000 Subject: [PATCH 210/266] Bump nunit Bumps [nunit](https://github.com/nunit/nunit) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: nunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj index 63194f9bf51..63b1ce53df9 100644 --- a/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-nunit/PrimeService.Tests/PrimeService.Tests.vbproj @@ -8,7 +8,7 @@ - + From c0f34ad984114ec96c26eaee861db70e2a61c7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:52:34 +0000 Subject: [PATCH 211/266] Bump BenchmarkDotNet in /csharp/safe-efficient-code/benchmark Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.10 to 0.13.11. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.10...v0.13.11) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/safe-efficient-code/benchmark/benchmark.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/safe-efficient-code/benchmark/benchmark.csproj b/csharp/safe-efficient-code/benchmark/benchmark.csproj index e6207b36105..daccd0b2ce8 100644 --- a/csharp/safe-efficient-code/benchmark/benchmark.csproj +++ b/csharp/safe-efficient-code/benchmark/benchmark.csproj @@ -7,7 +7,7 @@ - + From 52cb9b738b6cf2f0365b162b59d51b6dfc010b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:58:26 +0000 Subject: [PATCH 212/266] Bump nunit Bumps [nunit](https://github.com/nunit/nunit) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: nunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj index d6e71b53ab2..b6031482f24 100644 --- a/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-nunit/PrimeService.Tests/PrimeService.Tests.csproj @@ -8,7 +8,7 @@ - + From 8f0811d778e4bf42917898e3fd91082a0a5518fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:02:00 +0000 Subject: [PATCH 213/266] Bump Microsoft.ML.ImageAnalytics Bumps [Microsoft.ML.ImageAnalytics](https://github.com/dotnet/machinelearning) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v3.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML.ImageAnalytics dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../tutorials/TransferLearningTF/TransferLearningTF.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj b/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj index 20aee1b5e62..a5a1aed8183 100644 --- a/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj +++ b/machine-learning/tutorials/TransferLearningTF/TransferLearningTF.csproj @@ -8,7 +8,7 @@ - + From 6fded729bf6142a5aeb6856e8a91a0e6820b1862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:06:59 +0000 Subject: [PATCH 214/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index c638e6be31e..2f270395586 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -12,6 +12,6 @@ - + From 14b134635cae8d3d3f39b66a4af4f9167a0061a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:07:25 +0000 Subject: [PATCH 215/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index fedf4112e80..a9f3f23c17a 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -9,7 +9,7 @@ - + From 45bd452f5859b094a80cd51429783789052fe47e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:07:31 +0000 Subject: [PATCH 216/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index 0fb48007a98..3ed3e3c2934 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -8,7 +8,7 @@ - + From 665480354e2baab61ceaf65d9e3daada0ca64d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:08:18 +0000 Subject: [PATCH 217/266] Bump xunit 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] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index 2f270395586..4f5110725d1 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -11,7 +11,7 @@ - + From 653872cb1ecab4ff73199ad7fff8f39cf879dc0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:08:40 +0000 Subject: [PATCH 218/266] Bump xunit in /csharp/unit-testing-best-practices/before 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] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index a9f3f23c17a..db0e33c297e 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -8,7 +8,7 @@ - + From d6636ef001190841eb17995767723788c84c667b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:08:41 +0000 Subject: [PATCH 219/266] Bump xunit in /core/getting-started/golden/test-library 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] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index 3ed3e3c2934..2813e4d8727 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -7,7 +7,7 @@ - + From b457ce582de59b795c73b72424271ee1b684e98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:10:19 +0000 Subject: [PATCH 220/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index ef18c230552..d028cffed28 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From e8125fe3495aa4848d4fc154aa8ac38d83c3253b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:26:52 +0000 Subject: [PATCH 221/266] Bump xunit in /core/getting-started/golden/test/test-library 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] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index 736879eddb1..a8abe21b884 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -10,7 +10,7 @@ - + From 42cc87e764b46f78ce612c9f68153b5912a7dade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:27:53 +0000 Subject: [PATCH 222/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index a8abe21b884..a5236f39ce9 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -11,7 +11,7 @@ - + From cc0955a5a8fe03ca26ae91690683e47978a5a73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:28:03 +0000 Subject: [PATCH 223/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index dd4e268b38c..275d833cee3 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -7,7 +7,7 @@ - + From cbead62c6f263c81b42005cca0a81d2e1a551862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:29:19 +0000 Subject: [PATCH 224/266] Bump xunit 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] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index 275d833cee3..aaaad690377 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -6,7 +6,7 @@ - + From 966896beca01687452eeaf46d3ec2debec2f3615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:32:12 +0000 Subject: [PATCH 225/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 84202759069..1b8b1086cd2 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -8,7 +8,7 @@ - + From 6d0b402ce3426a2e2d6fb20374b33ab8e38524ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:33:30 +0000 Subject: [PATCH 226/266] Bump xunit 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] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 1b8b1086cd2..98a5eb229b4 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From 533dba1be85c37a0db85abed78b9876193ecce90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:35:05 +0000 Subject: [PATCH 227/266] Bump xunit in /core/console-apps/NewTypesMsBuild/test/NewTypesTests 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] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index e7d601f092a..929ccf47b23 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -6,7 +6,7 @@ - + From d32fed577fdfd3c7527e1e2b004fa84de379dd25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:36:03 +0000 Subject: [PATCH 228/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index 929ccf47b23..dfffda2c732 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -7,7 +7,7 @@ - + From a1463cab236a8b7e4c25fbb635bda75681c4b26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:37:00 +0000 Subject: [PATCH 229/266] Bump xunit 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] --- .../tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj index 7fd3a0d25db..99b3952d473 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj @@ -11,6 +11,6 @@ - + From f90dd42b865d71075f3bb040a3e7e2aa8eb33217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:38:53 +0000 Subject: [PATCH 230/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index d611f78c73f..47b9961f926 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -8,7 +8,7 @@ - + From 5b889b1da37fb173bfaa7b4ad20fd25435d1b3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:45:14 +0000 Subject: [PATCH 231/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index fedf4112e80..a9f3f23c17a 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -9,7 +9,7 @@ - + From e79e1f1ee2bdba9e1ad44762b7f23883ef9d61e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:45:24 +0000 Subject: [PATCH 232/266] Bump xunit in /csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild 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] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index 587326a08f3..567f481dfed 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From d58ec1efc40d29ad74933d6745d2f43c43d8fc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:46:49 +0000 Subject: [PATCH 233/266] Bump xunit in /csharp/unit-testing-best-practices/after 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] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index a9f3f23c17a..db0e33c297e 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -8,7 +8,7 @@ - + From 3025a110295bd0ffb8317d583cd546359f47de89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:46:54 +0000 Subject: [PATCH 234/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index 567f481dfed..acd5d2052b9 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 6ca947bdb3ec91e93cf2fdc7ab2f6bb9d311e4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:48:13 +0000 Subject: [PATCH 235/266] Bump xunit 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] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index e573ad4c283..7914c6aacf1 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -8,7 +8,7 @@ - + From c07beeaee747475280e76bdf906c0366a577dd93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:49:41 +0000 Subject: [PATCH 236/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index 7914c6aacf1..cc00620673d 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -9,7 +9,7 @@ - + From 7ad5804f3db8f4a13cb62b63dbd8880e24e1f587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:57:08 +0000 Subject: [PATCH 237/266] Bump xunit 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] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index 014e13d2a4d..f771963834f 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -13,7 +13,7 @@ - + From 808f0c9badb9a1c36bba31c9a81b2cd854535fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:58:37 +0000 Subject: [PATCH 238/266] Bump xunit from 2.6.2 to 2.6.3 in /csharp/unit-testing/XUnit.TestProject 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] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index bf360e82729..0da95707cfe 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 7456e47fba7c6497f9884c61a7e895a88d524e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:58:41 +0000 Subject: [PATCH 239/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index f771963834f..7a2fc291cd6 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -14,7 +14,7 @@ - + From a66422e44a6c32124579f38daa781dc5e0464b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:59:10 +0000 Subject: [PATCH 240/266] Bump xunit 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] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index 1d9f63d9d2c..755429a6541 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 2aa8a04eb4bcc47f37ba5bb8ae5f65dfb120e839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:00:50 +0000 Subject: [PATCH 241/266] Bump xunit.runner.visualstudio in /csharp/unit-testing/XUnit.TestProject Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index 0da95707cfe..db9a86c6fb7 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 5f68d145b1966e56625a0f5906f9a1dea62fdd12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:02:06 +0000 Subject: [PATCH 242/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index 755429a6541..c1744eb6d70 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From e0541cb6538340f9354e9df56dc9ca7bff38270f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:25:13 -0500 Subject: [PATCH 243/266] Bump xunit from 2.6.2 to 2.6.3 in /csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests (#6476) * Bump xunit 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] * Update csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bill Wagner --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index d028cffed28..20af30ff784 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -6,7 +6,7 @@ - + From 7b1d70b576a55ba1f9ad8e5cf4de048e3e67f4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:36:55 -0500 Subject: [PATCH 244/266] Bump xunit (#6487) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bill Wagner --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index 47b9961f926..6ec7fb66f34 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -7,7 +7,7 @@ - + From 246d1fcea3a00a14187c40828678137e0175866f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:03:15 +0000 Subject: [PATCH 245/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.vbproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj index cc00620673d..56725adcb7e 100644 --- a/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj +++ b/core/getting-started/unit-testing-vb-dotnet-test/PrimeService.Tests/PrimeService.Tests.vbproj @@ -9,7 +9,7 @@ - + From 285282712fde94ecd9509c7bb2bb1bb557ef9c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:07:14 +0000 Subject: [PATCH 246/266] Bump xunit in /csharp/unit-testing-best-practices/after Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4. - [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index db0e33c297e..d17b2e00a16 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -8,7 +8,7 @@ - + From 85c578d9a3dff2b668b22ea6389f43e0b3baa655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:08:45 +0000 Subject: [PATCH 247/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../after/unit-testing-best-practices-after.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj index d17b2e00a16..b09d71124e5 100644 --- a/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj +++ b/csharp/unit-testing-best-practices/after/unit-testing-best-practices-after.csproj @@ -9,7 +9,7 @@ - + From c34debb1f2fedbf1645f924d6ce84a0b1bfdfdbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:12:04 +0000 Subject: [PATCH 248/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4. - [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index 4f5110725d1..b02aeec718a 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -11,7 +11,7 @@ - + From b5d363b952fa4e8416c4f8aaabe1e4c7078aa70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:12:30 +0000 Subject: [PATCH 249/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../golden/test/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test/test-library/test-library.csproj b/core/getting-started/golden/test/test-library/test-library.csproj index a5236f39ce9..05519635c03 100644 --- a/core/getting-started/golden/test/test-library/test-library.csproj +++ b/core/getting-started/golden/test/test-library/test-library.csproj @@ -11,7 +11,7 @@ - + From b111b448ef299d2c398a4747e0c9f9c5438a6523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:13:02 +0000 Subject: [PATCH 250/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj index b02aeec718a..82f84df44ed 100644 --- a/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj/tests/Car.Tests/Car.Tests.csproj @@ -12,6 +12,6 @@ - + From 5289805f6cb454aeaaea3a52293a01363d45379f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:16:19 +0000 Subject: [PATCH 251/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4. - [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 98a5eb229b4..29442e25d37 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From 92130dea0545aa153a614eed0360fa424a5b633d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:18:16 +0000 Subject: [PATCH 252/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 29442e25d37..a29862c8de3 100644 --- a/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -8,7 +8,7 @@ - + From 088dbe26fd51eb79def22d9f0062e50e20575ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:22:12 +0000 Subject: [PATCH 253/266] Bump xunit from 2.6.3 to 2.6.4 in /csharp/unit-testing/XUnit.TestProject Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4. - [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj index db9a86c6fb7..1f20b39bb72 100644 --- a/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj +++ b/csharp/unit-testing/XUnit.TestProject/XUnit.Project.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 08ea3d44d65c8763556aa8632d287890da0763a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:23:57 +0000 Subject: [PATCH 254/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj index c1744eb6d70..b413b59e64d 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.Collector/XUnit.Coverlet.Collector.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From f2b2ab28ab8e7737777c33843e337396d11c3893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:39:20 +0000 Subject: [PATCH 255/266] Bump xunit in /csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4. - [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj index acd5d2052b9..62ee111d126 100644 --- a/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj +++ b/csharp/unit-testing-code-coverage/XUnit.Coverlet.MSBuild/XUnit.Coverlet.MSBuild.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 7bfd15dd4fd5a19b11952e63aa0310ba6be0a1c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:50:51 +0000 Subject: [PATCH 256/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/getting-started/golden/test-library/test-library.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/golden/test-library/test-library.csproj b/core/getting-started/golden/test-library/test-library.csproj index 2813e4d8727..4c3ed0cc444 100644 --- a/core/getting-started/golden/test-library/test-library.csproj +++ b/core/getting-started/golden/test-library/test-library.csproj @@ -8,7 +8,7 @@ - + From 71dbba43ccfceadbdf056631bcfa73393a4c36ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:51:39 +0000 Subject: [PATCH 257/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4. - [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tests/Car.Tests/Car.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj index 99b3952d473..5ff75a0a13b 100644 --- a/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj +++ b/framework/libraries/migrate-library-csproj-keep-existing/tests/Car.Tests/Car.Tests.csproj @@ -11,6 +11,6 @@ - + From 3197bf02e01604e3eda69ba248e3df44f2b86c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:52:36 +0000 Subject: [PATCH 258/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../WordCounter/TestLibrary/TestLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj index aaaad690377..92d596447ec 100644 --- a/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj +++ b/core/tutorials/using-on-mac-vs-full-solution/WordCounter/TestLibrary/TestLibrary.csproj @@ -7,7 +7,7 @@ - + From 83af4e649f66f6a22e4f62b17fad4d240ea3ea00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:54:19 +0000 Subject: [PATCH 259/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PrimeService.Tests/PrimeService.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj index 6ec7fb66f34..48e2d771358 100644 --- a/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj +++ b/core/getting-started/unit-testing-using-dotnet-test/PrimeService.Tests/PrimeService.Tests.csproj @@ -8,7 +8,7 @@ - + From f4993149866bd175c28d3699de5bff04aa83a320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:55:40 +0000 Subject: [PATCH 260/266] Bump xunit in /csharp/unit-testing-best-practices/before Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4. - [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../before/unit-testing-best-practices-before.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj index db0e33c297e..d17b2e00a16 100644 --- a/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj +++ b/csharp/unit-testing-best-practices/before/unit-testing-best-practices-before.csproj @@ -8,7 +8,7 @@ - + From e7cb1956f9fae816754a947c38b6842fb8ae4c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:58:06 +0000 Subject: [PATCH 261/266] Bump xunit Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4. - [Commits](https://github.com/xunit/xunit/compare/2.6.3...2.6.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 20af30ff784..0acf7a0e608 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -6,7 +6,7 @@ - + From e7d4e93b4740f23e45eab6eff635d3403a5f81e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:59:12 +0000 Subject: [PATCH 262/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../MathService.Tests/MathService.Tests.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj index 7a2fc291cd6..3f340e1bdb6 100644 --- a/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj +++ b/core/getting-started/unit-testing-with-fsharp/MathService.Tests/MathService.Tests.fsproj @@ -14,7 +14,7 @@ - + From 1c3c7c2b722681c35aa92ed0920e7901274caa92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:59:40 +0000 Subject: [PATCH 263/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj index dfffda2c732..0cb7fd1a1e8 100644 --- a/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj +++ b/core/console-apps/NewTypesMsBuild/test/NewTypesTests/NewTypesTests.csproj @@ -7,7 +7,7 @@ - + From d98f16b5748531efe3e632d7c5c991d1808fa8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 21:00:15 +0000 Subject: [PATCH 264/266] Bump xunit.runner.visualstudio Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj index 0acf7a0e608..8e951c89086 100644 --- a/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj +++ b/csharp/tutorials/nullable-reference-migration/start/SimpleFeedReader.Tests/SimpleFeedReader.Tests.csproj @@ -7,7 +7,7 @@ - + From 470abfffc0992b49113238a6c10a80eadd53773b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:41:02 +0000 Subject: [PATCH 265/266] Bump Octokit Bumps [Octokit](https://github.com/octokit/octokit.net) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/octokit/octokit.net/releases) - [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md) - [Commits](https://github.com/octokit/octokit.net/compare/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: Octokit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../start/IssuePRreport/IssuePRreport/IssuePRreport.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj b/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj index a9aa63133ac..896aeca01c6 100644 --- a/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj +++ b/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/IssuePRreport.csproj @@ -8,7 +8,7 @@ - + From b3e644e5d095bbc5d8211dbcd66d4870be8865fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:56:34 +0000 Subject: [PATCH 266/266] Bump Octokit Bumps [Octokit](https://github.com/octokit/octokit.net) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/octokit/octokit.net/releases) - [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md) - [Commits](https://github.com/octokit/octokit.net/compare/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: Octokit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj b/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj index c333ebbd2be..3f8391d5d1b 100644 --- a/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj +++ b/csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/IssuePRreport.csproj @@ -8,7 +8,7 @@ - +