dotnetclub-net / dotnetclub

dotnetclub.net 的源代码
https://dotnetclub.net
MIT License
259 stars 80 forks source link

从git拉取代码编译不通过,报错2017,无法指定/main #13

Closed madeinchinalmc closed 5 years ago

madeinchinalmc commented 6 years ago

问题:从github down代码后,执行./build --target=build-all命令报错,如果生成模块或库,则无法指定/main [your prj path/Discussion.Web.csproj ]

解决方案:编辑Discussion.Web项目,在Discussion.Web这一行下添加配置

PrecompilationTool

原因:新的razorsdk的问题,问题详情 -->https://github.com/aspnet/websdk/issues/350

jijiechen commented 5 years ago

现在通过相关的 Commit 应该已经修复https://github.com/jijiechen/dotnetclub/commit/2da1ddf00a0c7ba8b955ae04f6de13cc9dd1dc1f

这个问题是由于添加 StartupProject 配置而导致 附对应的英文错误提示:Cannot specify /main if building a module or library