From 2b4920859294b7fe044ef20619b022af5bd78613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:00:09 +0000 Subject: [PATCH 1/4] Chore(deps): Bump TUnit from 1.1.10 to 1.2.11 --- updated-dependencies: - dependency-name: TUnit dependency-version: 1.2.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 25a5785..eeb27d8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -14,7 +14,7 @@ - + From 46950c7cca490234df93cedcbc54ea349ffe9fc8 Mon Sep 17 00:00:00 2001 From: Anna Sas <74367457+AnnaSasDev@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:33:45 +0100 Subject: [PATCH 2/4] VersionBump: Update TUnit.Assertions and TUnit.Core to v1.2.11 --- Directory.Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index eeb27d8..73bba4a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -15,7 +15,7 @@ - - + + \ No newline at end of file From 113e4a1bfa3271b9eb72b9936cfae6d961b6f5c7 Mon Sep 17 00:00:00 2001 From: Anna Sas <74367457+AnnaSasDev@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:34:27 +0100 Subject: [PATCH 3/4] VersionBump: Update Microsoft.CodeAnalysis packages to v5.0.0 --- Directory.Packages.props | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 73bba4a..e38dbef 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,11 +7,11 @@ - - - - - + + + + + From f9251927c28ebeb304fef0355fcefcc941fd5202 Mon Sep 17 00:00:00 2001 From: Anna Sas <74367457+AnnaSasDev@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:36:50 +0100 Subject: [PATCH 4/4] Update onPullRequest-TestDotnet.yml --- .github/workflows/onPullRequest-TestDotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onPullRequest-TestDotnet.yml b/.github/workflows/onPullRequest-TestDotnet.yml index cf3c281..8121ada 100644 --- a/.github/workflows/onPullRequest-TestDotnet.yml +++ b/.github/workflows/onPullRequest-TestDotnet.yml @@ -28,4 +28,4 @@ jobs: run: dotnet build CodeOfChaos.Testing.slnx --configuration Release --no-restore -p:GeneratePackageOnBuild=false -p:IsPackable=false - name: Run tests - run: dotnet test CodeOfChaos.Testing.slnx --configuration Release --no-restore --no-build + run: dotnet test --solution CodeOfChaos.Testing.slnx --configuration Release --no-restore --no-build