Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot SDK uses deprecated dependency Microsoft.Rest.ClientRuntime(2.3.24) #6678

Open
tomaszoida opened this issue Nov 27, 2024 · 0 comments
Open
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@tomaszoida
Copy link

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

Microsoft.Bot.Builder.Integration.AspNet.Core 4.22.9

Describe the bug

Bot framework SDK package Microsoft.Bot.Builder.Integration.AspNet.Core(4.22.9) depends on Microsoft.Bot.Builder(4.22.9) that depends on Microsoft.Bot.Connector(4.22.9) that depends on Microsoft.Rest.ClientRuntime(2.3.24) which happens to be a deprecated package with suggested alternative Azure.Core. This prevents bot framework solutions to be deployed to production environments with policies denying any deprecated packages.

To Reproduce

Expected behavior

Current SDK should have no transitive dependencies that are deprecated.

Screenshots

Additional context

@tomaszoida tomaszoida added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant