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

Add 2nd nuget that provides the typical skeleton #29

Open
ModernRonin opened this issue Mar 15, 2022 · 0 comments
Open

Add 2nd nuget that provides the typical skeleton #29

ModernRonin opened this issue Mar 15, 2022 · 0 comments
Labels
enhancement New feature or request needs-design this needs a proper design before further consideration

Comments

@ModernRonin
Copy link
Owner

  • setup parser
  • wireup with autofac - so this nuget would depend on autofac
  • IVerbHandler interface with .HandledType and .HandleAsync returning an integer
  • abstract base class AVerbHandler implementing IVerbHandler

so the user would only have to:

  • fillout setupParser()
  • provide an Autofac module
  • implemented handlers for all their verbs, using AVerbHandler<...>
@ModernRonin ModernRonin added enhancement New feature or request needs-design this needs a proper design before further consideration labels Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-design this needs a proper design before further consideration
Projects
None yet
Development

No branches or pull requests

1 participant