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

port: [#4044] Add obsolete attribute to BotFrameworkHttpAdapter and related classes. (#6096) #4168

Merged
merged 3 commits into from
Mar 21, 2022

Conversation

ceciliaavila
Copy link
Collaborator

Fixes #4044

Description

This PR adds the @deprecated attribute to BotFrameworkHttpAdapter and related classes, in order to migrate to CloudAdapter.
[BotBuilder-DotNet's PR#6096](https://github.com/microsoft/botbuilder-dotnet/pull/ 6096) was taken as a base.

Specific Changes

  • Added the @deprecated attribute to the following classes:
    • botFrameworkAdapter
    • botFrameworkAdapterSettings
    • botFrameworkHttpAdapter
    • botFrameworkHttpClient
    • channelServiceHandler
    • skillHandler
    • channelValidation
    • SimplecredentialProvider
    • ICredentialProvider
    • emulatorValidation
    • enterpriseChannelValidation
    • governmentChannelValidation
    • jwtTokenValidation
    • skillValidation
  • Updated botbuilder.api.md documentation

Testing

This image shows the build passing after the changes.
image

@ceciliaavila ceciliaavila requested a review from a team as a code owner March 18, 2022 19:12
@coveralls
Copy link

coveralls commented Mar 18, 2022

Pull Request Test Coverage Report for Build 2005978708

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 84.473%

Totals Coverage Status
Change from base Build 2001351852: -0.003%
Covered Lines: 19731
Relevant Lines: 22123

💛 - Coveralls

@gabog gabog merged commit 860d8a9 into main Mar 21, 2022
@gabog gabog deleted the southworks/update/mark-obsolete-botframeworkhttpadapter branch March 21, 2022 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

port: Add obsolete attribute to BotFrameworkHttpAdapter and related classes. (#6096)
3 participants