Skip to content

Avoid memory leaks within code generation

Compare
Choose a tag to compare
@jehugaleahsa jehugaleahsa released this 17 Sep 19:13
· 49 commits to master since this release

The code generation code was emitting code for the same types/mappings each time it was called, slowly using of memory. Instead of reusing the same dynamic assembly, a new one is created each time now.