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
Add useTryCatchForNulls defaulting to true to all public methods using GetExpressionForRule
Remove default value from private and protected methods to ensure useTryCatch is always set for BuildExpr
in
MRE.cs
approx line 346,BuildExpr
fails to passuseTryCatch
causing complex nested rules to use the incorrect (whenuseTryCatch = false
) values.The text was updated successfully, but these errors were encountered: