microsoft / BotBuilder-Samples

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK!
https://github.com/Microsoft/botframework
MIT License
4.37k stars 4.87k forks source link

Move custom adapter samples to community #3713

Closed gabog closed 2 years ago

gabog commented 2 years ago

Summary

The custom adapters have been deprecated in https://github.com/microsoft/botbuilder-dotnet/pull/6137 and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/develop/libraries.

As part this issue, we should move the samples for the custom adapters to the community repo and remove the reference from the samples readme: https://github.com/microsoft/botbuilder-samples#custom-adapter-samples

mrivera-ms commented 2 years ago

[x] PR created: https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/pull/472 [x ] Delete samples from Samples repository pending merging PR above. [x ] Remove the reference from the Samples README.

JonathanFingold commented 2 years ago

@gabog , @mrivera-ms , Can we please also update https://github.com/Microsoft/botframework-sdk#channels-and-adapters. Also, this broke a couple articles.

gabog commented 2 years ago

Yes, we should update the docs, will ping you offline so we can scope the work.