Skip to content

chore: Add Benchmark.Development #196

chore: Add Benchmark.Development

chore: Add Benchmark.Development #196

Triggered via push December 14, 2025 07:09
Status Success
Total duration 1m 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Benchmark.Development/Classes/Foo.cs#L28
Non-nullable property 'IntArr' 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#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#L10
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).