Skip to content

Output tags in csv as columns #138

Output tags in csv as columns

Output tags in csv as columns #138

Triggered via pull request February 19, 2024 15:11
Status Success
Total duration 47s
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/CostApi/CostQueryResponse.cs#L23
Non-nullable property 'columns' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/CostQueryResponse.cs#L24
Non-nullable property 'nextLink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/CostQueryResponse.cs#L25
Non-nullable property 'rows' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/CostQueryResponse.cs#L17
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/CostQueryResponse.cs#L18
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/CostQueryResponse.cs#L7
Non-nullable property 'eTag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/CostQueryResponse.cs#L8
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.