Add log out button for personal pages and update middlewares #22
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/MechanicHandoversController.cs#L42
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/Models/Account.cs#L6
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L8
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L10
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L13
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L14
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L16
Non-nullable property 'Dispatchers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|