microsoft / BotFramework-WeChat

WeChat Adapter for BotFramework
MIT License
64 stars 23 forks source link

Duplicate of QueuedHostedService and IBackgroundTaskQueue #11

Closed xieofxie closed 4 years ago

xieofxie commented 4 years ago

So we have two versions of each: https://github.com/microsoft/botframework-solutions/blob/11efb3988a51c53b1012488b6b94356661d11dee/lib/csharp/microsoft.bot.builder.solutions/microsoft.bot.builder.solutions/TaskExtensions/QueuedHostedService.cs & https://github.com/microsoft/BotFramework-WeChat/blob/master/libraries/csharp_dotnetcore/Microsoft.Bot.Builder.Adapters.WeChat/QueuedHostedService.cs. Do we do it on purpose or will they be merged into sdk in the future?

youyu16 commented 4 years ago

Please use the full name of these classes, like Microsoft.Bot.Builder.Adapters.WeChat.QueuedHostedService & Microsoft.Bot.Builder.Solutions.TaskExtensions.QueuedHostedService