Skip to content

Fix MacOS and Windows Builds #176

Fix MacOS and Windows Builds

Fix MacOS and Windows Builds #176

Triggered via pull request March 20, 2026 00:15
Status Success
Total duration 45s
Artifacts

build-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: SS14.Launcher/LauncherMessaging.cs#L142
Do not use 'sr.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
build: SS14.Launcher/ViewModels/Login/RegisterViewModel.cs#L54
Possible null reference assignment.
build: SS14.Launcher/ViewModels/Login/LoginViewModel.cs#L51
Possible null reference assignment.
build: SS14.Launcher/ViewModels/Login/ResendConfirmationViewModel.cs#L34
Possible null reference assignment.
build: SS14.Launcher/ViewModels/Login/ForgotPasswordViewModel.cs#L39
Possible null reference assignment.
build: SS14.Launcher/App.xaml.cs#L149
Unreachable code detected
build: SS14.Launcher/Models/Connector.cs#L358
Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
build: SS14.Launcher/Models/Connector.cs#L349
Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
build: SS14.Launcher/Utility/DynamicDataExt.cs#L26
The type 'TValue' cannot be used as type parameter 'TObject' in the generic type or method 'SourceCache<TObject, TKey>'. Nullability of type argument 'TValue' doesn't match 'notnull' constraint.
build: SS14.Launcher/Utility/DynamicDataExt.cs#L9
The type 'TValue' cannot be used as type parameter 'TObject' in the generic type or method 'IObservableCache<TObject, TKey>'. Nullability of type argument 'TValue' doesn't match 'notnull' constraint.