Skip to content

feat(TypeAdapterConfig): Add IHostBuilder and IServiceCollection extensions for global configuration via appsettings right in the Hostbuilder #279

feat(TypeAdapterConfig): Add IHostBuilder and IServiceCollection extensions for global configuration via appsettings right in the Hostbuilder

feat(TypeAdapterConfig): Add IHostBuilder and IServiceCollection extensions for global configuration via appsettings right in the Hostbuilder #279

Triggered via pull request February 1, 2026 23:15
Status Success
Total duration 1m 41s
Artifacts

dotnet-buildandtest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Benchmark.Development/Classes/Foo.cs#L30
Non-nullable property 'Ints' 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#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/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L13
Possible null reference return.
build: src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L36
Possible null reference return.