Skip to content

updated type names. #141

updated type names.

updated type names. #141

Triggered via push August 5, 2025 19:20
Status Success
Total duration 51s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Base/src/ThingsLibrary.Base/Attributes/ValidationAttribute.cs#L160
Possible null reference return.
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/Extensions/Object.cs#L21
Possible null reference return.
build: Base/src/ThingsLibrary.Base/DataType/Extensions/Object.cs#L21
Converting null literal or possible null value to non-nullable type.
build: Base/src/ThingsLibrary.Base/Reflection.cs#L26
Possible null reference return.
build: Base/src/ThingsLibrary.Base/DataType/Extensions/XmlElement.cs#L41
Possible null reference return.
build: Base/src/ThingsLibrary.Base/DataType/Extensions/XmlElement.cs#L41
Converting null literal or possible null value to non-nullable type.
build: Base/src/ThingsLibrary.Base/DataType/Json/Converters/DictionaryStringObjectConverter.cs#L35
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build: Base/src/ThingsLibrary.Base/Attributes/ValidationAttribute.cs#L160
Possible null reference return.
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.