microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
860 stars 366 forks source link

Bot Framework Composer Command failed : dotnet build while creation of new empty bot #9738

Open Shailesh-TMO opened 2 months ago

Shailesh-TMO commented 2 months ago

When trying to create a new empty bot using Composer in C#, it is giving an error Command failed : dotnet build. Subsequently it is not creating any project inside the folder. But on the error message it is showing project file name (Test.csproj).

If anyone has faced this issue, please let me know the resolution. Your help would be great.