Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove solution files from maui templates #14033

Closed
mattjohnsonpint opened this issue Mar 17, 2023 · 1 comment · Fixed by #14215
Closed

Remove solution files from maui templates #14033

mattjohnsonpint opened this issue Mar 17, 2023 · 1 comment · Fixed by #14215
Labels
area-templates Project templates, Item Templates for Blazor and MAUI fixed-in-7.0.92 Look for this fix in 7.0.92! fixed-in-7.0.100 fixed-in-7.0.101 fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! proposal/open t/enhancement ☀️ New feature or request

Comments

@mattjohnsonpint
Copy link
Contributor

mattjohnsonpint commented Mar 17, 2023

Description

When creating a new .NET MAUI project from the command line with dotnet new maui (or dotnet new maui-blazor), the output includes a new solution file (ex., MyMauiApp.sln).

It should only create the project file. Solution files should not be created by project templates.

Public API Changes

No API changes. Just don't have a solution file in the project templates.

Intended Use-Case

I might already have a solution that consists of class libraries, test projects, and other applications. Adding a MAUI project to it should not generate a new solution file.

Consider that none of the other common .NET project templates include a solution file, such as console, web, wpf, winforms, ios, android, etc. The MAUI templates should be consistent.

Thanks.

@mattleibow mattleibow added the t/enhancement ☀️ New feature or request label Mar 17, 2023
@jfversluis
Copy link
Member

Maybe related to #13782?

@Eilon Eilon added the area-templates Project templates, Item Templates for Blazor and MAUI label Mar 20, 2023
@samhouts samhouts added the fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! label Apr 12, 2023
@samhouts samhouts added this to the .NET 8 milestone Apr 12, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 12, 2023
@samhouts samhouts modified the milestones: .NET 8, .NET 7 + Servicing Jul 10, 2023
@samhouts samhouts added the fixed-in-7.0.92 Look for this fix in 7.0.92! label Jul 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-templates Project templates, Item Templates for Blazor and MAUI fixed-in-7.0.92 Look for this fix in 7.0.92! fixed-in-7.0.100 fixed-in-7.0.101 fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! proposal/open t/enhancement ☀️ New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants