Skip to content

Refactor SelectorParser.fs to support parsing child selectors #24

Refactor SelectorParser.fs to support parsing child selectors

Refactor SelectorParser.fs to support parsing child selectors #24

Triggered via pull request February 12, 2024 17:29
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: tests/Hox.Tests/Parser.fs#L398
Incomplete pattern matches on this expression. For example, the value '[_;_;_;_]' may indicate a case not covered by the pattern(s).
build: tests/Hox.Tests/DSL.fs#L34
Incomplete pattern matches on this expression. For example, the value 'AsyncNode (_)' may indicate a case not covered by the pattern(s).
build: tests/Hox.Tests/DSL.fs#L92
Incomplete pattern matches on this expression. For example, the value 'AsyncNode (_)' may indicate a case not covered by the pattern(s).
build: tests/Hox.Tests/DSL.fs#L148
Incomplete pattern matches on this expression. For example, the value 'AsyncNode (_)' may indicate a case not covered by the pattern(s).
build: tests/Hox.Tests/DSL.fs#L369
Incomplete pattern matches on this expression. For example, the value 'AsyncNode (_)' may indicate a case not covered by the pattern(s).
build: tests/Hox.Tests/DSL.fs#L411
Incomplete pattern matches on this expression. For example, the value 'AsyncNode (_)' may indicate a case not covered by the pattern(s).
build: tests/Hox.Tests/DSL.fs#L492
Incomplete pattern matches on this expression. For example, the value 'AsyncNode (_)' may indicate a case not covered by the pattern(s).
build: tests/Hox.Tests/DSL.fs#L759
Incomplete pattern matches on this expression. For example, the value 'AsyncAttribute (_)' may indicate a case not covered by the pattern(s).
build: tests/Hox.Tests/DSL.fs#L789
Incomplete pattern matches on this expression. For example, the value 'Attribute (_)' may indicate a case not covered by the pattern(s).
build: tests/Hox.Tests/DSL.fs#L831
Incomplete pattern matches on this expression. For example, the value 'AsyncAttribute (_)' may indicate a case not covered by the pattern(s).