摘要: 在 Asp.net Core 3.0 之后,运行时编译是使用 microsoft. aspnetcore.mvc .razor.Runtime 编译包启用的。要启用运行时编译,应用程序必须: 添加Nuget 包 Install the Microsoft.AspNetCore.Mvc.Razor.R 阅读全文
posted @ 2022-03-21 21:12 weichangk 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 一、安装各种强大的VS Code插件 C# extension for Visual Studio Code 这个插件最重要的功能: Lightweight development tools for .NET Core. Great C# editing support, including Sy 阅读全文
posted @ 2022-03-21 21:06 weichangk 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: 问题原因大概时文件夹中可能有多个解决方案,需要指定到具体解决方案下转到定义等功能才能生效 使用快捷键 ctrl-shift-P 输入 OmniSharp: Select Project 切换到具体的解决方案(.sln)即可 阅读全文
posted @ 2022-03-21 16:40 weichangk 阅读(95) 评论(0) 推荐(0) 编辑