增量构建aspnet_compiler [英] Incremental Build aspnet_compiler

查看:273
本文介绍了增量构建aspnet_compiler的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用aspnet_complier命令建站,第一次被编译完整的网站即所有页面,但该网站上修改后,它再次编译所有页面。这已被更改或修改过的页面应该只编译。

I am using aspnet_complier command for building website, first time it is compiling complete website i.e all pages, but after modification on the site, it is again compiling all the pages. It should compile only that pages that have been changed or modified.

和其他的东西结果
1)我怎样才能加快aspnet_compiler?结果
2)我如何能排除输出警告?

And other things are
1) How can i speed up the aspnet_compiler ?
2) how can i exclude warning from the output ?

请在相同的建议。

推荐答案

根据文档,你还可以添加新的源文件后重新编译到位的应用程序。除非你有该工具只编译新的或修改过的文件 -c 选项。

According to the documentation, "You can also recompile an application in place after adding new source files to it. The tool compiles only the new or changed files unless you include the -c option".

不幸的是,没有出现要隐藏的警告一个选项。

Unfortunately, there doesn't appear to be an option to hide warnings.

加快通过确保在运行它适当供电设备的过程。例如。一个SSD硬盘也许应该帮助。

Speed up the process by making sure the machine where you run it is appropriately powered. eg. an SSD disk should probably help.

这篇关于增量构建aspnet_compiler的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆