Skip to content

fix unit tests

fix unit tests #24

Triggered via push November 8, 2025 03:08
Status Failure
Total duration 9m 45s
Artifacts
build-and-test-linux
9m 42s
build-and-test-linux
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-and-test-linux
Process completed with exit code 1.
build-and-test-linux: src/CachingFramework.Redis/Contracts/Providers/ICacheProvider.cs#L433
All 'GetHashed' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build-and-test-linux: src/CachingFramework.Redis/Contracts/Providers/ICacheProvider.cs#L323
All 'SetHashed' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build-and-test-linux: src/CachingFramework.Redis/LuaScriptResource.cs#L16
Change the visibility of 'Zadd' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
build-and-test-linux: src/CachingFramework.Redis/LuaScriptResource.cs#L16
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build-and-test-linux: src/CachingFramework.Redis/LuaScriptResource.cs#L12
Change the visibility of 'Bitfield' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
build-and-test-linux: src/CachingFramework.Redis/LuaScriptResource.cs#L12
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build-and-test-linux: src/CachingFramework.Redis/Contracts/Providers/ICacheProviderAsync.cs#L316
All 'GetHashedAllAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build-and-test-linux: src/CachingFramework.Redis/Contracts/Providers/ICacheProviderAsync.cs#L310
All 'RemoveHashedAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build-and-test-linux: src/CachingFramework.Redis/Contracts/Providers/ICacheProviderAsync.cs#L295
All 'GetHashedAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build-and-test-linux: src/CachingFramework.Redis/Contracts/Providers/ICacheProviderAsync.cs#L93
All 'FetchHashedAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
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/