BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Convert existing Composer samples to new runtime

Open clearab opened this issue 3 years ago • 4 comments

In order to minimize disruption to the documentation team, and to facilitate moving towards a combined strategy for Composer and SDK samples, we need to convert all of the existing Composer samples to the new runtime:

https://github.com/microsoft/BotFramework-Composer/tree/main/extensions/samples/assets/projects

They should be removed from the code that ships with Composer, and for now put in the /experimental folder in the bobuilder-samples repository.

clearab avatar Apr 23 '21 16:04 clearab

I've created a branch in botbuilder-samples to home these and other samples. This doesn't need to be the final home or folder structure. Rather it's a starting point to collect them.

experimental/composer

https://github.com/microsoft/BotBuilder-Samples/tree/ComposerSamples

tracyboehrer avatar Apr 23 '21 18:04 tracyboehrer

Opening these in Composer will allow for them to be run, but there isn't a host app. Is this using the old runtime? If you then go to settings, and choose custom runtime, the old runtime is ejected.

tracyboehrer avatar Apr 27 '21 13:04 tracyboehrer

They'd all need to be converted to be consistent with <whatever format Composer samples are decided to have> - but at a minimum that will probably be converting to new runtime + app code

clearab avatar Apr 28 '21 19:04 clearab

Which I think you can actually do by just opening in Composer, and then ejecting the runtime? Not sure how that looks on disk.

clearab avatar Apr 28 '21 19:04 clearab