updated github action #14
Annotations
10 warnings
Build:
Base/src/ThingsLibrary.Base/DataType/Extensions/Dictionary.cs#L32
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.
|
Build:
Base/src/ThingsLibrary.Base/DataType/Guard/Guard.Null.cs#L46
Member 'Value' cannot be used in this attribute.
|
Build:
Base/src/ThingsLibrary.Base/DataType/Extensions/Dictionary.cs#L32
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.
|
Build:
Base/src/ThingsLibrary.Base/DataType/Guard/Guard.Null.cs#L46
Member 'Value' cannot be used in this attribute.
|
Build:
Base/src/ThingsLibrary.Base/Reflection.cs#L26
Possible null reference return.
|
Build:
Base/src/ThingsLibrary.Base/Attributes/ValidationAttribute.cs#L69
Possible null reference argument for parameter 'name' in 'PropertyInfo? Type.GetProperty(string name)'.
|
Build:
Base/src/ThingsLibrary.Base/Attributes/ValidationAttribute.cs#L94
Possible null reference argument for parameter 'instance' in 'ValidationContext.ValidationContext(object instance, IServiceProvider? serviceProvider, IDictionary<object, object?>? items)'.
|
Build:
Base/src/ThingsLibrary.Base/Attributes/ValidationAttribute.cs#L113
Possible null reference argument for parameter 'instance' in 'ValidationContext.ValidationContext(object instance, IServiceProvider? serviceProvider, IDictionary<object, object?>? items)'.
|
Build:
Base/src/ThingsLibrary.Base/Attributes/ValidationAttribute.cs#L140
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Build:
Base/src/ThingsLibrary.Base/Attributes/ValidationAttribute.cs#L149
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Loading