Merge pull request #189 from mivano/fix/issue-178 #340
Annotations
11 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze (csharp):
src/CostApi/EnrollmentAccount.cs#L9
The type name 'properties' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Analyze (csharp):
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).
|
Analyze (csharp):
src/OutputFormatters/CsvOutputFormatter.cs#L183
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analyze (csharp):
src/OutputFormatters/CsvOutputFormatter.cs#L172
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analyze (csharp):
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.
|
Analyze (csharp):
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.
|
Analyze (csharp):
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.
|
Analyze (csharp):
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.
|
Analyze (csharp):
src/CostApi/QueryResponse.cs#L26
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze (csharp):
src/CostApi/QueryResponse.cs#L27
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|