Skip to content

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

Updated version numbers to 10.0.0-pre01. + net 10

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

Triggered via pull request December 28, 2025 02:07
Status Failure
Total duration 1m 40s
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/ExpressionTranslator/ExpressionTranslator.cs#L793
Dereference of a possibly null reference.
build: src/ExpressionTranslator/ExpressionTranslator.cs#L493
Converting null literal or possible null value to non-nullable type.
build: src/ExpressionTranslator/Extensions.cs#L30
Possible null reference return.
build: src/ExpressionTranslator/Extensions.cs#L30
Converting null literal or possible null value to non-nullable type.
build: src/ExpressionTranslator/Extensions.cs#L25
Possible null reference return.
build: src/ExpressionTranslator/Extensions.cs#L25
Converting null literal or possible null value to non-nullable type.
build: src/ExpressionTranslator/PropertyDefinitions.cs#L10
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/ExpressionTranslator/PropertyDefinitions.cs#L9
Non-nullable property 'Type' 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.