core
core copied to clipboard
Optimize WIG build time with dynamic assemblies
Create intermediate (generator) assembly as a dynamic assembly. Needs .NET 6 feature https://github.com/dotnet/runtime/pull/48072 so current experiment is going on a branch for revisiting later.
Sorry, this is open for now. However, there has been a WIG optimization: it all runs in the booster now with proper AssemblyLoadContext handling, I have seen a couple seconds improvement from this.