带有ASP.NET Core的ICompileModule(RC2)

时间:2016-05-21 16:37:03

标签: asp.net-core asp.net-core-1.0 aspnet-compiler

ASP.NET Core RC2不使用dnx,我如何使用ICompileModule?还是有替代方案吗?

1 个答案:

答案 0 :(得分:2)

此功能已在dotnet工具链中删除。

在github问题中:Preprocess files are beeing ignored David Fowler说:

  

是的,这个功能已经死了,不幸的是不会回来。

但似乎有些工作正在解决这个问题:

  

Roslyn源生成器功能工作实际上正在进行中

以下是roslyn repo中的功能提案:[Proposal] enable code generating extensions to the compiler。还提到Generators in the docsChecklist of workfeatures/source-generators branch