fix #139 and optimised private accessor performance on <= NET6.0 #83
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
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:
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:
src/Nino.UnitTests/IssueTest.cs#L33
Converting null literal or possible null value to non-nullable type.
|
build:
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:
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:
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:
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:
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:
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:
src/Nino.UnitTests/SimpleTests.cs#L608
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|