Skip to content

feat: some changes

feat: some changes #70

Triggered via push June 20, 2023 06:46
Status Success
Total duration 3m 7s
Billable time 6m
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build (Debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Debug): Russkyc.GroomWise/Services/Factory/AddCustomersViewFactory.cs#L10
Cannot convert null literal to non-nullable reference type.
build (Debug): Russkyc.GroomWise/Models/Entities/ContactInfo.cs#L12
Non-nullable property 'ContactNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/ContactInfo.cs#L13
Non-nullable property 'Telephone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/ContactInfo.cs#L14
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/Address.cs#L12
Non-nullable property 'PrimaryAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/Address.cs#L13
Non-nullable property 'SecondaryAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/ViewModels/Employees/EmployeesViewModel.cs#L85
Argument of type 'SynchronizedObservableCollection<Role>' cannot be used for parameter 'collection' of type 'IList<Role?>' in 'void Extensions.AddRange<Role?>(IList<Role?> collection, IEnumerable<Role?> source)' due to differences in the nullability of reference types.
build (Debug): Russkyc.GroomWise/ViewModels/Customers/CustomersViewModel.cs#L21
Non-nullable field '_customerInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug): Russkyc.GroomWise/ViewModels/Appointments/AddAppointmentsViewModel.cs#L44
Non-nullable field '_service' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release): Russkyc.GroomWise/Services/Factory/AddCustomersViewFactory.cs#L10
Cannot convert null literal to non-nullable reference type.
build (Release): Russkyc.GroomWise/Models/Entities/ContactInfo.cs#L12
Non-nullable property 'ContactNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/ContactInfo.cs#L13
Non-nullable property 'Telephone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/ContactInfo.cs#L14
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/Address.cs#L12
Non-nullable property 'PrimaryAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/Address.cs#L13
Non-nullable property 'SecondaryAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/ViewModels/Employees/EmployeesViewModel.cs#L85
Argument of type 'SynchronizedObservableCollection<Role>' cannot be used for parameter 'collection' of type 'IList<Role?>' in 'void Extensions.AddRange<Role?>(IList<Role?> collection, IEnumerable<Role?> source)' due to differences in the nullability of reference types.
build (Release): Russkyc.GroomWise/ViewModels/Appointments/AddAppointmentsViewModel.cs#L44
Non-nullable field '_service' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): Russkyc.GroomWise/ViewModels/Customers/CustomersViewModel.cs#L21
Non-nullable field '_customerInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.