Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

add slander

add slander #3

Re-run triggered November 5, 2023 19:36
Status Failure
Total duration 2m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/create-release@v1. 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/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/Connector.cs#L228
Possible null reference argument for parameter 'account' in 'Task LoginManager.UpdateSingleAccountStatus(LoggedInAccount account)'.
build: SS14.Launcher/Models/Connector.cs#L653
Possible null reference argument for parameter 'process' in 'void Connector.PipeLogOutput(Process process)'.
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#L27
The field 'LoginManager._timer' is never used
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/Connector.cs#L228
Possible null reference argument for parameter 'account' in 'Task LoginManager.UpdateSingleAccountStatus(LoggedInAccount account)'.