From 477bddcdf432cdf49f9dc7e2166405069faf0516 Mon Sep 17 00:00:00 2001 From: Chris McKee Date: Thu, 6 Feb 2025 13:21:28 +0000 Subject: [PATCH 1/2] Update ci-build.yml --- .github/workflows/ci-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d3a2e6a..5afcdfc 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -63,7 +63,8 @@ jobs: - name: 'Test' id: test - run: dotnet test --no-build --restore --collect:"XPlat Code Coverage" --logger junit + #run: dotnet test --no-build --restore --collect:"XPlat Code Coverage" --logger junit + run: dotnet test --configuration release --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" - name: 'Create test summary' uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 From 3450288b85c27565a00a763f78edfbc2412e5a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 01:03:11 +0000 Subject: [PATCH 2/2] Bump System.Collections.Immutable and Microsoft.NETFramework.ReferenceAssemblies Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `System.Collections.Immutable` from 5.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v5.0.0...v9.0.2) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: System.Collections.Immutable dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- benchmark/BCryptNet.BenchMarks.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/BCryptNet.BenchMarks.csproj b/benchmark/BCryptNet.BenchMarks.csproj index 6a2425d..57aecc8 100644 --- a/benchmark/BCryptNet.BenchMarks.csproj +++ b/benchmark/BCryptNet.BenchMarks.csproj @@ -36,7 +36,7 @@ - +