microsoft / BotFramework-DirectLine-DotNet

C# client library for Microsoft Bot Framework's Direct Line protocol
MIT License
27 stars 37 forks source link

DirectLine client uses a deprecated dependency Microsoft.Rest.ClientRuntime #40

Open yoPCix opened 3 months ago

yoPCix commented 3 months ago

DirectLine client (libraries/Microsoft.Bot.Connector.DirectLine.csproj) uses a deprecated package Microsoft.Rest.ClientRuntime

It is suggested to use Azure.Core instead, but there is no migration path available. The fastest way seems to be to re-generate the API client code using AutoRest, but I didn't manage to plug it all back into the main codebase.