release #3
Annotations
1 error and 11 warnings
Package
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Package:
DotPrompt.Sql/SqlPromptLoader.cs#L7
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
|
Package:
DotPrompt.Sql/DatabaseConnector.cs#L8
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
|
Package:
DotPrompt.Sql/DatabaseConnector.cs#L26
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
|
Package:
DotPrompt.Sql/SqlPromptLoader.cs#L9
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
|
Package:
DotPrompt.Sql/SqlPromptStore.cs#L26
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
|
Package:
DotPrompt.Sql/DatabaseConfig.cs#L5
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package:
DotPrompt.Sql/DatabaseConfig.cs#L6
Non-nullable property 'Database' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package:
DotPrompt.Sql/DatabaseConfig.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package:
DotPrompt.Sql/DatabaseConfig.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package:
DotPrompt.Sql/DatabaseConnector.cs#L14
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
|
Loading