Skip to content

Bump NCalcSync from 6.4.0 to 7.1.0 - #58

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/NCalcSync-7.1.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/NCalcSync-7.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Pinned NCalcSync at 7.1.0.

Release notes

Sourced from NCalcSync's releases.

7.1.0

What's Changed

NCalc docs re-design

With the help of Hallmark. Check it here: https://ncalc.github.io/ncalc

New Contributors

Full Changelog: ncalc/ncalc@v7.0.2...v7.1.0

7.0.2

What's Changed

Full Changelog: ncalc/ncalc@v7.0.1...v7.0.2

7.0.1

What's Changed

Full Changelog: ncalc/ncalc@v7.0.0...v7.0.1

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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 10, 2026
@codacy-production

codacy-production Bot commented Aug 10, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: run a review on demand. To trigger the first review automatically, go to your organization or repository integration settings. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@dependabot
dependabot Bot force-pushed the dependabot/nuget/NCalcSync-7.1.0 branch from 27e4edc to 3cf05ec Compare August 28, 2026 19:19
---
updated-dependencies:
- dependency-name: NCalcSync
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/NCalcSync-7.1.0 branch from 3cf05ec to 2669418 Compare September 1, 2026 01:36
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #73.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/NCalcSync-7.1.0 branch September 14, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants