Skip to content

Merge pull request #100 from DiyorMarket/integration #26

Merge pull request #100 from DiyorMarket/integration

Merge pull request #100 from DiyorMarket/integration #26

Triggered via push June 29, 2024 13:56
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/OperatorReviewsController.cs#L41
Possible null reference argument for parameter 'source' in 'IEnumerable<<anonymous type: int Id, string OperatorName, string DriverName, double? OilAmount, DateTime? Date, string Comments, string Status>> Enumerable.Select<OperatorReviewDto, <anonymous type: int Id, string OperatorName, string DriverName, double? OilAmount, DateTime? Date, string Comments, string Status>>(IEnumerable<OperatorReviewDto> source, Func<OperatorReviewDto, <anonymous type: int Id, string OperatorName, string DriverName, double? OilAmount, DateTime? Date, string Comments, string Status>> selector)'.
build: CheckDrive.Web/CheckDrive.Web/Models/Technician.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Role.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Role.cs#L8
Non-nullable property 'Accounts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/OperatorReview.cs#L12
Non-nullable property 'Operator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/OperatorReview.cs#L14
Non-nullable property 'Driver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Operator.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Operator.cs#L9
Non-nullable property 'DispetcherReviews' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Operator.cs#L10
Non-nullable property 'OperatorReviews' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.