Skip to content

Refactor terminal startup method #116

Refactor terminal startup method

Refactor terminal startup method #116

Triggered via pull request October 5, 2024 11:45
Status Failure
Total duration 1m 12s
Artifacts

pack.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
pack: src/JSSoft.Terminals/SystemTerminalBase.cs#L56
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.
pack: src/JSSoft.Terminals/SystemTerminalBase.cs#L56
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.
pack: src/JSSoft.Terminals/SystemTerminalBase.cs#L56
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.
pack: src/JSSoft.Terminals/SystemTerminalBase.cs#L56
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.
pack
Process completed with exit code 1.