Skip to content

Add documentation, governance files, CI/CD pipelines, and Docker orchestration #1

Add documentation, governance files, CI/CD pipelines, and Docker orchestration

Add documentation, governance files, CI/CD pipelines, and Docker orchestration #1

Re-run triggered January 5, 2026 21:08
Status Success
Total duration 44s
Artifacts

ci.yml

on: pull_request
Build and Test
38s
Build and Test
Code Quality Analysis
31s
Code Quality Analysis
Fit to window
Zoom out
Zoom in

Annotations

41 warnings
Code Quality Analysis
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis: src/Services/RepairOrder/Domain/Aggregates/RepairOrder.cs#L80
Argument of type 'Scheduling' cannot be used as an output of type 'Dto.Scheduling' for parameter 'Scheduling' in 'void RepairOrderPlaced.Deconstruct(out Guid RepairOrderId, out Customer Customer, out Device Device, out Scheduling Scheduling, out string Description, out string Status, out long Version)' due to differences in the nullability of reference types.
Code Quality Analysis: src/Services/RepairOrder/Domain/Aggregates/RepairOrder.cs#L80
Argument of type 'Device' cannot be used as an output of type 'Dto.Device' for parameter 'Device' in 'void RepairOrderPlaced.Deconstruct(out Guid RepairOrderId, out Customer Customer, out Device Device, out Scheduling Scheduling, out string Description, out string Status, out long Version)' due to differences in the nullability of reference types.
Code Quality Analysis: src/Services/RepairOrder/Domain/Aggregates/RepairOrder.cs#L80
Argument of type 'Customer' cannot be used as an output of type 'Dto.Customer' for parameter 'Customer' in 'void RepairOrderPlaced.Deconstruct(out Guid RepairOrderId, out Customer Customer, out Device Device, out Scheduling Scheduling, out string Description, out string Status, out long Version)' due to differences in the nullability of reference types.
Code Quality Analysis: src/Services/Scheduling/Domain/Aggregates/Scheduling.cs#L37
Argument of type 'Device' cannot be used as an output of type 'Dto.Device' for parameter 'Device' in 'void SchedulingRegistered.Deconstruct(out Guid SchedulingId, out DateTime ScheduledDate, out Customer Customer, out Device Device, out string Description, out long Version)' due to differences in the nullability of reference types.
Code Quality Analysis: src/Services/Scheduling/Domain/Aggregates/Scheduling.cs#L37
Argument of type 'Customer' cannot be used as an output of type 'Dto.Customer' for parameter 'Customer' in 'void SchedulingRegistered.Deconstruct(out Guid SchedulingId, out DateTime ScheduledDate, out Customer Customer, out Device Device, out string Description, out long Version)' due to differences in the nullability of reference types.
Code Quality Analysis
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Code Quality Analysis
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build and Test
No files were found with the provided path: TestResults. No artifacts will be uploaded.
Build and Test: src/Services/Scheduling/Domain/Aggregates/Scheduling.cs#L37
Argument of type 'Device' cannot be used as an output of type 'Dto.Device' for parameter 'Device' in 'void SchedulingRegistered.Deconstruct(out Guid SchedulingId, out DateTime ScheduledDate, out Customer Customer, out Device Device, out string Description, out long Version)' due to differences in the nullability of reference types.
Build and Test: src/Services/Scheduling/Domain/Aggregates/Scheduling.cs#L37
Argument of type 'Customer' cannot be used as an output of type 'Dto.Customer' for parameter 'Customer' in 'void SchedulingRegistered.Deconstruct(out Guid SchedulingId, out DateTime ScheduledDate, out Customer Customer, out Device Device, out string Description, out long Version)' due to differences in the nullability of reference types.
Build and Test: src/Services/RepairOrder/Domain/Aggregates/RepairOrder.cs#L80
Argument of type 'RepairOrderStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void RepairOrderPlaced.Deconstruct(out Guid RepairOrderId, out Customer Customer, out Device Device, out Scheduling Scheduling, out string Description, out string Status, out long Version)' due to differences in the nullability of reference types.
Build and Test: src/Services/RepairOrder/Domain/Aggregates/RepairOrder.cs#L80
Argument of type 'Scheduling' cannot be used as an output of type 'Dto.Scheduling' for parameter 'Scheduling' in 'void RepairOrderPlaced.Deconstruct(out Guid RepairOrderId, out Customer Customer, out Device Device, out Scheduling Scheduling, out string Description, out string Status, out long Version)' due to differences in the nullability of reference types.
Build and Test: src/Services/RepairOrder/Domain/Aggregates/RepairOrder.cs#L80
Argument of type 'Device' cannot be used as an output of type 'Dto.Device' for parameter 'Device' in 'void RepairOrderPlaced.Deconstruct(out Guid RepairOrderId, out Customer Customer, out Device Device, out Scheduling Scheduling, out string Description, out string Status, out long Version)' due to differences in the nullability of reference types.
Build and Test: src/Services/RepairOrder/Domain/Aggregates/RepairOrder.cs#L80
Argument of type 'Customer' cannot be used as an output of type 'Dto.Customer' for parameter 'Customer' in 'void RepairOrderPlaced.Deconstruct(out Guid RepairOrderId, out Customer Customer, out Device Device, out Scheduling Scheduling, out string Description, out string Status, out long Version)' due to differences in the nullability of reference types.
Build and Test
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build and Test
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build and Test
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build and Test
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build and Test
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build and Test
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build and Test
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build and Test
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build and Test
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.