Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push December 31, 2023 00:07
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.