Skip to content

Move DefaultError into Error #11

Move DefaultError into Error

Move DefaultError into Error #11

Triggered via push December 28, 2023 20:02
Status Success
Total duration 34s
Artifacts

build-test.yml

on: push
build-test
25s
build-test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build-test: src/Rascal.Tests/AsyncMappingTests.cs#L66
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-test: src/Rascal.Tests/AsyncMappingTests.cs#L66
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.