Skip to content

Check API Key

Check API Key #67

Triggered via push August 1, 2024 14:34
Status Success
Total duration 1m 0s
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/Areas/Admin/ViewModels/WorkTimeVM.cs#L9
Non-nullable property 'DisplayText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Dental_Clinic_System/Dental_Clinic_System/Areas/Admin/ViewModels/ManagerSpecialtyVM.cs#L13
Non-nullable property 'Image' 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#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.