fix: address 8 bugs from security and correctness audit#5
Merged
Annotations
10 warnings
|
Build:
src/Memory/MemoryActionCache.cs#L59
Nullability of reference types in value of type 'Task<TValue?>' doesn't match target type 'Task<TValue>'.
|
|
Build:
src/Common/Serialization/Converters/ActionArgumentsConverter.cs#L37
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
|
Build:
src/SqlServer/SqlServerActionCache.cs#L67
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build:
src/SqlServer/SqlServerActionCache.cs#L48
Nullability of reference types in return type doesn't match overridden member.
|
|
Build:
src/Redis/RedisActionCache.cs#L114
Nullability of reference types in return type doesn't match overridden member.
|
|
Build:
src/Redis/RedisActionCache.cs#L78
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build:
src/Memory/MemoryActionCache.cs#L66
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build:
src/Memory/MemoryActionCache.cs#L58
Nullability of reference types in return type doesn't match overridden member.
|
|
Build:
src/AzureCosmos/AzureCosmosCache.cs#L85
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build:
src/AzureCosmos/AzureCosmosCache.cs#L43
Nullability of reference types in return type doesn't match overridden member.
|
background
wait
wait-all
cancel
parallel
Loading