验证使用 MSbuild 编译的 ASPX 文件中的 Scriptlet
有时,在进行一些重构并且我们成功构建后,一些使用 scriptlet 的遗留代码无法在运行时编译。 如果有一种方法可以验证 scriptlet 将使用 msbuild 进行编译,我希望如此。
这就是 aspnet_compiler 的用途吗?
谢谢
Sometimes after some refactoring occurs, and we produce a successful build, some legacy code using scriptlets fails to compile on runtime. I would like it if there was a way that I can verify that scriptlets will compile using msbuild.
Is that what aspnet_compiler is for?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为即使是 aspnet_compiler.exe 工具也不会抱怨这一点。 我不确定避免这种情况的最佳方法。
Sayed Ibrahim Hashimi
我的书:Microsoft 构建引擎内部:使用 MSBuild 和 Team Foundation Build
I think that even the aspnet_compiler.exe tool will not complain about that. I'm not sure the best approach to avoid that.
Sayed Ibrahim Hashimi
My Book: Inside the Microsoft Build Engine : Using MSBuild and Team Foundation Build