Skip to content

Unit tests in parallel, adding cobertura references #14

Unit tests in parallel, adding cobertura references

Unit tests in parallel, adding cobertura references #14

Triggered via push November 8, 2025 00:23
Status Failure
Total duration 21m 12s
Artifacts
build-and-test-linux
21m 8s
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/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/RedisObjects/IRedisSortedSetAsync.cs#L17
All 'AddAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build-and-test-linux: src/CachingFramework.Redis/Contracts/RedisObjects/IRedisSortedSet.cs#L18
All 'Add' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build-and-test-linux: src/CachingFramework.Redis/Contracts/RedisObjects/IRedisDictionaryAsync.cs#L19
All 'AddAsync' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
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: 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
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/