Skip to content

Update packages

Update packages #41

Triggered via pull request April 13, 2026 04:11
Status Failure
Total duration 6m 7s
Artifacts

CI-BuildAndTest.yml

on: pull_request
build-and-test-linux
6m 3s
build-and-test-linux
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build-and-test-linux
Process completed with exit code 1.
build-and-test-linux
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v3, NuGet/setup-nuget@v1.0.2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-and-test-linux: test/CachingFramework.Redis.UnitTest/UnitTestTextAttributeCache.cs#L20
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, ClassicAssert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
build-and-test-linux: test/CachingFramework.Redis.UnitTest/UnitTestTextAttributeCache.cs#L35
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, ClassicAssert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
build-and-test-linux: test/CachingFramework.Redis.UnitTest/UnitTestTextAttributeCache.cs#L34
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, ClassicAssert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
build-and-test-linux: test/CachingFramework.Redis.UnitTest/UnitTestTextAttributeCache.cs#L31
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, ClassicAssert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
build-and-test-linux: test/CachingFramework.Redis.UnitTest/UnitTestTextAttributeCache.cs#L30
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, ClassicAssert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
build-and-test-linux: test/CachingFramework.Redis.UnitTest/Common.cs#L18
Field 'Common._binaryContext' is never assigned to, and will always have its default value null
build-and-test-linux: test/CachingFramework.Redis.UnitTest/PooledConnectionMultiplexer.cs#L190
'ConnectionMultiplexer.IncludeDetailInExceptions' is obsolete: 'Please use ConfigurationOptions.IncludeDetailInExceptions instead - this will be removed in 3.0.'
build-and-test-linux: test/CachingFramework.Redis.UnitTest/PooledConnectionMultiplexer.cs#L189
'ConnectionMultiplexer.IncludeDetailInExceptions' is obsolete: 'Please use ConfigurationOptions.IncludeDetailInExceptions instead - this will be removed in 3.0.'
build-and-test-linux: test/CachingFramework.Redis.UnitTest/PooledConnectionMultiplexer.cs#L181
'ConnectionMultiplexer.PreserveAsyncOrder' is obsolete: 'Not supported; if you require ordered pub/sub, please see ChannelMessageQueue, will be removed in 3.0'
build-and-test-linux: test/CachingFramework.Redis.UnitTest/PooledConnectionMultiplexer.cs#L180
'ConnectionMultiplexer.PreserveAsyncOrder' is obsolete: 'Not supported; if you require ordered pub/sub, please see ChannelMessageQueue, will be removed in 3.0'
build-and-test-linux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/