etcd support for easycaching #315
Annotations
1 error and 13 warnings
|
build and test on ubuntu-latest
Process completed with exit code 1.
|
|
build and test on ubuntu-latest:
test/EasyCaching.UnitTests/CachingTests/MemoryCachingProviderTest.cs#L159
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
build and test on ubuntu-latest:
test/EasyCaching.UnitTests/CachingTests/MemoryCachingProviderTest.cs#L91
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
build and test on ubuntu-latest:
test/EasyCaching.UnitTests/CachingTests/MemcachedProviderTest.cs#L420
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/Internal/EtcdCaching.cs#L224
Possible null reference argument for parameter 'logger' in 'void LoggerExtensions.LogError(ILogger logger, Exception? exception, string? message, params object?[] args)'.
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/Internal/EtcdCaching.cs#L195
Possible null reference argument for parameter 'logger' in 'void LoggerExtensions.LogError(ILogger logger, Exception? exception, string? message, params object?[] args)'.
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/Internal/EtcdCaching.cs#L166
Nullable value type may be null.
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/Internal/EtcdCaching.cs#L150
Nullable value type may be null.
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/Internal/EtcdCaching.cs#L30
Non-nullable field '_metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/Internal/EtcdCaching.cs#L30
Non-nullable field '_authToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/Configurations/EtcdCachingOptions.cs#L24
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/Configurations/EtcdCachingOptions.cs#L19
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/Configurations/EtcdCachingOptions.cs#L14
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build and test on ubuntu-latest:
src/EasyCaching.Etcd/DistributedLock/EtcdLockFactory.cs#L15
Cannot convert null literal to non-nullable reference type.
|