Skip to content

Refactor terminal startup method #87

Refactor terminal startup method

Refactor terminal startup method #87

Triggered via pull request October 5, 2024 11:46
Status Failure
Total duration 48s
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: 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.
build: 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.
build
Process completed with exit code 1.