Skip to content

Upgrade to Avalonia 11 #326

Upgrade to Avalonia 11

Upgrade to Avalonia 11 #326

Triggered via pull request November 1, 2023 19:33
Status Success
Total duration 1m 1s
Artifacts

build-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: SS14.Launcher/Views/MainWindowTabs/OptionsTabView.xaml.cs#L44
Possible null reference argument for parameter 'owner' in 'Task Window.ShowDialog(Window owner)'.
build: SS14.Launcher/Views/MainWindowTabs/HomePageView.xaml.cs#L49
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
build: SS14.Launcher/Views/MainWindowTabs/HomePageView.xaml.cs#L51
'FileDialogFilter' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
build: SS14.Launcher/Views/IconLabel.cs#L13
Nullability of reference types in value of type 'StyledProperty<object?>' doesn't match target type 'StyledProperty<object>'.
build: SS14.Launcher/Views/IconLabel.cs#L16
Nullability of reference types in value of type 'StyledProperty<IDataTemplate?>' doesn't match target type 'StyledProperty<IDataTemplate>'.
build: SS14.Launcher/Views/HubSettingsDialog.xaml.cs#L48
Possible null reference argument for parameter 'url' in 'bool HubSettingsViewModel.IsValidHubUri(string url)'.
build: SS14.Launcher/Views/DungSpinner.xaml.cs#L51
'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform'
build: SS14.Launcher/Views/DungSpinner.xaml.cs#L60
'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform'
build: SS14.Launcher/Views/DirectConnectDialog.xaml.cs#L29
Nullability of reference types in type of parameter 'address' of 'bool DirectConnectDialog.IsAddressValid(string address)' doesn't match the target delegate 'Func<string?, bool>' (possibly because of nullability attributes).
build: SS14.Launcher/Views/DirectConnectDialog.xaml.cs#L56
Possible null reference argument for parameter 'address' in 'bool DirectConnectDialog.IsAddressValid(string address)'.