removed grids title #101
Annotations
10 warnings
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/Models/Car.cs#L6
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Car.cs#L7
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Car.cs#L8
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Car.cs#L14
Non-nullable property 'MechanicHandovers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Technician.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/ViewModels/Login/LoginViewModel.cs#L8
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/ViewModels/Login/LoginViewModel.cs#L11
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|