05-20-2023, 10:35 PM
How to accelerate the startup speed of LA?
Linqpad can accelerate startup speed through the following methods
Linqpad can accelerate startup speed through the following methods
Quote:You can improve startup performance by generating native images for the Roslyn assemblies.
To do this, open the administrator command prompt, and call:
LINQPad.exe -ngen
This generates local native images that will be used by both LPRun.exe and LINQPad.exe.
It does not install anything to the GAC.