Skip to content

chore: refactor authentication and navigation services #83

chore: refactor authentication and navigation services

chore: refactor authentication and navigation services #83

Triggered via push August 28, 2023 13:05
Status Success
Total duration 5m 4s
Billable time 7m
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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): GroomWise.Domain/Entities/Account.cs#L15
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): GroomWise.Domain/Entities/Pet.cs#L20
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): GroomWise.Infrastructure/Authentication/Entities/SessionInfo.cs#L14
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug)
Non-nullable field '_username' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug)
Non-nullable field '_password' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug)
Non-nullable field '_notifications' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Debug)
Non-nullable property 'LoginCommand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug)
Non-nullable property 'RemoveNotificationCommand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug)
Possible null reference argument for parameter 'param' in 'Task LoginViewModel.RemoveNotification(object param)'.
build (Debug): GroomWise.Application/Observables/ObservablePet.cs#L30
Non-nullable field '_owner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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): GroomWise.Domain/Entities/Account.cs#L15
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): GroomWise.Domain/Entities/Pet.cs#L20
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): GroomWise.Infrastructure/Authentication/Entities/SessionInfo.cs#L14
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): GroomWise.Application/Observables/ObservablePet.cs#L30
Non-nullable field '_owner' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): GroomWise.Application/Observables/ObservableEmployee.cs#L34
Non-nullable field '_address' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): GroomWise.Application/Observables/ObservableEmployee.cs#L37
Non-nullable field '_contactNumber' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): GroomWise.Application/Observables/ObservableEmployee.cs#L40
Non-nullable field '_email' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): GroomWise.Application/Observables/ObservableCustomer.cs#L20
Non-nullable field '_firstName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): GroomWise.Application/Observables/ObservableCustomer.cs#L23
Non-nullable field '_middleName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): GroomWise.Application/Observables/ObservableCustomer.cs#L26
Non-nullable field '_lastName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.