修复解析CacheKeyValue存在的bug #20
Annotations
20 warnings
|
|
|
|
|
|
|
|
|
|
|
|
framework/src/Silky.Core/Configuration/ConfigurationHelper.cs#L15
Cannot convert null literal to non-nullable reference type.
|
framework/src/Silky.Core/DbContext/ISilkyDbContextPool.cs#L21
Cannot convert null literal to non-nullable reference type.
|
framework/src/Silky.Core/DependencyInjection/ServiceCollectionCommonExtensions.cs#L76
Cannot convert null literal to non-nullable reference type.
|
framework/src/Silky.Core/Exceptions/ValidationException.cs#L47
'ValidationException.LogLevel' hides inherited member 'SilkyException.LogLevel'. Use the new keyword if hiding was intended.
|
framework/src/Silky.Core/HostBuilderExtensions.cs#L15
Cannot convert null literal to non-nullable reference type.
|
framework/src/Silky.Core/Extensions/Collections/Generic/DictionaryExtensions.cs#L39
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
framework/src/Silky.Core/Extensions/Collections/Generic/DictionaryExtensions.cs#L79
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
framework/src/Silky.Core/Extensions/Collections/Generic/ListExtensions.cs#L44
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
The logs for this run have expired and are no longer available.
Loading