Skip to content

Bump Microsoft.Extensions.DependencyInjection from 9.0.0 to 9.0.2 in /src #248

Bump Microsoft.Extensions.DependencyInjection from 9.0.0 to 9.0.2 in /src

Bump Microsoft.Extensions.DependencyInjection from 9.0.0 to 9.0.2 in /src #248

Triggered via pull request February 17, 2025 08:49
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/CostApi/EnrollmentAccount.cs#L9
The type name 'properties' only contains lower-cased ascii characters. Such names may become reserved for the language.
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/OutputFormatters/CsvOutputFormatter.cs#L172
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: src/OutputFormatters/CsvOutputFormatter.cs#L183
Nullability of type of parameter 'value' doesn't match overridden member (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 adding the 'required' modifier or declaring the property as nullable.
build: src/CostApi/AzureCostApiRetriever.cs#L42
Non-nullable property 'CostApiAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/OutputFormatters/TextOutputFormatter.cs#L37
Dereference of a possibly null reference.
build: src/CostApi/QueryResponse.cs#L32
Non-nullable property 'columns' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CostApi/QueryResponse.cs#L33
Non-nullable property 'nextLink' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CostApi/QueryResponse.cs#L34
Non-nullable property 'rows' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.