Skip to content

Multi-Project App Template is not generating a solution file when used from CLI #21188

Open
@egvijayanand

Description

@egvijayanand

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

  • Create a Multi-Project App Template from CLI
  • No solution file to link the projects
dotnet new maui-multiproject -o MyApp

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

NA

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions