You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous versions of Composer would include the runtime code in every new project, resulting in a folder structure like "MyBot/proj.cs" and "MyBot/ComposerDialogs/Main.dialog"
Newer versions of Composer do not include runtime code, resulting in a much flatter structure.
We should update this behavior to recognize both as bot projects, and, in connection with the runtime settings page (#2470) automatically configure legacy projects to use their locally packaged runtime when testing
Detect both file structures as "bot projects" (do not require opening ComposerDialogs directly)
When a bot project contains a ComposerDialogs folder, if custom runtime settings are absent, automatically route user to the /settings/runtime page and pre-fill the location and start command with the known location of the runtime
The text was updated successfully, but these errors were encountered:
Previous versions of Composer would include the runtime code in every new project, resulting in a folder structure like "MyBot/proj.cs" and "MyBot/ComposerDialogs/Main.dialog"
Newer versions of Composer do not include runtime code, resulting in a much flatter structure.
We should update this behavior to recognize both as bot projects, and, in connection with the runtime settings page (#2470) automatically configure legacy projects to use their locally packaged runtime when testing
The text was updated successfully, but these errors were encountered: