Not being able to save dynamically generated assemblies to disk on .NET Core has made it impossible to run most DynamicProxy tests on that runtime, meaning we had an increasingly large blink spot regarding new runtime & C# language features. The availability of something like PersistedAssemblyBuilder (if it is what it looks like) means we can finally close that gap and run all DP tests on .NET Core.
A prerequisite for this is enabling .NET 9 or later as a TFM. There's ongoing work towards that direction, which should therefore be dealt with first.