Update README.md #68
Annotations
10 warnings
build:
Dental_Clinic_System/Dental_Clinic_System/Controllers/ClinicController.cs#L98
Cannot convert null literal to non-nullable reference type.
|
build:
Dental_Clinic_System/Dental_Clinic_System/Controllers/ClinicController.cs#L98
Cannot convert null literal to non-nullable reference type.
|
build:
Dental_Clinic_System/Dental_Clinic_System/Services/VNPAY/VNPAYLibrary.cs#L164
Nullability of reference types in type of parameter 'x' of 'int VnPayCompare.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
|
build:
Dental_Clinic_System/Dental_Clinic_System/Services/VNPAY/VNPAYLibrary.cs#L164
Nullability of reference types in type of parameter 'y' of 'int VnPayCompare.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
|
build:
Dental_Clinic_System/Dental_Clinic_System/Services/SignalR/ChatHub.cs#L27
Nullability of type of parameter 'exception' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/ResetPasswordForForgotVM.cs#L8
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/ResetPasswordForForgotVM.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/ResetPasswordForForgotVM.cs#L17
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/ResetPasswordForForgotVM.cs#L22
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/RegisterVM.cs#L12
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|