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

Bump Azure.Identity from 1.9.0-beta.1 to 1.10.2 in /src/Services/Ordering/Ordering.API #238

Bump Azure.Identity from 1.9.0-beta.1 to 1.10.2 in /src/Services/Ordering/Ordering.API

Bump Azure.Identity from 1.9.0-beta.1 to 1.10.2 in /src/Services/Ordering/Ordering.API #238

Triggered via pull request November 15, 2023 02:00
Status Success
Total duration 2m 23s
Artifacts

ordering-api.yml

on: pull_request
BuildContainersForPR_Linux
2m 14s
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.