what a fool, this isn't simple at all! #50
Annotations
15 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/create-release@v1, actions/setup-dotnet@v3, actions/upload-release-asset@v1. 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
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
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/Models/Connector.cs#L789
Possible null reference argument for parameter 'process' in 'void Connector.PipeLogOutput(Process process)'.
|
|
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/ViewModels/Login/ForgotPasswordViewModel.cs#L39
Possible null reference assignment.
|
|
build:
SS14.Launcher/ViewModels/Login/LoginViewModel.cs#L51
Possible null reference assignment.
|
|
build:
SS14.Launcher/ViewModels/Login/RegisterViewModel.cs#L54
Possible null reference assignment.
|
|
build:
SS14.Launcher/ViewModels/Login/ResendConfirmationViewModel.cs#L34
Possible null reference assignment.
|
|
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.
|