Skip to content

Conversation

@tydunkel
Copy link
Contributor

Summary of the changes

VS 2026 is focused on improving startup time. To do this, we are changing ngen priorities so only assemblies with large JIT time during startup are priority 2.

This change updates the priorities of Microsoft.CodeAnlysis.Razor.Complier.dll and Microsoft.VisualStudio.LanguageServices.Razor.dll to be priority 2 since they were not a part of the startup trace of VS 2026.

@tydunkel tydunkel requested a review from a team as a code owner September 22, 2025 22:20
@davidwengier
Copy link
Member

@tydunkel do you want this in preview 2?

@tydunkel
Copy link
Contributor Author

If possible, yes. I can drive an insertion if needed

@davidwengier
Copy link
Member

/backport to release/dev18.0

@davidwengier davidwengier merged commit 5d6412e into dotnet:main Sep 23, 2025
11 checks passed
@github-actions
Copy link
Contributor

Started backporting to release/dev18.0: https://github.com/dotnet/razor/actions/runs/17956306754

@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Sep 23, 2025
davidwengier added a commit that referenced this pull request Sep 23, 2025
Backport of #12252 to release/dev18.0

/cc @davidwengier @tydunkel

## Customer Impact

## Regression

- [ ] Yes
- [ ] No

[If yes, specify when the regression was introduced. Provide the PR or
commit if known.]

## Testing

[How was the fix verified? How was the issue missed previously? What
tests were added?]

## Risk

[High/Medium/Low. Justify the indication by mentioning how risks were
measured and addressed.]
@davidwengier
Copy link
Member

https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/673090 is the insertion containing this change for preview 2

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 this pull request may close these issues.

2 participants