Merge pull request #194 from sebader/dev #29
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/functions-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L7
Non-nullable property 'place_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L8
Non-nullable property 'licence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L9
Non-nullable property 'osm_type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L10
Non-nullable property 'osm_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L11
Non-nullable property 'boundingbox' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L12
Non-nullable property 'lat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L13
Non-nullable property 'lon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L14
Non-nullable property 'display_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L17
Non-nullable property '_class' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Function Build using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L18
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading