Skip to content

Build and Release for MacOS Arm64 #5

Build and Release for MacOS Arm64

Build and Release for MacOS Arm64 #5

Manually triggered October 21, 2024 12:59
Status Success
Total duration 52s
Artifacts

build-macOS-arm64.yml

on: workflow_dispatch
build-and-release
40s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build-and-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-release-asset@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-and-release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release: src/Asv.Drones.Gui/obj/Release/net8.0/Asv.Drones.Gui.AssemblyInfo.cs#L15
The specified version string '1.0.2-alpha' does not conform to the recommended format - major.minor.build.revision
build-and-release: src/Asv.Drones.Gui/Shell/Pages/Planing/PlaningPageViewModel.cs#L283
Nullability of reference types in return type of 'PlaningMissionViewModel? PlaningPageViewModel.Mission.get' doesn't match implicitly implemented member 'PlaningMissionViewModel IPlaningMissionContext.Mission.get' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Shell/Pages/Planing/PlaningPageViewModel.cs#L46
Nullability of reference types in type of parameter 'value' of 'void MapPageViewModel.ItemToFollow.set' doesn't match implicitly implemented member 'void IMap.ItemToFollow.set' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Services/Localization/MeasureUnits/Degrees.cs#L54
Nullability of reference types in return type of 'string? DegreesMeasureUnit.GetErrorMessage(string? value)' doesn't match implicitly implemented member 'string IMeasureUnitItem<double>.GetErrorMessage(string? value)' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Services/Localization/MeasureUnits/Degrees.cs#L100
Nullability of reference types in return type of 'string? MsMeasureUnit.GetErrorMessage(string? value)' doesn't match implicitly implemented member 'string IMeasureUnitItem<double>.GetErrorMessage(string? value)' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Services/Localization/MeasureUnits/Degrees.cs#L146
Nullability of reference types in return type of 'string? DmsMeasureUnit.GetErrorMessage(string? value)' doesn't match implicitly implemented member 'string IMeasureUnitItem<double>.GetErrorMessage(string? value)' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Services/Localization/MeasureUnits/Distance.cs#L54
Nullability of reference types in return type of 'string? DistanceMeasureUnitMeters.GetErrorMessage(string? value)' doesn't match implicitly implemented member 'string IMeasureUnitItem<double>.GetErrorMessage(string? value)' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Services/Localization/MeasureUnits/Distance.cs#L105
Nullability of reference types in return type of 'string? DistanceMeasureUnitNauticalMiles.GetErrorMessage(string? value)' doesn't match implicitly implemented member 'string IMeasureUnitItem<double>.GetErrorMessage(string? value)' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Services/Localization/MeasureUnits/Latitude.cs#L50
Nullability of reference types in return type of 'string? LatitudeUnitDeg.GetErrorMessage(string? value)' doesn't match implicitly implemented member 'string IMeasureUnitItem<double>.GetErrorMessage(string? value)' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Services/Localization/MeasureUnits/Latitude.cs#L98
Nullability of reference types in return type of 'string? LatitudeUnitDms.GetErrorMessage(string? value)' doesn't match implicitly implemented member 'string IMeasureUnitItem<double>.GetErrorMessage(string? value)' (possibly because of nullability attributes).