[Bug] Creating a new solution from VS with "place solution and project in the same directory" makes an empty .sln #2390
Labels
area-templates
Project templates, Item Templates for Blazor and MAUI
Milestone
Description
Creating a new MAUI or MAUI Blazor app using "File | New Project..." in Visual Studio 2022 Preview 4 and checking the "place solution and project in the same directory" checkbox results in a .sln that does not link to the .csproj
Steps to Reproduce
bloom4.sln
:Expected Behavior
A solution with a single project in it.
Actual Behavior
A solution with zero projects in it.
Basic Information
Version with issue: .NET 6 RC1 6.0.100-rc.1.21453.13 / Maui templates are microsoft.maui.templates.6.0.100-rc.1.1599.nupkg as far as I can tell
Last known good version: unknown
IDE: Version 17.0.0 Preview 4.0 [31702.391.main]
Platform Target Frameworks:
Android Support Library Version:
Nuget Packages:
Affected Devices:
Screenshots
Reproduction Link
Workaround
Right click on the solution, "Add | Existing Project..." and add the .csproj to it. All the files are there, the .csproj just isn't linked to the solution
The text was updated successfully, but these errors were encountered: