Skip to content

Add bench develop (#26) #189

Add bench develop (#26)

Add bench develop (#26) #189

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

Annotations

10 warnings
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/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/Classes/Customer.cs#L17
Non-nullable property 'Country' 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/Customer.cs#L16
Non-nullable property 'City' 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/Customer.cs#L10
Non-nullable property 'Country' 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/Customer.cs#L9
Non-nullable property 'City' 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/Customer.cs#L8
Non-nullable property 'Street' 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/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.