我正在玩刚刚发布的ASP.NET Core。我创建了一个新项目,正在查看project.json
。我想知道配置的这部分是什么:
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
}
最佳答案
这里有一个好消息对emitEntryPoint:What does compilationOptions.emitEntryPoint mean?
至于preserveCompilationContext,ASP.NET文档指出,为了编译 View ,它必须为true:https://docs.asp.net/en/latest/migration/rc1-to-rtm.html