You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to v5.1, NCalc would treat + as string concatenation if the first argument was a string. Later versions changed this logic and while they did add options to control it, no combination of those options restored the old behavior.
The Tech Software fork exists to allow callers to opt-in to the old behavior.
Copy file name to clipboardExpand all lines: src/NCalc.Sync/NCalc.Sync.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
<!-- Unsigned Assembly Configuration -->
31
31
<PropertyGroupCondition=" '$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release' ">
32
32
<AssemblyName>NCalc.Sync</AssemblyName>
33
-
<PackageId>NCalcSync</PackageId>
33
+
<PackageId>TSNCalcSync</PackageId>
34
34
<Description>NCalc is a fast and lightweight expression evaluator library for .NET, designed for flexibility and high performance. It supports a wide range of mathematical and logical operations. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions. This package contains the unsigned assembly 'NCalc'. For the stronly signed assembly version of 'NCalc', see the NCalcSync.signed package.</Description>
0 commit comments