Skip to content

tuyen-vuduc is publishing NuGet πŸš€ #24

tuyen-vuduc is publishing NuGet πŸš€

tuyen-vuduc is publishing NuGet πŸš€ #24

Manually triggered August 14, 2024 17:16
Status Failure
Total duration 5m 27s
Artifacts

publish-nuget.yml

on: workflow_dispatch
build-then-publish
5m 9s
build-then-publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build-then-publish: src/libs/Mapbox.Maui/Platforms/iOS/MapboxViewHandler.Events.cs#L28
Cannot implicitly convert type 'MapboxMaui.MapboxViewHandler' to 'MapboxMaui.Locations.ILocationComponentPlugin'. An explicit conversion exists (are you missing a cast?)
build-then-publish: src/libs/Mapbox.Maui/Platforms/Android/MapboxViewHandler.Events.cs#L17
Cannot implicitly convert type 'MapboxMaui.MapboxViewHandler' to 'MapboxMaui.Locations.ILocationComponentPlugin'. An explicit conversion exists (are you missing a cast?)
build-then-publish
Process completed with exit code 1.
build-then-publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-java@v3, mobiledevops/xcode-select-version-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-then-publish: src/libs/Mapbox.Maui/Models/Styles/Enums.cs#L30
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
build-then-publish: src/libs/Mapbox.Maui/Platforms/iOS/MapboxViewHandler.Controller.cs#L73
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-then-publish: src/libs/Mapbox.Maui/Models/Styles/Sources/RasterDemSource.cs#L31
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
build-then-publish: src/libs/Mapbox.Maui/Models/Expressions/AllExpressions.cs#L151
XML comment has badly formed XML -- 'Expected an end tag for element 'number'.'
build-then-publish: src/libs/Mapbox.Maui/Models/Styles/Sources/GeoJSONSource.cs#L160
XML comment has badly formed XML -- 'Expected an end tag for element 'propertyName'.'
build-then-publish: src/libs/Mapbox.Maui/Models/Styles/Sources/RasterDemSource.cs#L32
XML comment has badly formed XML -- 'Expected an end tag for element 'Tileset'.'
build-then-publish: src/libs/Mapbox.Maui/Models/Styles/Sources/GeoJSONSource.cs#L160
XML comment has badly formed XML -- 'Expected an end tag for element 'sourceLayer'.'
build-then-publish: src/libs/Mapbox.Maui/Models/Expressions/DslOperator.cs#L155
XML comment has badly formed XML -- 'Expected an end tag for element 'number'.'
build-then-publish: src/libs/Mapbox.Maui/Platforms/Android/ClusterOptionsExtensions.cs#L9
The member 'ClusterOptionsExtensions.ToPlatform(ClusterOptions)' does not hide an accessible member. The new keyword is not required.
build-then-publish: src/libs/Mapbox.Maui/Platforms/Android/Annotations/AnnotationManager.cs#L28
The event 'AnnotationManager<TAnnotationManager, TAnnotation>.AnnotationsSelected' is never used