Multi-Project App Template is not generating a solution file when used from CLI #21188
Labels
area-templates
Project templates, Item Templates for Blazor and MAUI
platform/android 🤖
platform/iOS 🍎
platform/macOS 🍏
macOS / Mac Catalyst
platform/windows 🪟
t/bug
Something isn't working
Milestone
Description
.NET MAUI Multi-Project App Template is not generating a solution file when used from CLI
Since it's a multi-project, a solution file is necessary to link the projects.
This is occurring in .NET MAUI on .NET 9 Preview 2 (9.0.0-preview.2.10293). That particular version is not available in the Version with bug field. Have selected Unknown/Other.
Steps to Reproduce
Link to public reproduction project repository
Default template itself is suffice, no authored code
Version with bug
Unknown/Other
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows, macOS
Affected platform versions
All platforms
Did you find any workaround?
Manually add a solution file and link the platform projects and the shared class library. An unnecessary work.
Relevant log output
The text was updated successfully, but these errors were encountered: