Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

All future generators that create multi-bot projects should generate a single sln file  #616

@gabog

Description

@gabog

When I run yo multi-bot TestMultiBot I end up with two solution files and each one references the underlying botproj:

Current file system layout:

image

calendar.sln

image

TestMultiBot.sln

image

Expected behavior

The normal flow for visual studio would be to create a single sln file with both project in it:

Expected file system layout:

image

Expected sln:

image

It is also important to note that calendar, does not follow C# naming guidelines and should have been Calendar (PascalCase) which result in improper namespaces:
image

Metadata

Metadata

Labels

Area: GeneratorsRelating to Yeoman generators.Size: SThe issue is simple and well understood, it will take a day or less to completeneeds-triageThe issue has just been created and it has not been reviewed by the team.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions