Skip to content

NGEN EntityDesigner.dll at Pri3#93

Open
davkean wants to merge 1 commit into
dotnet:mainfrom
davkean:dev/davkean/ngen-entitydesigner
Open

NGEN EntityDesigner.dll at Pri3#93
davkean wants to merge 1 commit into
dotnet:mainfrom
davkean:dev/davkean/ngen-entitydesigner

Conversation

@davkean
Copy link
Copy Markdown
Member

@davkean davkean commented May 25, 2026

Add vs.file.ngen=yes vs.file.ngenPriority=3 to Microsoft.Data.Entity.Design.EntityDesigner.dll in setup/swix/files.swr.

This assembly is JIT'd on the main thread during WinForms designer toolbox scenarios (toolbox refresh when opening a designer with an EF model). NGEN at Pri3 eliminates the JIT cost for warm runs.

Add vs.file.ngen=yes vs.file.ngenPriority=3 to
Microsoft.Data.Entity.Design.EntityDesigner.dll. This assembly is
JIT'd on the main thread during WinForms designer toolbox scenarios
and NGEN eliminates the JIT cost for warm runs.
@davkean davkean requested a review from a team as a code owner May 25, 2026 00:17
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.

1 participant