Skip to content

Generate dispatcher page for admin #19

Generate dispatcher page for admin

Generate dispatcher page for admin #19

Triggered via pull request June 9, 2024 10:24
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: CheckDrive.Web/CheckDrive.Web/Controllers/OperatorsController.cs#L23
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/MechanicHandoversController.cs#L29
Possible null reference argument for parameter 'source' in 'IEnumerable<<anonymous type: int Id, string IsHanded, string Comments, string Status, DateTime Date, double Distance, string DriverName, string MechanicName, string CarName, int CarId>> Enumerable.Select<MechanicHandoverDto, <anonymous type: int Id, string IsHanded, string Comments, string Status, DateTime Date, double Distance, string DriverName, string MechanicName, string CarName, int CarId>>(IEnumerable<MechanicHandoverDto> source, Func<MechanicHandoverDto, <anonymous type: int Id, string IsHanded, string Comments, string Status, DateTime Date, double Distance, string DriverName, string MechanicName, string CarName, int CarId>> selector)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/MechanicAcceptancesController.cs#L32
Possible null reference argument for parameter 'source' in 'IEnumerable<<anonymous type: int Id, string IsAccepted, string Comments, string Status, DateTime Date, double Distance, string DriverName, string MechanicName, string CarName, int CarId>> Enumerable.Select<MechanicAcceptanceDto, <anonymous type: int Id, string IsAccepted, string Comments, string Status, DateTime Date, double Distance, string DriverName, string MechanicName, string CarName, int CarId>>(IEnumerable<MechanicAcceptanceDto> source, Func<MechanicAcceptanceDto, <anonymous type: int Id, string IsAccepted, string Comments, string Status, DateTime Date, double Distance, string DriverName, string MechanicName, string CarName, int CarId>> selector)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/PersonalDoctorReviewsController.cs#L31
Possible null reference argument for parameter 'source' in 'IEnumerable<<anonymous type: int Id, string DriverName, string DoctorName, string IsHealthy, string Comments>> Enumerable.Select<DoctorReviewDto, <anonymous type: int Id, string DriverName, string DoctorName, string IsHealthy, string Comments>>(IEnumerable<DoctorReviewDto> source, Func<DoctorReviewDto, <anonymous type: int Id, string DriverName, string DoctorName, string IsHealthy, string Comments>> selector)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/PersonalDoctorReviewsController.cs#L146
Possible null reference argument for parameter 'source' in 'IEnumerable<SelectListItem> Enumerable.Select<DriverDto, SelectListItem>(IEnumerable<DriverDto> source, Func<DriverDto, SelectListItem> selector)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/PersonalDoctorReviewsController.cs#L159
Possible null reference argument for parameter 'source' in 'IEnumerable<SelectListItem> Enumerable.Select<DoctorDto, SelectListItem>(IEnumerable<DoctorDto> source, Func<DoctorDto, SelectListItem> selector)'.
build: CheckDrive.Web/CheckDrive.Web/Controllers/DoctorReviewsController.cs#L28
Possible null reference argument for parameter 'source' in 'IEnumerable<<anonymous type: int Id, string DriverName, string DoctorName, string IsHealthy, string Comments>> Enumerable.Select<DoctorReviewDto, <anonymous type: int Id, string DriverName, string DoctorName, string IsHealthy, string Comments>>(IEnumerable<DoctorReviewDto> source, Func<DoctorReviewDto, <anonymous type: int Id, string DriverName, string DoctorName, string IsHealthy, string Comments>> 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.