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

[DO NOT MERGE] Ngen Microsoft.VisualStudio.SolutionPersistence.dll for msbuild.exe #11233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

YuliiaKovalova
Copy link
Member

Fixes #10847

Context

NGen is a tool that precompiles managed assemblies (e.g., .NET DLLs) into native machine code to improve runtime performance.
It creates "native images" stored in a system-wide cache, enabling faster application startup by skipping Just-In-Time (JIT) compilation.

Copy link
Contributor

Hello @YuliiaKovalova, I noticed that you’re changing an .swr file or any file under src/Package/MSBuild.VSSetup.. Please make sure to validate this change by an experimental VS insertion. This is accomplished by pushing to an exp/* branch, which requires write permissions to this repo.

@@ -39,7 +39,7 @@ folder InstallDir:\MSBuild\Current\Bin
file source=$(X86BinPath)BuildXL.Native.dll
file source=$(X86BinPath)BuildXL.Processes.dll
file source=$(X86BinPath)BuildXL.Utilities.Core.dll
file source=$(X86BinPath)Microsoft.VisualStudio.SolutionPersistence.dll
file source=$(X86BinPath)Microsoft.VisualStudio.SolutionPersistence.dll vs.file.ngenApplications="[installDir]\MSBuild\Current\Bin\MSBuild.exe" vs.file.ngenArchitecture=all vs.file.ngenPriority=1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I may want to change this like #11183, can we wait until I look into that?

@YuliiaKovalova YuliiaKovalova changed the title Ngen Microsoft.VisualStudio.SolutionPersistence.dll for msbuild.exe [DO NOT MERGE] Ngen Microsoft.VisualStudio.SolutionPersistence.dll for msbuild.exe Jan 8, 2025
@YuliiaKovalova YuliiaKovalova self-assigned this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ngen Microsoft.VisualStudio.SolutionPersistence.dll
3 participants