mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

Consider shipping MEF cache with the app bundle #5434

Open Therzok opened 6 years ago

Therzok commented 6 years ago

Currently, when a new VSMac is run after being installed, the MEF cache will need to be constructed, delaying the startup by a few seconds

VS bug #650171

Therzok commented 5 years ago

It is doable, but there's a quirk. If the mono version on CI does not match the one installed on the user's machine, the cache will not be valid.

Therzok commented 5 years ago

This depends on bundling mono with the app bundle, which I don't think fits the 8.0 milestone.