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
@@ -1056,6 +1057,10 @@ public static IEnumerable<TestCaseData> TestCasesForWithCustomVariablesExpressio
1056
1057
yieldreturnnewTestCaseData("-x + +y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(15);
1057
1058
yieldreturnnewTestCaseData("(-x + +y)",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-,Parenthis").Returns(15);
<PackageReleaseNotes>* Add an event to customize the cast of a method argument
23
-
* Add 2 events ExpressionEvaluating and ExpressionEvaluated to hook easily each expression evaluation. Allow to modify expression to evaluate and the corresponding result.
24
-
* Correction of a bug in method call selection (dateTime.ToString(format) work again)</PackageReleaseNotes>
22
+
<PackageReleaseNotes>* Chain unary operators now works</PackageReleaseNotes>
0 commit comments