Skip to content

Updated version numbers to 10.0.0-pre01. + net 10 #246

Updated version numbers to 10.0.0-pre01. + net 10

Updated version numbers to 10.0.0-pre01. + net 10 #246

Triggered via pull request December 28, 2025 02:06
Status Failure
Total duration 1m 35s
Artifacts

dotnet-buildandtest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Benchmark.Development/Classes/Foo.cs#L26
Non-nullable property 'FooArr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Benchmark.Development/Classes/Foo.cs#L24
Non-nullable property 'Foos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Benchmark.Development/Classes/Foo.cs#L22
Non-nullable property 'Foo1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Benchmark.Development/Classes/Foo.cs#L8
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/Benchmark.Development/Benchmarks/TestAll.cs#L9
Non-nullable field '_customerInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Benchmark.Development/Benchmarks/TestAll.cs#L8
Non-nullable field '_fooInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Benchmark.Development/Benchmarks/TestComplexTypes.cs#L8
Non-nullable field '_customerInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Benchmark.Development/Benchmarks/TestSimpleTypes.cs#L8
Non-nullable field '_fooInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L13
Possible null reference return.
build: src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L36
Possible null reference return.