Merge pull request #111 from mivano/feature/dynamictags #139
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/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/CostApi/AzureCostApiRetriever.cs#L1022
Non-nullable property 'value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Infrastructure/TypeResolver.cs#L18
Possible null reference return.
|
Build:
src/Infrastructure/TypeResolver.cs#L21
Possible null reference return.
|
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?'
|
The logs for this run have expired and are no longer available.
Loading