1. In .NET 8, we finally get a way to save the Assembly. See [AssemblyBuilderImpl](https://github.com/dotnet/runtime/issues/15704#issuecomment-1644571703) 2. As for the missing of **CompileToMethod**, we may use [this library](https://github.com/yantrajs/yantra/wiki/Expression-Compiler) as a workaround?