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
BREAKING CHANGES: Most recursive binary logic used in the CodeAnalysis and CodeCompiler has been modified to use iterations instead to avoid Stack Overflow error (Microsoft limitation when the Stack Trace is too big). Nothing change on your side, but the change is enough big to justify a major version.
We HIGHLY recommend that you test your expression when upgrading to the v4.0.0, we hope the new logic is working exactly like the old one.