Merge pull request #242 from sebader/dev #9
Annotations
3 errors and 10 warnings
Login to Azure
AADSTS700213: No matching federated identity record found for presented assertion subject 'repo:sebader/alpinehutproject:ref:refs/heads/main'. Please note that the matching is done using a case-sensitive comparison. Check your federated identity credential Subject, Audience and Issuer against the presented assertion. https://learn.microsoft.com/entra/workload-id/workload-identity-federation Trace ID: 8486b9f3-5a01-4ba9-9991-8ecf35856200 Correlation ID: e583e7c3-975e-4290-bb28-270fcc68b5df Timestamp: 2024-10-02 11:53:25Z
|
Login to Azure
Interactive authentication is needed. Please run:
az login
|
Login to Azure
Login failed with Error: The process 'C:\Program Files\Microsoft SDKs\Azure\CLI2\wbin\az.cmd' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L7
Non-nullable property 'place_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L8
Non-nullable property 'licence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L9
Non-nullable property 'osm_type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L10
Non-nullable property 'osm_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L11
Non-nullable property 'boundingbox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L12
Non-nullable property 'lat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L13
Non-nullable property 'lon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L14
Non-nullable property 'display_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L17
Non-nullable property '_class' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
FetchDataFunctions/Models/NominatimSearchResult.cs#L18
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading