Skip to content

release v3.1.0

release v3.1.0 #82

Triggered via push January 19, 2025 07:55
Status Success
Total duration 15m 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

44 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#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#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/SimpleTests.cs#L596
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
bump-version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: src/Nino.UnitTests/IssueTest.cs#L33
Converting null literal or possible null value to non-nullable type.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: 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.
bump-version: src/Nino.UnitTests/SimpleTests.cs#L596
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
bump-version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
bump-version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
bump-version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
benchmark / report
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
benchmark / report: 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.
benchmark / report: 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.
benchmark / report: 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.
benchmark / report: 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.
benchmark / report: 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.
benchmark / report: 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.
benchmark / report: 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.
benchmark / report: 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.