Update README.md #78
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build with dotnet:
Dental_Clinic_System/Dental_Clinic_System/Controllers/ClinicController.cs#L98
Cannot convert null literal to non-nullable reference type.
|
Build with dotnet:
Dental_Clinic_System/Dental_Clinic_System/Controllers/ClinicController.cs#L98
Cannot convert null literal to non-nullable reference type.
|
Build with dotnet:
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 with dotnet:
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 with dotnet:
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 with dotnet:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/ResetPasswordForForgotVM.cs#L8
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/ResetPasswordForForgotVM.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/ResetPasswordForForgotVM.cs#L17
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 with dotnet:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/ResetPasswordForForgotVM.cs#L22
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
Dental_Clinic_System/Dental_Clinic_System/ViewModels/RegisterVM.cs#L12
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: ".net-app".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading