add github action #5
Annotations
1 error and 10 warnings
|
QarnotCLI/Commands/Task/UseCases.cs#L459
Cannot convert null literal to non-nullable reference type.
|
QarnotCLI/Commands/Task/UseCases.cs#L460
Cannot convert null literal to non-nullable reference type.
|
QarnotCLI/Commands/Pool/UseCases.cs#L338
Cannot convert null literal to non-nullable reference type.
|
QarnotCLI/Commands/Pool/UseCases.cs#L339
Cannot convert null literal to non-nullable reference type.
|
QarnotCLI/StateManager.cs#L29
Non-nullable field 'ConfigurationFile' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
QarnotCLI/StateManager.cs#L29
Non-nullable field 'Logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
QarnotCLI/StateManager.cs#L45
Possible null reference return.
|
QarnotCLI/Commands/Pool/UseCases.cs#L154
Converting null literal or possible null value to non-nullable type.
|
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)'.
|
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)'.
|
This job failed
Loading