Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

Bump the all-dependencies group with 3 updates - #396

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/all-dependencies-ab6d4e1e8b
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/all-dependencies-ab6d4e1e8b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated MSTest.TestAdapter from 4.3.2 to 4.3.3.

Release notes

Sourced from MSTest.TestAdapter's releases.

4.3.3

See the release notes here

Commits viewable in compare view.

Updated MSTest.TestFramework from 4.3.2 to 4.3.3.

Release notes

Sourced from MSTest.TestFramework's releases.

4.3.3

See the release notes here

Commits viewable in compare view.

Updated NCalcSync from 6.4.0 to 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.

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps MSTest.TestAdapter from 4.3.2 to 4.3.3
Bumps MSTest.TestFramework from 4.3.2 to 4.3.3
Bumps NCalcSync from 6.4.0 to 7.1.0

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: MSTest.TestFramework
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: NCalcSync
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants