Bump Azure.Identity from 1.10.1 to 1.10.2 in /src #99
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
src/OutputFormatters/CsvOutputFormatter.cs#L138
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/OutputFormatters/CsvOutputFormatter.cs#L138
Nullability of type of parameter 'value' doesn't match overridden member (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/Commands/WhatIf/WhatIfSettings.cs#L54
Non-nullable property 'Filter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Commands/WhatIf/DevTestWhatIfCommand.cs#L121
Converting null literal or possible null value to non-nullable type.
|
build:
src/Commands/WhatIf/DevTestWhatIfCommand.cs#L135
Converting null literal or possible null value to non-nullable type.
|
build:
src/Commands/CostSettings.cs#L56
Non-nullable property 'Filter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Commands/CostByTag/CostByTagCommand.cs#L36
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/CostByTag/CostByTagCommand.cs#L41
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/CostByResource/CostByResourceCommand.cs#L36
The result of the expression is always 'false' since a value of type 'DateOnly' is never equal to 'null' of type 'DateOnly?'
|