Skip to content

Bump Azure.Identity from 1.11.0 to 1.11.2 in /src #157

Bump Azure.Identity from 1.11.0 to 1.11.2 in /src

Bump Azure.Identity from 1.11.0 to 1.11.2 in /src #157

Triggered via pull request April 22, 2024 08:28
Status Success
Total duration 40s
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/OutputFormatters/TextOutputFormatter.cs#L36
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/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/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/DetectAnomaly/DetectAnomaly.cs#L116
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Commands/DetectAnomaly/DetectAnomaly.cs#L118
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.