Skip to content

release v3.0.8

release v3.0.8 #74

Triggered via push January 13, 2025 12:01
Status Failure
Total duration 5m 12s
Artifacts

ci.yml

on: push
bump-version
0s
bump-version
benchmark  /  report
benchmark / report
Fit to window
Zoom out
Zoom in

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.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#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/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#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#L33
Converting null literal or possible null value to non-nullable type.
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/SimpleTests.cs#L591
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.