-
-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Description
I want to use FEC in my serializer.
However there are multiple cases where FEC seems to have problems with ref parameters.
How to reproduce:
- Clone Ceras
- Add conditional symbol
FAST_EXP
in the project options (will enable FEC inDynamicObjectFormatter
andReferenceFormatter
) - Start the "LiveTesting" project, if everything works it will run through with no exceptions or asserts getting triggered.
Specifically the delegates from FEC crash with null reference exceptions while trying to use (write, read) a ref variable. When compiling the expressions normally, everything works fine.
dzmitry-lahoda