update version #21
release.yml
on: push
build-binaries
39s
build-docker-standalone
27s
build-docker-bundle
1m 39s
Annotations
12 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/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/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/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.
|
build-binaries:
src/qest/Models/TestStep.cs#L9
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-binaries:
src/qest/Models/Assert.cs#L9
Non-nullable property 'SqlQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-docker-bundle
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-docker-bundle
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|