Skip to content

Update version to 1.0.1 (#321) #33

Update version to 1.0.1 (#321)

Update version to 1.0.1 (#321) #33

Triggered via push July 24, 2024 11:28
Status Success
Total duration 3m 11s
Artifacts
build-and-release
2m 57s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
build-and-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/create-release@v1, 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 uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1, actions/create-release@v1, 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: src/Asv.Drones.Gui.Api/Shell/Menu/ShellMenuItem.cs#L23
Nullability of reference types in type of parameter 'value' of 'void ShellMenuItem.Parent.set' doesn't match implicitly implemented member 'void IShellMenuItem.Parent.set' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui.Api/Tools/Controls/Attitude/AttitudeIndicator.axaml.cs#L593
Cannot convert null literal to non-nullable reference type.
build-and-release: src/Asv.Drones.Gui.Api/Tools/ViewModel/IViewModelProvider.cs#L9
The type 'TView' cannot be used as type parameter 'TObject' in the generic type or method 'IChangeSet<TObject, TKey>'. Nullability of type argument 'TView' doesn't match 'notnull' constraint.
build-and-release: src/Asv.Drones.Gui.Api/Tools/Controls/Map/MapPageViewModel.cs#L238
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.Api/Tools/Controls/Indicators/ConnectionQuality.axaml.cs#L54
'ConnectionQuality.IconKindProperty' hides inherited member 'IndicatorBase.IconKindProperty'. Use the new keyword if hiding was intended.
build-and-release: src/Asv.Drones.Gui.Api/Tools/Controls/Indicators/ConnectionQuality.axaml.cs#L58
'ConnectionQuality.IconKind' hides inherited member 'IndicatorBase.IconKind'. Use the new keyword if hiding was intended.
build-and-release: src/Asv.Drones.Gui.Api/Services/Localization/MeasureUnitBase.cs#L93
Possible null reference argument for parameter 'value' in 'bool StringExtensions.IsNullOrWhiteSpace(string value)'.
build-and-release: src/Asv.Drones.Gui.Api/Tools/WindowHelper.cs#L70
Possible null reference argument for parameter 'visual' in 'Visual? VisualExtensions.GetVisualParent(Visual visual)'.
build-and-release: src/Asv.Drones.Gui.Api/Tools/WindowHelper.cs#L80
Dereference of a possibly null reference.
build-and-release: src/Asv.Drones.Gui.Api/Tools/WindowHelper.cs#L109
Nullability of reference types in type of parameter 'sender' of 'void WindowHelper.MouseDownHandler(object sender, PointerPressedEventArgs e)' doesn't match the target delegate 'EventHandler<PointerPressedEventArgs>' (possibly because of nullability attributes).
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/Shell/Pages/Vehicle/Params/VehicleParamsMenu.cs#L10
Nullability of reference types in type of parameter 'value' of 'void ShellMenuItem.Parent.set' doesn't match implicitly implemented member 'void IShellMenuItem.Parent.set' (possibly because of nullability attributes).
build-and-release
'SourceView.Name' hides inherited member 'StyledElement.Name'. Use the new keyword if hiding was intended.
build-and-release: src/Asv.Drones.Gui/Shell/Pages/Vehicle/QuickParams/VehicleQuickParamMenu.cs#L11
Nullability of reference types in type of parameter 'value' of 'void ShellMenuItem.Parent.set' doesn't match implicitly implemented member 'void IShellMenuItem.Parent.set' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Services/Plugins/LocalPluginInfo.cs#L36
Nullability of reference types in return type of 'string? LocalPluginInfo.SourceUri.get' doesn't match implicitly implemented member 'string ILocalPluginInfo.SourceUri.get' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/Services/Plugins/LocalPluginInfo.cs#L48
Nullability of reference types in return type of 'string? LocalPluginInfo.LoadingError.get' doesn't match implicitly implemented member 'string ILocalPluginInfo.LoadingError.get' (possibly because of nullability attributes).
build-and-release: src/Asv.Drones.Gui/App.axaml.cs#L39
Non-nullable field '_themes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-release: src/Asv.Drones.Gui/App.axaml.cs#L39
Non-nullable property 'CurrentTheme' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-release: src/Asv.Drones.Gui/MainWindow.axaml.cs#L98
Dereference of a possibly null reference.
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
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
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
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/