Open dcolleoni opened 1 year ago
when creating a disposable workspace, it must be explicitly disposed after its use: myWorkspace.Dispose() this allow to free up memory.
Start doing so in the test of ifrs17 to verify this behavior (check memory consumption). Then extend this to the importer methods
when creating a disposable workspace, it must be explicitly disposed after its use: myWorkspace.Dispose() this allow to free up memory.
Start doing so in the test of ifrs17 to verify this behavior (check memory consumption). Then extend this to the importer methods