Improvements for Mapster Tool - #1011
Merged
DocSvartz merged 9 commits intoAug 25, 2026
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build with dotnet:
src/Benchmark.Development/Classes/Foo.cs#L23
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 with dotnet:
src/Benchmark.Development/Classes/Foo.cs#L21
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 with dotnet:
src/Benchmark.Development/Classes/Foo.cs#L19
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 with dotnet:
src/Benchmark.Development/Classes/Foo.cs#L5
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 with dotnet:
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 with dotnet:
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 with dotnet:
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 with dotnet:
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 with dotnet:
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L13
Possible null reference return.
|
|
Build with dotnet:
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L36
Possible null reference return.
|
background
wait
wait-all
cancel
parallel
Loading