gpt4 book ai didi

asp.net-mvc-3 - 如何强制 MVC View 错误使项目编译失败?

转载 作者:行者123 更新时间:2023-12-04 22:33:31 24 4
gpt4 key购买 nike

目前,当我编译时,我在编译窗口中看不到 cshtml View 中的任何错误。

只有当我打开 View 时,我才能看到红线下划线的问题。就是这样。

如果 View 中有错误,我需要我的编译失败。

谢谢。

最佳答案

在记事本中打开 csproj 文件并将 MvcBuildViews 属性更改为 true。

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<!-- other properties ... -->
<MvcBuildViews>true</MvcBuildViews>
<!-- the rest of your project file ... -->

关于asp.net-mvc-3 - 如何强制 MVC View 错误使项目编译失败?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14760549/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com