-
Replace AppDomain.CurrentDomain with AssemblyBuilder (#5284)
发布于
2021-02-09 21:37:39 +00:00 | 2542 次提交 在此版本后已推送到 master-
.NET Core/5.0 will not compile when calling
AppDomain.CurrentDomain.DefineDynamicAssembly() since it was removed
in .NET Core.AssemblyBuilder replaces this specific functionality since
AppDomains were deprecated in .NET Core
下载附件
-