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 support to register internal classes #107

Open
dariogriffo opened this issue Apr 6, 2024 · 1 comment
Open

Add support to register internal classes #107

dariogriffo opened this issue Apr 6, 2024 · 1 comment
Labels

Comments

@dariogriffo
Copy link

dariogriffo commented Apr 6, 2024

I cannot register internal classes.
I tend to not expose classes outside the containing assembly, so usually they are

public interface IA {}
internal class A : IA {}

if I decorate A is not added to the registry

Back this issue
Back this issue

@kzu
Copy link
Member

kzu commented Nov 11, 2024

As shown in #111, this is fully supported.

Perhaps there's something else going on?

@kzu kzu added needinfo and removed bug Something isn't working labels Nov 11, 2024
kzu added a commit that referenced this issue Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants