Skip to content

fix: Update API version and add GitHub actions workflow #20

fix: Update API version and add GitHub actions workflow

fix: Update API version and add GitHub actions workflow #20

Triggered via push September 16, 2024 04:29
Status Failure
Total duration 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@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: src/Asv.Drones.Gui.Api/obj/Release/net8.0/Asv.Drones.Gui.Api.AssemblyInfo.cs#L17
The specified version string '1.0.4-dev' does not conform to the recommended format - major.minor.build.revision
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/Controls/Indicators/ConnectionQuality.axaml.cs#L53
'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#L57
'ConnectionQuality.IconKind' hides inherited member 'IndicatorBase.IconKind'. Use the new keyword if hiding was intended.
build: src/Asv.Drones.Gui.Api/Services/Localization/MeasureUnitBase.cs#L91
Nullability of reference types in return type of 'string? DoubleMeasureUnitItem<TEnum>.GetErrorMessage(string? value)' doesn't match implicitly implemented member 'string IMeasureUnitItem<double>.GetErrorMessage(string? value)' (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/Attitude/AttitudeIndicator.axaml.cs#L593
Cannot convert null literal to non-nullable reference type.
build: 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: src/Asv.Drones.Gui.Api/Services/Localization/MeasureUnitBase.cs#L16
'ConfigurationHelper.Get<TPocoType>(IConfiguration, string, TPocoType)' is obsolete: 'Use Get<TPocoType>(string key, Lazy<TPocoType> defaultValue)'
build: src/Asv.Drones.Gui.Api/Tools/WindowHelper.cs#L70
Possible null reference argument for parameter 'visual' in 'Visual? VisualExtensions.GetVisualParent(Visual visual)'.