这个问题在这里已有答案:
我刚刚安装了Visual Studio 2019(完整版)和.NET Core 3.0 Preview 3,因此我可以测试Razor组件。在Get started with Razor Components page上,它说先决条件是.NET Core Preview 3和VS 2019 Preview。我认为VS 2019的完整版本(不是预览版)可以,但Razor组件没有模板(我甚至无法在该对话框窗口中选择.NET Core 3,就像在入门页面上所说的那样)。
我仍然可以使用dotnet new razorcomponents
创建Razor Components项目,但我不明白为什么没有模板,我真的必须安装VS 2019的预览版吗?或者是否有其他方法可以添加模板?
吉米指出这个问题是重复的:ASP.NET Core 3.0 not showing on Visual Studio 2019 RC
解决方案是去Tools
- > Options
- > Projects and Solutions
- > .NET Core
并打开Use previews of the .NET Core SDK
。