Skip to content

Update nix package to 0.25.0 #346

Update nix package to 0.25.0

Update nix package to 0.25.0 #346

Triggered via pull request December 14, 2023 21:04
Status Success
Total duration 46s
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
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/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).