Fix HttpClient BaseAddress setting #149
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/CostApi/AzureCostApiRetriever.cs#L1029
Non-nullable property 'value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CostApi/AzureCostApiRetriever.cs#L1035
Non-nullable property 'kind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CostApi/AzureCostApiRetriever.cs#L1036
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CostApi/AzureCostApiRetriever.cs#L1037
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CostApi/AzureCostApiRetriever.cs#L1038
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CostApi/AzureCostApiRetriever.cs#L1039
Non-nullable property 'tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CostApi/AzureCostApiRetriever.cs#L1040
Non-nullable property 'properties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CostApi/AzureCostApiRetriever.cs#L41
Non-nullable property 'CostApiAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/CostApi/AzureCostApiRetriever.cs#L1045
Non-nullable property 'billingPeriodStartDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading