Skip to content

Modernize tests - NUnit 4 #70

Modernize tests - NUnit 4

Modernize tests - NUnit 4 #70

Triggered via push October 9, 2024 13:04
Status Failure
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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/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#L39
Possible null reference return.
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.