dotnet new sln
should be consistent with VS for new solutions and have only Debug and Release configurations for Any CPU as the default....
#2980
Labels
area: template-content
The issue is related to content of template packages managed in this repo (/template_feed)
breaking-change
Things that should be mentioned as breaking change in release notes.
good first issue
easy issue, good for first-time contribution to the repo
triaged
The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone
... or via some command switch (
-vsdefault
?). The projects I'm adding use the VS defaults, there is no need for any x86 or x64 platforms. If I dont remove the x86 and x64 platform records prior to opening the solution in VS, VS may add permutations for them to all of the projects in the solution. I dont want to do the former, but I really dont want to have to clean up the latter.This is not the same need as this issue, which is far more complex and wants a more complete management of build configurations and platforms.
The text was updated successfully, but these errors were encountered: