Skip to content

Add - Inherits Lazy #186

Add - Inherits Lazy

Add - Inherits Lazy #186

Triggered via pull request July 14, 2025 12:36
Status Failure
Total duration 1m 24s
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#L829
Possible null reference argument for parameter 'texts' in 'void ExpressionTranslator.Write(params string[] texts)'.
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.