Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Revert back to working state #235

Revert back to working state

Revert back to working state #235

Triggered via pull request November 14, 2023 16:26
Status Success
Total duration 1m 37s
Artifacts

ordering-api.yml

on: pull_request
BuildContainersForPR_Linux
1m 23s
BuildContainersForPR_Linux
BuildLinux
0s
BuildLinux
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
BuildContainersForPR_Linux: src/BuildingBlocks/EventBus/EventBusServiceBus/GlobalUsings.cs#L16
The using directive for 'System' appeared previously in this namespace
BuildContainersForPR_Linux: src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/Order.cs#L27
The field 'Order._isDraft' is assigned but its value is never used
BuildContainersForPR_Linux: src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs#L126
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
BuildContainersForPR_Linux: src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs#L128
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
BuildContainersForPR_Linux: src/Services/Ordering/Ordering.API/GlobalUsings.cs#L86
The using directive for 'System.Collections.Generic' appeared previously in this namespace
BuildContainersForPR_Linux: src/Services/Ordering/Ordering.API/Program.cs#L39
'SerilogWebHostBuilderExtensions.UseSerilog(IWebHostBuilder, ILogger?, bool, LoggerProviderCollection?)' is obsolete: 'Prefer UseSerilog() on IHostBuilder'
BuildContainersForPR_Linux: src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderDraftCommandHandler.cs#L10
The field 'CreateOrderDraftCommandHandler._orderRepository' is never used
BuildContainersForPR_Linux: src/BuildingBlocks/EventBus/EventBusServiceBus/GlobalUsings.cs#L16
The using directive for 'System' appeared previously in this namespace
BuildContainersForPR_Linux: src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/Order.cs#L27
The field 'Order._isDraft' is assigned but its value is never used
BuildContainersForPR_Linux: src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs#L126
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.