6bee opened this issue 7 years ago · 1 comments
The following code results in a StackOverflowException:
StackOverflowException
Action a = delegate { }; new DynamicObject(a);
fixed in version 4.3.0-alpha-001
4.3.0-alpha-001
Note: Action and function delegates are not supported when targeting netstandard1.x.