Skip to content

add github action

add github action #5

Triggered via push May 29, 2024 09:35
Status Failure
Total duration 38s
Artifacts

release.yml

on: push
Matrix: build-and-release
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-and-release (ubuntu-latest)
Process completed with exit code 1.
build-and-release (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build-and-release (windows-latest)
The operation was canceled.
build-and-release (ubuntu-latest): QarnotCLI/Commands/Task/UseCases.cs#L459
Cannot convert null literal to non-nullable reference type.
build-and-release (ubuntu-latest): QarnotCLI/Commands/Task/UseCases.cs#L460
Cannot convert null literal to non-nullable reference type.
build-and-release (ubuntu-latest): QarnotCLI/Commands/Pool/UseCases.cs#L338
Cannot convert null literal to non-nullable reference type.
build-and-release (ubuntu-latest): QarnotCLI/Commands/Pool/UseCases.cs#L339
Cannot convert null literal to non-nullable reference type.
build-and-release (ubuntu-latest): QarnotCLI/StateManager.cs#L29
Non-nullable field 'ConfigurationFile' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-release (ubuntu-latest): QarnotCLI/StateManager.cs#L29
Non-nullable field 'Logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-release (ubuntu-latest): QarnotCLI/StateManager.cs#L45
Possible null reference return.
build-and-release (ubuntu-latest): QarnotCLI/Commands/Pool/UseCases.cs#L154
Converting null literal or possible null value to non-nullable type.
build-and-release (ubuntu-latest): QarnotCLI/Commands/Pool/UseCases.cs#L319
Possible null reference argument for parameter 'exclusiveTags' in 'PaginatedRequest<QPool> PoolUseCases.GeneratePageRequest(string? name, string? createdBefore, string? createdAfter, string? namePrefix, int? maxPageSize = null, string? nextPageToken = null, List<string> exclusiveTags = null, List<string> tags = null)'.
build-and-release (ubuntu-latest): QarnotCLI/Commands/Pool/UseCases.cs#L320
Possible null reference argument for parameter 'tags' in 'PaginatedRequest<QPool> PoolUseCases.GeneratePageRequest(string? name, string? createdBefore, string? createdAfter, string? namePrefix, int? maxPageSize = null, string? nextPageToken = null, List<string> exclusiveTags = null, List<string> tags = null)'.