Skip to content

fix: change status of schedule for PA #56

fix: change status of schedule for PA

fix: change status of schedule for PA #56

Triggered via push July 22, 2024 06:30
Status Success
Total duration 1m 1s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/Areas/Manager/ViewModels/ReviewVM.cs#L10
Non-nullable property 'DentistName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.