Merge pull request #222 from sebader/dependabot/nuget/FetchDataFuncti… #5
Annotations
10 warnings
FetchDataFunctions/Models/AzureMapsResult.cs#L27
Non-nullable property 'countryCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
FetchDataFunctions/Models/AzureMapsResult.cs#L28
Non-nullable property 'countrySubdivision' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
FetchDataFunctions/Models/AzureMapsResult.cs#L29
Non-nullable property 'countrySecondarySubdivision' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
FetchDataFunctions/Models/AzureMapsResult.cs#L30
Non-nullable property 'municipality' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
FetchDataFunctions/Models/AzureMapsResult.cs#L31
Non-nullable property 'postalCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
FetchDataFunctions/Models/AzureMapsResult.cs#L32
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
FetchDataFunctions/Models/AzureMapsResult.cs#L33
Non-nullable property 'countryCodeISO3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
FetchDataFunctions/Models/AzureMapsResult.cs#L34
Non-nullable property 'freeformAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
FetchDataFunctions/Models/AzureMapsResult.cs#L35
Non-nullable property 'boundingBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
FetchDataFunctions/Models/Availability.cs#L14
Non-nullable property 'BedCategory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading