From ccf1fb7e88c936b6f9d0c3e9cb2acad9f655e0b5 Mon Sep 17 00:00:00 2001 From: Rune Johansen Date: Wed, 27 May 2026 13:54:34 +0200 Subject: [PATCH 1/2] Bump Microsoft.NET.Test.Sdk, MSTest.TestAdapter, and MSTest.TestFramework versions; add Snappier package --- PCAxis.Serializers/PCAxis.Serializers.csproj | 19 ++++++++++--------- UnitTests/JsonStat/TestAllFiles.cs | 3 +-- UnitTests/UnitTests.csproj | 7 ++++--- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/PCAxis.Serializers/PCAxis.Serializers.csproj b/PCAxis.Serializers/PCAxis.Serializers.csproj index 3906b58..9a20396 100644 --- a/PCAxis.Serializers/PCAxis.Serializers.csproj +++ b/PCAxis.Serializers/PCAxis.Serializers.csproj @@ -33,6 +33,7 @@ + @@ -47,18 +48,18 @@ - - - - <_Parameter1>UnitTests - - - + + + <_Parameter1>UnitTests + + + + <_Parameter1>DynamicProxyGenAssembly2 - + + - diff --git a/UnitTests/JsonStat/TestAllFiles.cs b/UnitTests/JsonStat/TestAllFiles.cs index faaf5ae..4f14ec9 100644 --- a/UnitTests/JsonStat/TestAllFiles.cs +++ b/UnitTests/JsonStat/TestAllFiles.cs @@ -10,10 +10,9 @@ using PCAxis.Paxiom; -[assembly: DoNotParallelize] - namespace UnitTests.JsonStat { + [DoNotParallelize] [TestClass] [DeploymentItem("TestFiles", "TestFiles")] public class TestAllFiles diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index bd2a440..4532100 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -7,10 +7,10 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -18,6 +18,7 @@ + From 16e133121f5a65fbbf7ad91b031d8b8e51fec683 Mon Sep 17 00:00:00 2001 From: Rune Johansen Date: Mon, 1 Jun 2026 16:31:30 +0200 Subject: [PATCH 2/2] build: pin all github actions with pinact tool --- .github/workflows/dependabot.yml | 2 +- .github/workflows/msbuild.yml | 4 ++-- .github/workflows/nuget.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 68059d6..2fa9f03 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 #v3.1.0 + uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Approve diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 2501462..0236829 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -24,10 +24,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 with: dotnet-version: 8.0.x diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index bc805b9..df687f1 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -14,13 +14,13 @@ jobs: steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - - uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 #v3.0.0 + - uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0 - - uses: NuGet/setup-nuget@fd55a6f3b34392fa83fde1454582407d8c714123 #v4.0 + - uses: NuGet/setup-nuget@fd55a6f3b34392fa83fde1454582407d8c714123 # v4.0 - name: Restore NuGet packages run: nuget restore