windows-reactor inline bootstrap for framework-dependent apps - #4847
Conversation
windows-reactor: Inline bootstrap for framework-dependent apps
|
In #4848, For #4847, I suggest porting the direct package-resolution logic into the new centralized |
|
Kenny Kerr (@kennykerr) Sounds good, will port to #4848 |
5db79dc to
2023466
Compare
270b348 to
af58073
Compare
windows-reactor: Inline bootstrap for framework-dependent appswindows-reactor inline bootstrap for framework-dependent apps
This PR adds a new way to run framework-dependent apps: instead of needing a bootstrap DLL, the app now resolves and loads the Windows App Runtime framework package directly at startup. That means a cleaner dev experience (no build scripts needed for framework-dependent apps) and a smaller on-disk footprint (no additional DLL).