gpt4 book ai didi

c# - VS 2015 中的 RazorEngine 模板 - 功能 'implicitly typed local variable' 在 c# 2 中不可用

转载 作者:可可西里 更新时间:2023-11-01 08:48:36 30 4
gpt4 key购买 nike

在我的 VS 2015 项目中打开 RazorEngine cshtml 模板文件时出现以下错误。

Feature 'implicitly typed local variable' is not available in c# 2. Please use language version 3 or greater.

模板编译正确,只是智能感知有问题。

项目设置为在构建时使用 .net 4.5。该应用程序也不是 ASP.Net,而是桌面应用程序。

intellisense在VS 2013中也能正常工作。升级到VS 2015后出现此问题。

有没有人有类似的问题,可以建议如何解决这个问题?

最佳答案

我能够通过将这些行添加到 app.config 文件来修复智能感知。进行更改后重新启动 Visual Studio。

<system.web>
<compilation debug="false" targetFramework="4.5.1" />
</system.web>

关于c# - VS 2015 中的 RazorEngine 模板 - 功能 'implicitly typed local variable' 在 c# 2 中不可用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42900687/

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