Create build pipeline #4
build.yml
on: pull_request
build-binaries
23s
build-docker-standalone
18s
build-docker-bundle
39s
Annotations
10 warnings
build-binaries
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
build-binaries:
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.
|
build-binaries:
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.
|
build-binaries:
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.
|
build-binaries:
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.
|
build-binaries:
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.
|
build-binaries:
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.
|
build-binaries:
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.
|
build-binaries:
src/qest/Models/TestStep.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-binaries:
src/qest/Models/TestStep.cs#L8
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|