Skip to content

refactor: implement lazy relation mapping #63

refactor: implement lazy relation mapping

refactor: implement lazy relation mapping #63

Triggered via push June 11, 2023 10:45
Status Success
Total duration 5m 42s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build (Release)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: microsoft/[email protected]. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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/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#L20
Non-nullable field '_customerInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/EmployeeRole.cs#L14
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/EmployeeRole.cs#L17
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/EmployeeAddress.cs#L14
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/EmployeeAddress.cs#L17
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/EmployeeAccount.cs#L14
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/EmployeeAccount.cs#L17
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): Russkyc.GroomWise/Models/Entities/CustomerPet.cs#L14
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: microsoft/[email protected]. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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/ViewModels/Customers/CustomersViewModel.cs#L20
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 (Debug): Russkyc.GroomWise/Models/Entities/EmployeeRole.cs#L14
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/EmployeeRole.cs#L17
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/EmployeeAddress.cs#L14
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/EmployeeAddress.cs#L17
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/EmployeeAccount.cs#L14
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/EmployeeAccount.cs#L17
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): Russkyc.GroomWise/Models/Entities/CustomerPet.cs#L14
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.