dadhi/FastExpressionCompiler

ImTools should disable the nullable context

sebastienros opened this issue · 0 comments

I am using FastExpressionCompiler.Internal.src and it injects ImTools.cs if the project. While trying to use <Nullable>enable</Nullable> in the same project the compiler would fail on this file.

I believe it should include this to prevent the errors:

#nullable disable
...
#nullable restore