feature: #28
Annotations
1 error and 11 warnings
dotnet-format
Process completed with exit code 2.
|
dotnet-format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/Implementation/StackExchange.RedisHash.Async.cs#L13
Possible null reference argument for parameter 'hashFields' in 'Task<long> IDatabaseAsync.HashDeleteAsync(RedisKey key, RedisValue[] hashFields, CommandFlags flags = CommandFlags.None)'.
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/RedisValueExtension.cs#L33
Possible null reference argument for parameter 'key' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/RedisValueExtension.cs#L33
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/RedisValueExtension.cs#L45
Possible null reference argument for parameter 'key' in 'void Dictionary<string, T?>.Add(string key, T? value)'.
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/Implementation/StackExchange.Redis.List.Async.cs#L36
Possible null reference return.
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/Implementation/StackExchange.RedisHash.Async.cs#L32
Possible null reference return.
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/Implementation/StackExchange.Redis.List.Async.cs#L63
Possible null reference return.
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/Implementation/StackExchange.Redis.List.Async.cs#L69
Possible null reference argument for parameter 'values' in 'Task<long> IDatabaseAsync.ListRightPushAsync(RedisKey key, RedisValue[] values, When when = When.Always, CommandFlags flags = CommandFlags.None)'.
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/Implementation/StackExchange.RedisHash.Async.cs#L50
Possible null reference argument for parameter 'hashFields' in 'Task<RedisValue[]> IDatabaseAsync.HashGetAsync(RedisKey key, RedisValue[] hashFields, CommandFlags flags = CommandFlags.None)'.
|
dotnet-format:
src/framework/Luck.Redis.StackExchange/Implementation/StackExchange.Redis.List.Async.cs#L71
Possible null reference argument for parameter 'values' in 'Task<long> IDatabaseAsync.ListRightPushAsync(RedisKey key, RedisValue[] values, When when = When.Always, CommandFlags flags = CommandFlags.None)'.
|