6bee/aqua-core

StackOverflowException when creating dynamic object from local delegate

6bee opened this issue · 1 comments

6bee commented

The following code results in a StackOverflowException:

Action a = delegate { };
new DynamicObject(a);
6bee commented

fixed in version 4.3.0-alpha-001

Note: Action and function delegates are not supported when targeting netstandard1.x.