Create dotnet.yml #1
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.
|