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
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
incomparisons when NoStringTypeCoercion is set by @cokert in Fix: Honor StringComparer atincomparisons when NoStringTypeCoercion is set ncalc/ncalc#614NCalc docs re-design
With the help of Hallmark. Check it here: https://ncalc.github.io/ncalc
New Contributors
incomparisons when NoStringTypeCoercion is set ncalc/ncalc#614Full Changelog: ncalc/ncalc@v7.0.2...v7.1.0
7.0.2
What's Changed
ExpressionContextby @gumbarros in Fix: Preserve dictionary comparers when copyingExpressionContextncalc/ncalc#608Full 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
ExpressionConfiguration,ExpressionEvaluationOptionsfor explicit configuration.FloatingPointNumberTypeandIntegerNumberTypeto configure parser number handling and string-to-number coercion in math helpers.Breaking Changes
ExpressionContextnow represents only per-evaluation runtime state.StaticParameterswas renamed toParameters, andOptions,CultureInfo,MathHelperOptions,ComparisonOptions, and the implicit conversions fromExpressionOptions/CultureInfowere removed. Configure parsing and evaluation withExpressionConfigurationinstead.ExpressionContextis no longer arecordand all props are init only to incentive immutability.Expression.Optionsno longer exposes the getter. It is kept only as a setter that replacesExpression.ConfigurationusingExpressionConfiguration.FromOptions(...). UseExpression.Configuration,Expression.ParserOptions,Expression.EvaluationOptions,Expression.CultureInfo, andExpression.Configuration.CacheEnabled.Expressionconstructors andIExpressionFactory.Createnow acceptExpressionConfigurationandCultureInfo.Parameters,DynamicParameters,AsyncParameters,Functions, andAsyncFunctionsonExpressionno longer have setters. Mutate the dictionaries onExpression.Contextor replace them through a newExpressionContext.LogicalExpressionArgumentSeparatorwas renamed toArgumentSeparator.LogicalExpressionParserOptionsno longer exposesDecimalAsDefaultandLongAsDefault. UseFloatingPointNumberTypeandIntegerNumberType.LogicalExpressionParser.GetOrCreateExpressionParsernow requires aCultureInfo, andLogicalExpressionParser.Parseaccepts culture separately from parser options.ILogicalExpressionFactory.Createnow acceptsLogicalExpressionParserOptions?andCultureInfo?instead ofExpressionOptions.IEvaluationVisitorFactory,EvaluationVisitor, andAsyncEvaluationVisitornow requireExpressionEvaluationOptionsandCultureInfo.LogicalExpressionextension methodsEvaluate(...)andEvaluateAsync(...)were removed. Evaluate throughExpressionor instantiate the appropriate evaluation visitor.ComparisonOptionswas removed. UseStringComparerproperty.MathHelperOptionswas renamed toMathOptions.LogicalExpressionParserContextwas renamed toLogicalExpressionParseContextfollowing Parlot conventionNCalc.Antlrpackage/plugin was removed. Use the default Parlot parser or provide a customILogicalExpressionFactory.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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