Skip to content

Merge pull request #152 from MvRoo/michael #204

Merge pull request #152 from MvRoo/michael

Merge pull request #152 from MvRoo/michael #204

Triggered via push June 15, 2024 12:26
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
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/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/QueryResponse.cs#L32
Non-nullable property 'columns' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/QueryResponse.cs#L33
Non-nullable property 'nextLink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/QueryResponse.cs#L34
Non-nullable property 'rows' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/QueryResponse.cs#L26
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/QueryResponse.cs#L27
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/QueryResponse.cs#L7
Non-nullable property 'eTag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/QueryResponse.cs#L8
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CostApi/QueryResponse.cs#L9
Non-nullable property 'location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.