Skip to content

.NET 8 :soda: (#119) #343

.NET 8 :soda: (#119)

.NET 8 :soda: (#119) #343

Triggered via push December 13, 2023 20:17
Status Success
Total duration 48s
Artifacts

build-test.yml

on: push
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
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
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/AddFavoriteDialog.xaml.cs#L37
Dereference of a possibly null reference.
build: SS14.Launcher/Views/AddFavoriteDialog.xaml.cs#L37
Dereference of a possibly null reference.
build: SS14.Launcher/Views/AddFavoriteDialog.xaml.cs#L42
Possible null reference argument for parameter 'address' in 'bool DirectConnectDialog.IsAddressValid(string address)'.
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/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)'.
build: SS14.Launcher/Views/HubSettingsDialog.xaml.cs#L48
Possible null reference argument for parameter 'url' in 'bool HubSettingsViewModel.IsValidHubUri(string url)'.