Create build pipeline (#15) #20
Annotations
10 warnings
|
src/qest/Connectors/MsSqlConnector.cs#L15
Non-nullable field 'Connection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/qest/Connectors/MsSqlConnector.cs#L15
Non-nullable field 'currentTest' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/qest/Visualizers/TreeVisualizer.cs#L27
Non-nullable field 'Test' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/qest/Commands/RunCommand.cs#L29
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/qest/Commands/RunCommand.cs#L36
Non-nullable property 'OutputFormat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/qest/Commands/GenerateCommand.cs#L23
Non-nullable property 'Folder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/qest/Commands/GenerateCommand.cs#L27
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/qest/Connectors/MsSqlConnector.cs#L224
Converting null literal or possible null value to non-nullable type.
|
src/qest/Connectors/MsSqlConnector.cs#L225
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
This job succeeded
Loading