Skip to content

Make sure it runs without the appsettings.json (on CI) #72

Make sure it runs without the appsettings.json (on CI)

Make sure it runs without the appsettings.json (on CI) #72

Triggered via push October 9, 2024 13:32
Status Success
Total duration 1m 10s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L39
Possible null reference return.
build: GoogleMapsApi/Entities/TimeZone/Response/TimeZoneResponse.cs#L48
Non-nullable property 'TimeZoneId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: GoogleMapsApi/Entities/TimeZone/Response/TimeZoneResponse.cs#L54
Non-nullable property 'TimeZoneName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L20
Non-nullable event 'OnUriCreated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L21
Non-nullable event 'OnRawResponseRecivied' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: GoogleMapsApi/Entities/TimeZone/Request/TimeZoneRequest.cs#L17
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: GoogleMapsApi/Entities/TimeZone/Request/TimeZoneRequest.cs#L27
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: GoogleMapsApi/Entities/PlacesText/Response/Result.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: GoogleMapsApi/Entities/PlacesText/Response/Result.cs#L21
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: GoogleMapsApi/Entities/PlacesText/Response/Result.cs#L25
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.