Update release.yaml #21
Annotations
8 warnings
build:
DotPrompt.Sql.Cli/Program.cs#L17
Possible null reference argument for parameter 'entity' in 'Task<bool> SqlPromptLoader.AddSqlPrompt(SqlPromptEntity entity)'.
|
build:
DotPrompt.Sql.Test/TestSqlPromptEntity.cs#L20
Non-nullable field '_connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DotPrompt.Sql.Test/TestSqlPromptEntity.cs#L20
Non-nullable field '_repository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DotPrompt.Sql.Test/TestSqlPromptEntity.cs#L62
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
build:
DotPrompt.Sql.Cli/Program.cs#L17
Possible null reference argument for parameter 'entity' in 'Task<bool> SqlPromptLoader.AddSqlPrompt(SqlPromptEntity entity)'.
|
build:
DotPrompt.Sql.Test/TestSqlPromptEntity.cs#L20
Non-nullable field '_connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DotPrompt.Sql.Test/TestSqlPromptEntity.cs#L20
Non-nullable field '_repository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
DotPrompt.Sql.Test/TestSqlPromptEntity.cs#L62
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|