ASP.NET核心RC2不使用dnx,如何使用ICompileModule?或者还有其他选择吗?
发布于 2016-07-13 16:50:03
此功能已在dotnet工具链中删除。
在github问题上:Preprocess files are beeing ignored大卫·福勒说:
,是的,这个功能已经死了,不幸的是它不会再回来了。
但似乎正在做一些绕过这个问题的工作:
的Roslyn源生成器特性工作实际上正在进行中
这是roslyn repo中的一个功能提案:[Proposal] enable code generating extensions to the compiler。还提到了Generators in the docs、一个Checklist of work和一个features/source-generators branch。
https://stackoverflow.com/questions/37365540
复制相似问题