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] Replace resource interfaces with abstract base classes #2131

Closed
tomlm opened this issue Apr 29, 2020 · 0 comments · Fixed by #2342
Closed

[PORT] Replace resource interfaces with abstract base classes #2131

tomlm opened this issue Apr 29, 2020 · 0 comments · Fixed by #2342
Assignees
Labels
R10 Release 10 - August 17th, 2020
Milestone

Comments

@tomlm
Copy link
Contributor

tomlm commented Apr 29, 2020

Port this change from botbuilder-dotnet/master branch:
microsoft/botbuilder-dotnet#3811

For future proofing we want to minimize interfaces and use abstract classes as approproriate

  • Add method to add new resourceType (and reload resources)
  • Properly modeled event using EventHandler

Changed projects

  • Microsoft.Bot.Builder.Dialogs.Adaptive
  • Microsoft.Bot.Builder.Dialogs.Declarative
  • Microsoft.Bot.Builder.Dialogs.Adaptive.Tests
  • Microsoft.Bot.Builder.Dialogs.Declarative.Tests
  • Microsoft.Bot.Builder.TestBot.Json

[Adaptive]

@luhan2017 luhan2017 added the R10 Release 10 - August 17th, 2020 label Jun 4, 2020
@chon219 chon219 linked a pull request Jun 14, 2020 that will close this issue
@chon219 chon219 self-assigned this Jun 18, 2020
@munozemilio munozemilio added this to the R10 milestone Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R10 Release 10 - August 17th, 2020
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants