Merge pull request #82 from mivano/dependabot/nuget/src/Microsoft.Ext… #102
Annotations
10 warnings
src/OutputFormatters/CsvOutputFormatter.cs#L138
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
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/Infrastructure/TypeResolver.cs#L18
Possible null reference return.
|
src/Infrastructure/TypeResolver.cs#L21
Possible null reference return.
|
src/Infrastructure/AzCommand.cs#L37
Converting null literal or possible null value to non-nullable type.
|
src/Infrastructure/AzCommand.cs#L38
Possible null reference return.
|
src/CostApi/CostQueryResponse.cs#L23
Non-nullable property 'columns' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CostApi/CostQueryResponse.cs#L24
Non-nullable property 'nextLink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CostApi/CostQueryResponse.cs#L25
Non-nullable property 'rows' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/CostApi/CostQueryResponse.cs#L17
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading