Skip to content

Merge pull request #242 from sebader/dev #32

Merge pull request #242 from sebader/dev

Merge pull request #242 from sebader/dev #32

Triggered via push October 2, 2024 11:49
Status Success
Total duration 4m 58s
Artifacts
function_build_and_deploy
4m 41s
function_build_and_deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
function_build_and_deploy: FetchDataFunctions/Models/AzureMapsResult.cs#L9
Non-nullable property 'summary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
function_build_and_deploy: FetchDataFunctions/Models/AzureMapsResult.cs#L10
Non-nullable property 'addresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
function_build_and_deploy: 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.
function_build_and_deploy: 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.
function_build_and_deploy: 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.
function_build_and_deploy: 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.
function_build_and_deploy: 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.
function_build_and_deploy: 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.
function_build_and_deploy: 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.
function_build_and_deploy: 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.