Skip to content

Integration

Integration #106

Triggered via pull request December 8, 2024 12:34
@MirazyzzMirazyzz
synchronize #207
integration
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: CheckDrive.Web/CheckDrive.Web/Controllers/ErrorController.cs#L24
'ErrorController.Unauthorized()' hides inherited member 'ControllerBase.Unauthorized()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: CheckDrive.Web/CheckDrive.Web/Controllers/ErrorController.cs#L34
'ErrorController.NotFound()' hides inherited member 'ControllerBase.NotFound()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: CheckDrive.Web/CheckDrive.Web/Controllers/OperatorsController.cs#L22
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: CheckDrive.Web/CheckDrive.Web/Controllers/AuthController.cs#L28
Converting null literal or possible null value to non-nullable type.
build: CheckDrive.Web/CheckDrive.Web/Controllers/OperatorReviewsController.cs#L56
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/OperatorReviewsController.cs#L110
Possible null reference argument for parameter 'source' in 'OperatorDto Enumerable.First<OperatorDto>(IEnumerable<OperatorDto> source)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/OperatorReviewsController.cs#L121
Possible null reference argument for parameter 'source' in 'IEnumerable<SelectListItem> Enumerable.Select<OilMarkDto, SelectListItem>(IEnumerable<OilMarkDto> source, Func<OilMarkDto, SelectListItem> selector)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/OperatorReviewsController.cs#L129
Possible null reference argument for parameter 'source' in 'IEnumerable<SelectListItem> Enumerable.Select<OperatorReviewDto, SelectListItem>(IEnumerable<OperatorReviewDto> source, Func<OperatorReviewDto, SelectListItem> selector)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/OperatorReviewsController.cs#L157
Possible null reference argument for parameter 'source' in 'OperatorReviewDto? Enumerable.FirstOrDefault<OperatorReviewDto>(IEnumerable<OperatorReviewDto> source, Func<OperatorReviewDto, bool> predicate)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/OperatorReviewsController.cs#L210
Possible null reference argument for parameter 'source' in 'IEnumerable<<anonymous type: int Id, string DisplayText>> Enumerable.Select<DriverDto, <anonymous type: int Id, string DisplayText>>(IEnumerable<DriverDto> source, Func<DriverDto, <anonymous type: int Id, string DisplayText>> selector)'.