bicep
bicep copied to clipboard
Failing test: Bump JsonPath.Net from 0.7.0 to 1.0.0
Bumps JsonPath.Net from 0.7.0 to 1.0.0.
Commits
892ec7dalign jsonlogic project file with othersc966314Merge pull request #59 from gregsdennis/json-logicfc8a4dacomplete logic docsf813873merging work from another computera723d7dstart on docs5e4c5bafix path to logic dll7bca79bupdate tests do to numberify41bf11dadd build steps; add test loggerf2e8844all tests pass;allmay require at least one truthy66df769defined remainder of operators- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Test this change out locally with the following install scripts (Action run 8423815176)
VSCode
- Mac/Linux
bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 8423815176 - Windows
iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 8423815176"
Azure CLI
- Mac/Linux
bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 8423815176 - Windows
iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 8423815176"
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Test Results
66 files - 33 66 suites - 33 23m 54s :stopwatch: - 17m 29s 10 719 tests + 5 10 712 :white_check_mark: ± 0 2 :zzz: ±0 5 :x: + 5 25 334 runs - 12 579 25 316 :white_check_mark: - 12 591 4 :zzz: - 2 14 :x: +14
For more details on these failures, see this check.
Results for commit 0148af50. ± Comparison against base commit 54042b3a.
:recycle: This comment has been updated with latest results.
Failed InvokeAsync_OnSuccess_ReturnsZero (System.IO.Abstractions.TestingHelpers.MockFileSystem,System.IO.Abstractions.TestingHelpers.MockFileSystem) [1 s]
Error Message:
Expected value to be 0, but found 1 (difference of 1).
Stack Trace:
at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message)
at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
at FluentAssertions.Execution.AssertionScope.FailWith(Func1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func1 failReasonFunc)
at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
at FluentAssertions.Numeric.NumericAssertions`2.Be(T expected, String because, Object[] becauseArgs)
at Bicep.RegistryModuleTool.IntegrationTests.Commands.GenerateCommandTests.InvokeAsync_OnSuccess_ReturnsZero(MockFileSystem fileSystemBeforeGeneration, MockFileSystem _) in /home/runner/work/bicep/bicep/src/Bicep.RegistryModuleTool.IntegrationTests/Commands/GenerateCommandTests.cs:line 28
Forcing rebuild
@dependabot recreate
Looks like JsonPath.Net is up-to-date now, so this is no longer needed.