Skip to content

Merge pull request #162 from mivano/dependabot/nuget/src/Azure.Identi… #208

Merge pull request #162 from mivano/dependabot/nuget/src/Azure.Identi…

Merge pull request #162 from mivano/dependabot/nuget/src/Azure.Identi… #208

Triggered via push June 28, 2024 06:31
Status Success
Total duration 55s
Artifacts

dotnet.yml

on: push
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/OutputFormatters/TextOutputFormatter.cs#L37
Dereference of a possibly null reference.
build: src/OutputFormatters/SpectreConsole/StatusContext.cs#L30
Possible null reference return.
build: src/OutputFormatters/SpectreConsole/StatusContext.cs#L52
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/OutputFormatters/SpectreConsole/StatusContext.cs#L52
Non-nullable field '_spinnerColumn' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L87
Converting null literal or possible null value to non-nullable type.
build: src/Commands/AccumulatedCost/AccumulatedCostCommand.cs#L89
Converting null literal or possible null value to non-nullable type.