Skip to content

Solution launch profile has incorrect name #14097

Open
@TPIvan

Description

@TPIvan

Describe the bug
When a project is created in Visual Studio the created .slnLaunch.user has name of created project not the name of created .sln. The consequence is that the launch configurations (e.g. "Microsoft Teams (browser)") are not available.
Example:
I am creating project called EchoBot in solution EchoBotSolution so my .sln is EchoBotSolution.sln and EchoBotSolution.slnLaunch.user should be created but EchoBot.slnLaunch.user is created instead.

To Reproduce
Steps to reproduce the behavior:

  1. Open New instance of Visual Studio
  2. Click on 'Create a new project'
  3. Select 'Microsoft 365 Agents'
  4. On 'Configure your new project' screen uncheck 'Place solution and project in the same directory', set 'Project name' EchoBot, 'Solution name' EchoBotSolution
  5. Press Create
  6. Select App type 'Echo Bot' and press Create
  7. In the Visual Studio which opens check Configuration dropdown. "Microsoft Teams (browser)" and other configurations are missing
  8. Check the solution folder here you see files EchoBotSolution.sln and EchoBot.slnLaunch.user

Expected behavior
Configuration contains "Microsoft Teams (browser)" . So the files in solution folder should be EchoBotSolution.sln and EchoBotSolution.slnLaunch.user

Screenshots
Image

Visual Studio Extension Information (please complete the following information):

  • OS: [Windows]
  • Version [Version 10.0.19045 Build 19045]
  • Visual Studio Version 17.14.3

CLI Information (please complete the following information):

  • OS: [Windows]
  • Version [Version 10.0.19045 Build 19045]

Metadata

Metadata

Labels

TA:E2ETeam Area: E2EbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions