Skip to content

Bump Microsoft.Extensions.Http.Polly from 8.0.3 to 8.0.4 in /src #153

Bump Microsoft.Extensions.Http.Polly from 8.0.3 to 8.0.4 in /src

Bump Microsoft.Extensions.Http.Polly from 8.0.3 to 8.0.4 in /src #153

Triggered via pull request April 15, 2024 08:50
Status Success
Total duration 49s
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/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/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/CostApi/AzureCostApiRetriever.cs#L41
Non-nullable property 'CostApiAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/AzureCostApiRetriever.cs#L1029
Non-nullable property 'value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/AzureCostApiRetriever.cs#L1035
Non-nullable property 'kind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/AzureCostApiRetriever.cs#L1036
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/AzureCostApiRetriever.cs#L1037
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/AzureCostApiRetriever.cs#L1038
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.