Skip to content

Fixing github action #170

Fixing github action

Fixing github action #170

Triggered via push November 17, 2024 07:49
Status Failure
Total duration 34s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
deploy
Assets file '/home/runner/work/BlazorGoogleMaps/BlazorGoogleMaps/ServerSideDemo/obj/project.assets.json' doesn't have a target for 'net9.0'. Ensure that restore has run and that you have included 'net9.0' in the TargetFrameworks for your project.
deploy
Assets file '/home/runner/work/BlazorGoogleMaps/BlazorGoogleMaps/ClientSideDemo/obj/project.assets.json' doesn't have a target for 'net9.0'. Ensure that restore has run and that you have included 'net9.0' in the TargetFrameworks for your project.
deploy
Process completed with exit code 1.
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
deploy: GoogleMapsComponents/Maps/Extension/ListableEntityListBase.cs#L144
Cannot convert null literal to non-nullable reference type.
deploy: GoogleMapsComponents/JsObjectRef.cs#L318
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
deploy: GoogleMapsComponents/Maps/Extension/PolygonList.cs#L107
Cannot convert null literal to non-nullable reference type.
deploy: GoogleMapsComponents/Maps/Data.cs#L236
Cannot convert null literal to non-nullable reference type.
deploy: GoogleMapsComponents/Maps/InfoWindow.cs#L13
'InfoWindow._jsObjectRef' hides inherited member 'EventEntityBase._jsObjectRef'. Use the new keyword if hiding was intended.
deploy: GoogleMapsComponents/Maps/DirectionsRenderer.cs#L10
Cannot convert null literal to non-nullable reference type.
deploy: GoogleMapsComponents/Maps/DirectionsRenderer.cs#L75
Cannot convert null literal to non-nullable reference type.
deploy: GoogleMapsComponents/Helper.cs#L55
Dereference of a possibly null reference.
deploy: GoogleMapsComponents/MapComponent.cs#L64
Cannot convert null literal to non-nullable reference type.