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.
我了解默认情况下,Fody 将程序集编织为 Visual Studio 中的构建后步骤。
但是,我有一个自定义工具,可以使用 csc.exe(Roslyn 编译器)直接编译项目。是否可以将 Fody 作为可执行文件/服务而不是构建后步骤运行?
像这样的东西:fody.exe target.dll fody_settings.xml
fody.exe target.dll fody_settings.xml
试试这个
免责声明:虽然这些类是公开的,但这不被视为公开的 API。所以在次要版本中,这些类可能会改变。