DevExpress DLLs and XSharp.MacroCompiler.Symbols
Posted: Mon Mar 21, 2022 11:35 am
Hello
after referencing the DLLs from the DevExpress Winforms library I noticed, that the memory consumption was notably higher. After investigating that fact in the Diagnostics Tools I saw, that the number of items in the Dictionary<string, XSharp.MacroCompiler.Symbol> increased from 13.000 to 40.000 items. I assume, that the macro compiler indexed all the types present in the DevExpress DLLs.
Is there a way to tell the MacroCompiler to not index certain DLLs?
kind regards
Volkmar
after referencing the DLLs from the DevExpress Winforms library I noticed, that the memory consumption was notably higher. After investigating that fact in the Diagnostics Tools I saw, that the number of items in the Dictionary<string, XSharp.MacroCompiler.Symbol> increased from 13.000 to 40.000 items. I assume, that the macro compiler indexed all the types present in the DevExpress DLLs.
Is there a way to tell the MacroCompiler to not index certain DLLs?
kind regards
Volkmar