From 5edbc7bcb16bc0b4b760eb1b492490b8d75bd5b2 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 17 Nov 2025 19:58:22 +0100 Subject: [PATCH 1/4] Update to .NET 10 SDK --- global.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 2f7b69b3..df32a2e3 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,10 @@ { "sdk": { - "version": "9.0.306", + "version": "10.0.100", "rollForward": "latestFeature", "allowPrerelease": false + }, + "test": { + "runner": "Microsoft.Testing.Platform" } -} \ No newline at end of file +} From b8784e74d3c968c66523eecef524a4b387fe2de1 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 17 Nov 2025 19:59:38 +0100 Subject: [PATCH 2/4] Use MTP --- Directory.Build.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 589a8f88..ae91ef1f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,6 +3,8 @@ $(MSBuildThisFileDirectory) $(RepositoryDirectory)build\ + + true @@ -44,4 +46,4 @@ - \ No newline at end of file + From eaf2ff884adf9d5b22a62d45d65d8080a7200b1d Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 17 Nov 2025 20:00:24 +0100 Subject: [PATCH 3/4] Update ci-build.yml --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 4884545b..e013af83 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -64,7 +64,7 @@ jobs: # Run tests - name: Test solution - run: dotnet test --no-build -c ${{matrix.configuration}} -l "console;verbosity=detailed" + run: dotnet test --no-build -c ${{matrix.configuration}} # Pack solution - name: Pack solution From 9cb4d6a34407a11fc428105ee1fbc928e2652bfe Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 17 Nov 2025 20:06:33 +0100 Subject: [PATCH 4/4] Remove MaxCpuCount --- .runsettings | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.runsettings b/.runsettings index 44f0672a..397d6a43 100644 --- a/.runsettings +++ b/.runsettings @@ -1,9 +1,8 @@ - 0 0 ClassLevel - \ No newline at end of file +