release v3.1.1 #84
Annotations
10 warnings
Build solution:
src/Nino.UnitTests/ComplexSerializationTest.cs#L40
The type 'Tk' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'Tk' doesn't match 'notnull' constraint.
|
Build solution:
src/Nino.UnitTests/IssueTest.cs#L26
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'SortedDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
Build solution:
src/Nino.UnitTests/IssueTest.cs#L453
Non-nullable field 'move' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build solution:
src/Nino.UnitTests/IssueTest.cs#L33
Converting null literal or possible null value to non-nullable type.
|
Build solution:
src/Nino.UnitTests/IssueTest.cs#L195
Non-nullable property 'P2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
src/Nino.UnitTests/IssueTest.cs#L201
Non-nullable property 'P5' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
src/Nino.UnitTests/IssueTest.cs#L203
Non-nullable property 'P6' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
src/Nino.UnitTests/IssueTest.cs#L249
Non-nullable field 'CompA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build solution:
src/Nino.UnitTests/IssueTest.cs#L341
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build solution:
src/Nino.UnitTests/SimpleTests.cs#L608
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading