From 0bc3c8a698d4565288c4eca9867932ee3569f6b7 Mon Sep 17 00:00:00 2001 From: David Kean Date: Mon, 25 May 2026 10:16:13 +1000 Subject: [PATCH] NGEN EntityDesigner.dll at Pri3 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. --- setup/swix/files.swr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/swix/files.swr b/setup/swix/files.swr index 3028037a..1d276b5a 100644 --- a/setup/swix/files.swr +++ b/setup/swix/files.swr @@ -15,7 +15,7 @@ folder "InstallDir:\Common7\IDE" file source="$(OutputPath)\Microsoft.Data.Entity.Design.BootstrapPackage.dll" file source="$(OutputPath)\Microsoft.Data.Entity.Design.DatabaseGeneration.dll" file source="$(OutputPath)\Microsoft.Data.Entity.Design.dll" - file source="$(OutputPath)\Microsoft.Data.Entity.Design.EntityDesigner.dll" + file source="$(OutputPath)\Microsoft.Data.Entity.Design.EntityDesigner.dll" vs.file.ngen=yes vs.file.ngenPriority=3 file source="$(OutputPath)\Microsoft.Data.Entity.Design.Model.dll" file source="$(OutputPath)\Microsoft.Data.Entity.Design.Package.dll" file source="$(OutputPath)\Microsoft.Data.Entity.Design.VersioningFacade.dll"