release v3.0.8 #75
Annotations
1 error and 11 warnings
build
The process '/usr/bin/docker' failed with exit code 1
|
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.Benchmark/NewObjectTest.cs#L15
Non-nullable property 'C' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Nino.Benchmark/NewObjectTest.cs#L16
Non-nullable field 'D' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Nino.Benchmark/NewObjectTest.cs#L17
Non-nullable property 'E' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Nino.Benchmark/Data.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Nino.Benchmark/Data.cs#L18
Non-nullable property 'Numbers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Nino.Benchmark/Data.cs#L19
Non-nullable property 'Dates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Nino.Benchmark/Data.cs#L21
Non-nullable field 'Map1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/Nino.Benchmark/Data.cs#L23
Non-nullable property 'Map2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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.
|