BotBuilderCommunity / botbuilder-community-dotnet

Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
MIT License
281 stars 173 forks source link

Bot.Builder.Community.Components.Storage usage #403

Open srinaath opened 3 years ago

srinaath commented 3 years ago

On the latest Composer nightly (not that it matters), added the Storage Component through the package manager nuget feed. My bot is configured to use Cosmos DB. I tried reading a stored item and writing an item. Both the actions fail with the following error

Screen Shot 2021-05-18 at 5 21 00 PM
srinaath commented 3 years ago

@garypretty @Stevenic