Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个基于原始 IL 的 .NET 方法。我想将独立的新创建的方法包装到 .NET 程序集中,并将该程序集作为foo.dll文件写入磁盘,然后将该程序集提供给PEVerify或ILVerify。事实上,在调试大型定制 IL 序列时,这些工具非常宝贵。
foo.dll
有谁知道如何使用 .NET Core 做到这一点?
这个问题似乎已经悬而未决了将近 4 年。最后,我们推出了自己的针对 .NET Core的AssemblyBuilder.Save的开源替代方案。