Skip to content

Rename to AdaptTotarget and check Record #183

Rename to AdaptTotarget and check Record

Rename to AdaptTotarget and check Record #183

Triggered via push December 13, 2025 01:30
Status Failure
Total duration 1m 21s
Artifacts
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#L799
Possible null reference argument for parameter 'text' in 'void ExpressionTranslator.Write(string text)'.
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/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.