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
278 stars 170 forks source link

HongWei tried to modified the Bot.Builder.Community.Storage.EntityFra… #507

Open hylinux opened 1 year ago

hylinux commented 1 year ago

since I working on my wechat project , I need use the storage for EFCore, make it works for sql Server, the old just support .net core 2.1, have to change a little. and make this work under .Net 6. In my .Net 6 project, it works now.

hylinux commented 1 year ago

hi, Some Comments:

since EntityFrameworkStore have very old EF Core version support, it totally not working with .Net 6 and new version EF Core , did some improvement for this part, please help to review. thanks