This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
fluff #49
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/Models/Connector.cs#L228
Possible null reference argument for parameter 'account' in 'Task LoginManager.UpdateSingleAccountStatus(LoggedInAccount account)'.
|
build:
SS14.Launcher/ViewModels/MainWindowTabs/OptionsTabViewModel.cs#L109
Dereference of a possibly null reference.
|
build:
SS14.Launcher/ViewModels/MainWindowTabs/OptionsTabViewModel.cs#L112
Dereference of a possibly null reference.
|
build:
SS14.Launcher/Models/Logins/LoginManager.cs#L85
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
SS14.Launcher/Models/Logins/LoginManager.cs#L27
The field 'LoginManager._timer' is never used
|
build:
SS14.Launcher/Models/Connector.cs#L228
Possible null reference argument for parameter 'account' in 'Task LoginManager.UpdateSingleAccountStatus(LoggedInAccount account)'.
|
build:
SS14.Launcher/ViewModels/MainWindowTabs/OptionsTabViewModel.cs#L109
Dereference of a possibly null reference.
|
build:
SS14.Launcher/ViewModels/MainWindowTabs/OptionsTabViewModel.cs#L112
Dereference of a possibly null reference.
|
build:
SS14.Launcher/Models/Logins/LoginManager.cs#L85
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
SS14.Launcher/Models/Logins/LoginManager.cs#L27
The field 'LoginManager._timer' is never used
|