Skip to content

deps: Bump NCalcSync from 6.4.0 to 7.0.0 - #800

Merged
tylerkron merged 1 commit into
mainfrom
dependabot/nuget/Daqifi.Desktop/NCalcSync-7.0.0
Aug 3, 2026
Merged

tylerkron merged 1 commit into
mainfrom
dependabot/nuget/Daqifi.Desktop/NCalcSync-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Updated NCalcSync from 6.4.0 to 7.0.0.

Release notes

Sourced from NCalcSync's releases.

7.0.0

What's Changed

Breaking Changes

  • ExpressionContext now represents only per-evaluation runtime state. StaticParameters was renamed to Parameters, and Options, CultureInfo, MathHelperOptions, ComparisonOptions, and the implicit conversions from ExpressionOptions/CultureInfo were removed. Configure parsing and evaluation with ExpressionConfiguration instead.
  • ExpressionContext is no longer a record and all props are init only to incentive immutability.
  • Expression.Options no longer exposes the getter. It is kept only as a setter that replaces Expression.Configuration using ExpressionConfiguration.FromOptions(...). Use Expression.Configuration, Expression.ParserOptions, Expression.EvaluationOptions, Expression.CultureInfo, and Expression.Configuration.CacheEnabled.
  • Expression constructors and IExpressionFactory.Create now accept ExpressionConfiguration and CultureInfo.
  • Parameters, DynamicParameters, AsyncParameters, Functions, and AsyncFunctions on Expression no longer have setters. Mutate the dictionaries on Expression.Context or replace them through a new ExpressionContext.
  • LogicalExpressionArgumentSeparator was renamed to ArgumentSeparator.
  • LogicalExpressionParserOptions no longer exposes DecimalAsDefault and LongAsDefault. Use FloatingPointNumberType and IntegerNumberType.
  • LogicalExpressionParser.GetOrCreateExpressionParser now requires a CultureInfo, and LogicalExpressionParser.Parse accepts culture separately from parser options.
  • ILogicalExpressionFactory.Create now accepts LogicalExpressionParserOptions? and CultureInfo? instead of ExpressionOptions.
  • IEvaluationVisitorFactory, EvaluationVisitor, and AsyncEvaluationVisitor now require ExpressionEvaluationOptions and CultureInfo.
  • LogicalExpression extension methods Evaluate(...) and EvaluateAsync(...) were removed. Evaluate through Expression or instantiate the appropriate evaluation visitor.
  • ComparisonOptions was removed. Use StringComparer property.
  • MathHelperOptions was renamed to MathOptions.
  • LogicalExpressionParserContext was renamed to LogicalExpressionParseContext following Parlot convention
  • The NCalc.Antlr package/plugin was removed. Use the default Parlot parser or provide a custom ILogicalExpressionFactory.

Migration Guide: https://ncalc.github.io/ncalc/articles/project/migrate_v6_to_v7.html

Full Changelog: ncalc/ncalc@v6.4.0...v7.0.0

Commits viewable in compare view.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

---
updated-dependencies:
- dependency-name: NCalcSync
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from a team as a code owner August 1, 2026 06:38
@tylerkron
tylerkron added this pull request to the merge queue Aug 3, 2026
Merged via the queue into main with commit 29ee69e Aug 3, 2026
2 checks passed
@tylerkron
tylerkron deleted the dependabot/nuget/Daqifi.Desktop/NCalcSync-7.0.0 branch August 3, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant