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

Create handler extension methods that will scan dlls for compat renderers #1156

Closed
PureWeen opened this issue Jun 2, 2021 · 2 comments
Closed
Labels
area-core-hosting Extensions / Hosting / AppBuilder / Startup proposal/open t/enhancement ☀️ New feature or request

Comments

@PureWeen
Copy link
Member

PureWeen commented Jun 2, 2021

We need to add some handler registration calls you can use to scan dlls (API names below have not been well thought out so don't stick with these names)

  • AddCompatibilityRenderersFromAssemblies(list of assemblies)
  • AddCompatiblityRenderersFromAllAssemblies()
@jsuarezruiz
Copy link
Contributor

Hey Shane, what is the status, there are something related right?

@mattleibow mattleibow added the area-core-hosting Extensions / Hosting / AppBuilder / Startup label Nov 12, 2021
@mattleibow
Copy link
Member

This was added some time back and there is now a AddCompatibilityRenderers(params Assembly[] assemblies) that can be used like this:

handlers.AddCompatibilityRenderers(AppDomain.CurrentDomain.GetAssemblies())

@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-core-hosting Extensions / Hosting / AppBuilder / Startup proposal/open t/enhancement ☀️ New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants