Skip to content

feat: bump api version #12

feat: bump api version

feat: bump api version #12

Triggered via push May 27, 2024 12:23
Status Success
Total duration 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@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
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Asv.Mavlink
build: src/Asv.Drones.Gui.Api/Services/LogService/ILogService.cs#L11
Cannot convert null literal to non-nullable reference type.
build: src/Asv.Drones.Gui.Api/Services/LogService/ILogService.cs#L17
Cannot convert null literal to non-nullable reference type.
build: 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: 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: 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: 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: src/Asv.Drones.Gui.Api/Tools/Controls/Map/MapPageViewModel.cs#L216
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: src/Asv.Drones.Gui.Api/Tools/Controls/Attitude/AttitudeIndicator.axaml.cs#L593
Cannot convert null literal to non-nullable reference type.
build: src/Asv.Drones.Gui.Api/Tools/WindowHelper.cs#L70
Possible null reference argument for parameter 'visual' in 'Visual? VisualExtensions.GetVisualParent(Visual visual)'.
build: src/Asv.Drones.Gui.Api/Tools/WindowHelper.cs#L80
Dereference of a possibly null reference.
build
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/