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

Can internalized assemblies be referenced? #18

Open
CoenraadS opened this issue Dec 9, 2024 · 0 comments
Open

Can internalized assemblies be referenced? #18

CoenraadS opened this issue Dec 9, 2024 · 0 comments

Comments

@CoenraadS
Copy link

CoenraadS commented Dec 9, 2024

Hello

I am trying to encapsulate a .dll inside a nuget package. The package should be able to use it, but consumers of the package should not know about the .dll (trying to solve https://stackoverflow.com/questions/79263758/how-to-use-bouncycastle-fips-library-in-conjuction-with-bouncycastle-cryptograph)

When I use 'internalize' flag, I can no longer access the assembly. (Which makes sense). But is there some way to specify which projects may access the internal namespace? (similar to InternalsVisibleTo?)

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