Skip to content

Bump Azure.Identity from 1.11.4 to 1.12.0 in /src #207

Bump Azure.Identity from 1.11.4 to 1.12.0 in /src

Bump Azure.Identity from 1.11.4 to 1.12.0 in /src #207

Triggered via pull request June 24, 2024 08:47
Status Success
Total duration 57s
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/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/TextOutputFormatter.cs#L37
Dereference of a possibly null reference.
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#L37
Dereference of a possibly null reference.
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/QueryResponse.cs#L32
Non-nullable property 'columns' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.