Skip to content

Rename HasValue to IsOk #14

Rename HasValue to IsOk

Rename HasValue to IsOk #14

Triggered via pull request December 29, 2023 22:31
@thinker227thinker227
synchronize #2
rename
Status Success
Total duration 37s
Artifacts

build-test.yml

on: pull_request
build-test
27s
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.