OfficeDev / teams-toolkit

Developer tools for building Teams apps
Other
436 stars 171 forks source link

Upgrade Microsoft.Bot.Builder to latest version #11677

Open gbmarimuthu opened 2 months ago

gbmarimuthu commented 2 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Please Upgrade the Microsoft.Bot.Builder, Microsoft.Bot.Builder.Integration.AspNet.Core package reference to latest. Getting Build errors while using with latest version of Microsoft.Bot.Builder

Describe the solution you'd like A clear and concise description of what you want to happen. Upgrade Microsoft.Bot.Builder and Microsoft.Bot.Builder.Integration.AspNet.Core packages

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

summzhan commented 1 month ago

@gbmarimuthu Hi, your suggestion has been well received. We have created feature to track this update. Will keep you notified when updates applied in new release. Hope you having fun with Teams Toolkit for Visual Studio.

summzhan commented 1 month ago

@xiaolang124 can follow up on this.

Mertsch commented 1 week ago

https://github.com/microsoft/botbuilder-dotnet/releases/tag/4.22.7 Still missing out!

xiaolang124 commented 1 week ago

For now, you can manually update the Microsoft.Bot.Builder version using NuGet Manager in Visual Studio. We will update this version later. Thanks for reporting.

Mertsch commented 6 days ago

For now, you can manually update the Microsoft.Bot.Builder version using NuGet Manager in Visual Studio. We will update this version later. Thanks for reporting.

This is not an option since the reference from TeamsFx conflicts with Microsoft.Bot.Builder.

Simon-Gregory-LG commented 6 days ago

For now, you can manually update the Microsoft.Bot.Builder version using NuGet Manager in Visual Studio. We will update this version later. Thanks for reporting.

Can also confirm this is not an option due to dependency conflict - see https://github.com/microsoft/botbuilder-dotnet/issues/6797 for the issue.

error CS0012: The type 'ITurnContext' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Bot.Builder, Version=4.21.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
xiaolang124 commented 5 days ago

Thanks for the feedback, we will look into this.