aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 123 forks source link

VS 2017 RC - 2 "General" tabs in publish profile Properties page #952

Closed scottaddie closed 7 years ago

scottaddie commented 7 years ago

Create a new ASP.NET Core 1.1 Web Application targeting .NET Core using the project template. Right-click the project in Solution Explorer, and create a new publish profile using the Folder publish target. Right-click the resulting .pubxml file, and select Properties. Notice that the Configuration Properties/General tab appears twice:

general_tab

It's also interesting that the content of each of the 2 General tabs is slightly different. Here's tab 1: general_tab_1

Here's tab 2: general_tab_2

mlorbetske commented 7 years ago

TFS Bug#369161

mlorbetske commented 7 years ago

@BillHiebert any idea what would cause this?

scottaddie commented 7 years ago

I also see 2 General tabs in the Properties page of the following file in the aspnet/Scaffolding repo: src\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\Templates\ViewGenerator\Edit.cshtml

srivatsn commented 7 years ago

This issue was moved to dotnet/roslyn-project-system#1330