Merge pull request #177 from mivano/fix/budget-csv-formatter #224
Annotations
10 warnings
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).
|
src/OutputFormatters/CsvOutputFormatter.cs#L172
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/OutputFormatters/CsvOutputFormatter.cs#L183
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
src/OutputFormatters/TextOutputFormatter.cs#L37
Dereference of a possibly null reference.
|
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?'
|
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?'
|
src/Commands/WhatIf/WhatIfSettings.cs#L66
Non-nullable property 'Filter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/CostApi/QueryResponse.cs#L32
Non-nullable property 'columns' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/CostApi/QueryResponse.cs#L33
Non-nullable property 'nextLink' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/CostApi/QueryResponse.cs#L34
Non-nullable property 'rows' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading