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

Description
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:

calendar.sln

TestMultiBot.sln

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:

Expected sln:

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:
