Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump FastExpressionCompiler from 5.0.0 to 5.0.1 in /src/HomeInventory (…
…#1073) Bumps [FastExpressionCompiler](https://github.com/dadhi/FastExpressionCompiler) from 5.0.0 to 5.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dadhi/FastExpressionCompiler/releases">FastExpressionCompiler's releases</a>.</em></p> <blockquote> <h2>v5.0.1 Bug-fix release</h2> <ul> <li>fix: <a href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/437">#437</a> Shared variables with nested lambdas returning incorrect values</li> <li>fix: <a href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/439">#439</a> Support unused Field access in Block</li> <li>fix: <a href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/440">#440</a> Errors with simplified Switch cases</li> <li>fix: <a href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/441">#441</a> Fails to pass Constant as call parameter by-reference</li> <li>fix: <a href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/442">#442</a> TryCatch and the Goto outside problems</li> <li>fix: <a href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/443">#443</a> Nested Calls with Lambda Parameters Throwing NotSupportedExpressionException</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/2a640ed7203b5c9888a70c90e267c0136dbcddba"><code>2a640ed</code></a> small thing</li> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/75e314e8ecd90dd68f5bfe8e21d2388d5a01827f"><code>75e314e</code></a> adding another test</li> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/e458d7d18f8a672e342be751b7e0c682b0b8c2ce"><code>e458d7d</code></a> fixed: <a href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/437">#437</a></li> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/327ce6cc809e9b4ee3d31847cde363e974123ac6"><code>327ce6c</code></a> introducing bitset to mark the mutated vars NonPassedParamMutatedIndexBits</li> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/5e7abc6e49bb5567f17d60bc4a4c1b3fa90961af"><code>5e7abc6</code></a> fix more</li> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/553f103cf973bf3f60d15c7c3a7bac81f0d9327e"><code>553f103</code></a> fix labels 2</li> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/03216bc948ae8489cf0274e0458b57072fe66b36"><code>03216bc</code></a> fix labels</li> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/1c9c4e1f8a7c68bf91063cb45c9843fb802f8629"><code>1c9c4e1</code></a> <a href="https://github.com/wip"><code>@wip</code></a> commenting branch thing</li> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/7371913dc2a8e87729254f5ab6792e4fff4ef200"><code>7371913</code></a> fix the LambdaVarIndex type to the NestedLambdaForNonPassedParams</li> <li><a href="https://github.com/dadhi/FastExpressionCompiler/commit/4fac73c4a74c202eaa7bc06e45960aa3b123e186"><code>4fac73c</code></a> Merge branch 'master' into wip-437</li> <li>Additional commits viewable in <a href="https://github.com/dadhi/FastExpressionCompiler/compare/v5.0.0...v5.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=FastExpressionCompiler&package-manager=nuget&previous-version=5.0.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information