Skip to content

Bump Microsoft.Extensions.Http.Polly from 8.0.1 to 8.0.2 in /src #137

Bump Microsoft.Extensions.Http.Polly from 8.0.1 to 8.0.2 in /src

Bump Microsoft.Extensions.Http.Polly from 8.0.1 to 8.0.2 in /src #137

Triggered via pull request February 19, 2024 08:30
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Infrastructure/TypeResolver.cs#L14
Nullability of reference types in type of parameter 'type' of 'object TypeResolver.Resolve(Type type)' doesn't match implicitly implemented member 'object? ITypeResolver.Resolve(Type? type)' (possibly because of nullability attributes).
build: src/Commands/WhatIf/WhatIfSettings.cs#L66
Non-nullable property 'Filter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L33
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
build: src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L38
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
build: src/OutputFormatters/TextOutputFormatter.cs#L36
Dereference of a possibly null reference.
build: src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L84
Converting null literal or possible null value to non-nullable type.
build: src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L86
Converting null literal or possible null value to non-nullable type.
build: src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L96
Nullable value type may be null.
build: src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L156
Converting null literal or possible null value to non-nullable type.
build: src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L188
Possible null reference argument for parameter 'accumulatedCostDetails' in 'Task BaseOutputFormatter.WriteAccumulatedCost(AccumulatedCostSettings settings, AccumulatedCostDetails accumulatedCostDetails)'.