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

Support Recursive Assembly Registration #16

Open
enisn opened this issue Dec 8, 2021 · 0 comments
Open

Support Recursive Assembly Registration #16

enisn opened this issue Dec 8, 2021 · 0 comments
Assignees
Milestone

Comments

@enisn
Copy link
Owner

enisn commented Dec 8, 2021

Currently, registration works only Assembly & Dependencies of Assembly.
Let me explain with an example. Let say there is an assembly tree below;

  • Assembly Main
    • Assembly A
      • Assembly A.1
      • Assembly A.2
    • Assembly B
      • Assembly B.1
      • Assembly B.2

In the current state, when you call registration in Assembly Main, all types from Assembly Main, Assembly A, and Assembly B will be registered.

  • Assembly Main
    • Assembly A
      • Assembly A.1
      • Assembly A.2
    • Assembly B
      • Assembly B.1
      • Assembly B.2

There should be an option to register the entire dependency tree which discovers all assemblies. It's not useful at the moment, each assembly should register its own services but TypeExplorer should have that discovery option.

@enisn enisn self-assigned this Dec 8, 2021
@enisn enisn added this to the Backlog milestone Dec 8, 2021
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

No branches or pull requests

1 participant