Update doctor page #17
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/Controllers/DashboardController.cs#L30
Non-nullable field 'Days' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Controllers/AccountsController.cs#L127
Possible null reference argument for parameter 'source' in 'List<RoleDto> Enumerable.ToList<RoleDto>(IEnumerable<RoleDto> source)'.
|
build:
CheckDrive.Web/CheckDrive.Web/Stores/Technicians/MockTechnicianDataStore.cs#L27
Possible null reference return.
|