Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

chore(deps): update dependency netevolve.defaults to v2 #1425

chore(deps): update dependency netevolve.defaults to v2

chore(deps): update dependency netevolve.defaults to v2 #1425

Triggered via pull request March 23, 2026 05:30
Status Success
Total duration 4m 6s
Artifacts 4

cicd.yml

on: pull_request
Build & Tests  /  ...  /  Commitlint
14s
Build & Tests / Commit Linter / Commitlint
Build & Tests  /  ...  /  Detect Version
48s
Build & Tests / Version Management / Detect Version
Build & Tests  /  ...  /  Validate Code Formatting
47s
Build & Tests / Code Formatting / Validate Code Formatting
Build & Tests  /  ...  /  Testing .NET solution
1m 39s
Build & Tests / Run Tests / Testing .NET solution
Build & Tests  /  ...  /  Build .NET solution
1m 31s
Build & Tests / Build Solution / Build .NET solution
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Build & Tests / Version Management / Detect Version
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: gittools/actions/gitversion/execute@71a79f7569b981036febd9ce5870f87e069928e7, gittools/actions/gitversion/setup@71a79f7569b981036febd9ce5870f87e069928e7. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build & Tests / Run Tests / Testing .NET solution
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, danielpalme/ReportGenerator-GitHub-Action@2a82782178b2816d9d6960a7345fdd164791b323. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTimeOffset/IsGreaterThan.cs#L23
'Argument.ThrowIfLessThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThanOrEqual instead.'
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTime/IsLessThanOrEqual.cs#L23
'Argument.ThrowIfGreaterThan<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfGreaterThan instead.'
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTime/IsLessThan.cs#L23
'Argument.ThrowIfGreaterThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual instead.'
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTime/IsGreaterThanOrEqual.cs#L23
'Argument.ThrowIfLessThan<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThan instead.'
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTime/IsGreaterThan.cs#L23
'Argument.ThrowIfLessThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThanOrEqual instead.'
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateOnly/IsLessThanOrEqual.cs#L25
'Argument.ThrowIfGreaterThan<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfGreaterThan instead.'
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateOnly/IsLessThan.cs#L25
'Argument.ThrowIfGreaterThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual instead.'
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateOnly/IsGreaterThanOrEqual.cs#L25
'Argument.ThrowIfLessThan<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThan instead.'
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateOnly/IsGreaterThan.cs#L25
'Argument.ThrowIfLessThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThanOrEqual instead.'
Build & Tests / Run Tests / Testing .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/Array/IsNotNullOrEmpty.cs#L21
'Argument.ThrowIfNull(object?, string?)' is obsolete: 'Use ArgumentNullException.ThrowIfNull instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTimeOffset/IsGreaterThan.cs#L23
'Argument.ThrowIfLessThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThanOrEqual instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTime/IsLessThanOrEqual.cs#L23
'Argument.ThrowIfGreaterThan<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfGreaterThan instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTime/IsLessThan.cs#L23
'Argument.ThrowIfGreaterThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTime/IsGreaterThanOrEqual.cs#L23
'Argument.ThrowIfLessThan<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThan instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateTime/IsGreaterThan.cs#L23
'Argument.ThrowIfLessThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThanOrEqual instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateOnly/IsLessThanOrEqual.cs#L25
'Argument.ThrowIfGreaterThan<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfGreaterThan instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateOnly/IsLessThan.cs#L25
'Argument.ThrowIfGreaterThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateOnly/IsGreaterThanOrEqual.cs#L25
'Argument.ThrowIfLessThan<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThan instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/DateOnly/IsGreaterThan.cs#L25
'Argument.ThrowIfLessThanOrEqual<T>(T, T, string?)' is obsolete: 'Use ArgumentOutOfRangeException.ThrowIfLessThanOrEqual instead.'
Build & Tests / Build Solution / Build .NET solution: src/NetEvolve.Guard/EnsureContextExtensions/Array/IsNotNullOrEmpty.cs#L21
'Argument.ThrowIfNull(object?, string?)' is obsolete: 'Use ArgumentNullException.ThrowIfNull instead.'

Artifacts

Produced during runtime
Name Size Digest
coverage-ubuntu-latest-e9155722e1765f55342d2c8173edca4a75d7ff23226e2f4cb35893220c7e99df-default Expired
7.67 KB
sha256:27f55fd63413abee4ad5841ce88ba674d3f4107c6d93d5e5f0c92e1f173b505b
logs-ubuntu-latest-e9155722e1765f55342d2c8173edca4a75d7ff23226e2f4cb35893220c7e99df-default Expired
799 KB
sha256:84dc16c0ceb62c17142ebe5a4b02a884d34b0966d7d5caa870ea55901ccb1ecd
release-packages-e9155722e1765f55342d2c8173edca4a75d7ff23226e2f4cb35893220c7e99df Expired
307 KB
sha256:c409ae2a33f0e0890c36cc8ce9694366f78d7c159ffc7b8676e056cc18d0a1b0
reportgenerator-ubuntu-latest-e9155722e1765f55342d2c8173edca4a75d7ff23226e2f4cb35893220c7e99df-default Expired
3.52 KB
sha256:03433db4d1ecb0cdc387619f36b0c53ade407abf8285509fd50d76b4d35f5bd6