Bump MSTest.TestAdapter from 3.6.4 to 3.7.1 #121
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Reflection.cs#L26
Possible null reference return.
|
Build:
Base/src/ThingsLibrary.Base/Attributes/ValidationAttribute.cs#L160
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/Extensions/XmlElement.cs#L41
Possible null reference return.
|
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/DataType/Extensions/Object.cs#L21
Converting null literal or possible null value to non-nullable type.
|
Build:
Base/src/ThingsLibrary.Base/DataType/Extensions/Object.cs#L21
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/Attributes/ValidationAttribute.cs#L160
Possible null reference return.
|
Loading