我已经将我的Razor项目升级到.netStandard2.1到.net 6在我的更新之后我得到““namespace”是一个保留字,不能在隐式表达式中使用。必须使用显式表达式(“@()”)。“my _ViewImports.cshtml文件中出现构建错误。我尝试添加RazorSupportForMvc没有工作
yhqotfr81#
最后解决了这个问题,请参阅此线程。https://learn.microsoft.com/en-us/answers/questions/1102711/visualstudio-2022-1741-throws-the-namespace34-is-a.html?childToView=1102996#comment-1102996
1条答案
按热度按时间yhqotfr81#
最后解决了这个问题,请参阅此线程。
https://learn.microsoft.com/en-us/answers/questions/1102711/visualstudio-2022-1741-throws-the-namespace34-is-a.html?childToView=1102996#comment-1102996