Visual Studio社区更新3中没有ASP.NET 5 /核心模板

时间:2022-08-31 08:55:51

I downloaded Visual Studio Community yesterday and installed it to try out .NET Core.

我昨天下载了Visual Studio社区并安装它以试用.​​NET Core。

Visual Studio社区更新3中没有ASP.NET 5 /核心模板

The Web template section shows the templates for Version 4 but only has one option 'Get ASP.NET 5 RC'.

Web模板部分显示版本4的模板,但只有一个选项“Get ASP.NET 5 RC”。

Here is what I have:

这是我有的:

Visual Studio社区更新3中没有ASP.NET 5 /核心模板

I have modified the installation and following what others have said online and updating the Web Tools with no success.

我修改了安装并遵循其他人在网上说的内容并更新了Web Tools但没有成功。

Any help is appreciated.

任何帮助表示赞赏。

Thanks in advance.

提前致谢。

1 个解决方案

#1


1  

Apart from Visual Studio, You have to download and install VS 2015 Tooling Preview 2.

除Visual Studio外,您还必须下载并安装VS 2015 Tooling Preview 2。

Steps are :

步骤是:

  1. Install Visual Studio 2015 Community with Update 3
  2. 使用Update 3安装Visual Studio 2015社区
  3. Download VS 2015 Tooling Preview 2 from Visual Studio Gallery.
  4. 从Visual Studio Gallery下载VS 2015 Tooling Preview 2。

Now when you will go to install the Tooling Preview, you will get the message that you need to install the VS 2015 Update 3, It's a known Bug. You have to install Tooling Preview from command line with command

现在,当您要安装工具预览时,您将收到安装VS 2015 Update 3所需的消息,这是一个已知的Bug。您必须使用命令从命令行安装工具预览

DotNetCore.1.0.0-VS2015Tools.Preview2.exe SKIP_VSU_CHECK=1

Just go in the folder and hit where Preview installer is.

只需进入文件夹,然后点击预览安装程序即可。

Once done restart Visual Studio and now you will have the Scaffolding options like Visual Studio社区更新3中没有ASP.NET 5 /核心模板

完成后重新启动Visual Studio,现在您将拥有类似的Scaffolding选项

#1


1  

Apart from Visual Studio, You have to download and install VS 2015 Tooling Preview 2.

除Visual Studio外,您还必须下载并安装VS 2015 Tooling Preview 2。

Steps are :

步骤是:

  1. Install Visual Studio 2015 Community with Update 3
  2. 使用Update 3安装Visual Studio 2015社区
  3. Download VS 2015 Tooling Preview 2 from Visual Studio Gallery.
  4. 从Visual Studio Gallery下载VS 2015 Tooling Preview 2。

Now when you will go to install the Tooling Preview, you will get the message that you need to install the VS 2015 Update 3, It's a known Bug. You have to install Tooling Preview from command line with command

现在,当您要安装工具预览时,您将收到安装VS 2015 Update 3所需的消息,这是一个已知的Bug。您必须使用命令从命令行安装工具预览

DotNetCore.1.0.0-VS2015Tools.Preview2.exe SKIP_VSU_CHECK=1

Just go in the folder and hit where Preview installer is.

只需进入文件夹,然后点击预览安装程序即可。

Once done restart Visual Studio and now you will have the Scaffolding options like Visual Studio社区更新3中没有ASP.NET 5 /核心模板

完成后重新启动Visual Studio,现在您将拥有类似的Scaffolding选项