Create dotnet.yml #1
Annotations
10 warnings
build:
HospitalManagement/Models/User.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HospitalManagement/Models/Register.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HospitalManagement/Models/Register.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HospitalManagement/Models/Register.cs#L9
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HospitalManagement/Models/Register.cs#L10
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HospitalManagement/Views/Shared/_Layout.cshtml#L22
Dereference of a possibly null reference.
|
build:
HospitalManagement/Models/Login.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HospitalManagement/Models/Login.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HospitalManagement/Models/Doctor.cs#L11
Non-nullable property 'FName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
HospitalManagement/Models/Doctor.cs#L12
Non-nullable property 'LName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|