Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for persistent Generation Host #79

Closed
jeromelaban opened this issue Dec 6, 2018 · 0 comments · Fixed by #94
Closed

Add support for persistent Generation Host #79

jeromelaban opened this issue Dec 6, 2018 · 0 comments · Fixed by #94

Comments

@jeromelaban
Copy link
Member

I'm submitting a...

  • Feature request

Current behavior

The new Hosted Generation mode that uses out-of-process generation re-parses projects on each build, which can take a significant amont of build time.

It is important that a persistent process, such as "VBCSCompiler.exe" can stay in memory for as long as the msbuild processes that use it are running, so the parsed projects are kept in memory.

This feature is already implemented with the in-process model, via the reuse of AppDomains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant