Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push September 7, 2024 03:07
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build: FormatSql/SqlTree.cs#L18
Cannot convert null literal to non-nullable reference type.
build: FormatSql/SqlTree.cs#L53
Cannot convert null literal to non-nullable reference type.
build: FormatSql/Models/StringNode.cs#L17
Non-nullable field 'value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: FormatSql/Models/ParenthesisNode.cs#L17
Non-nullable field 'tree' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: FormatSql/SqlTree.cs#L18
Cannot convert null literal to non-nullable reference type.
build: FormatSql/SqlTree.cs#L53
Cannot convert null literal to non-nullable reference type.
build: FormatSql/Models/StringNode.cs#L17
Non-nullable field 'value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: FormatSql/Models/ParenthesisNode.cs#L17
Non-nullable field 'tree' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.