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

Allow configurable access modifier for top-level types from PInvokeGenerator #186

Closed
saucecontrol opened this issue Nov 30, 2020 · 1 comment · Fixed by #279
Closed

Allow configurable access modifier for top-level types from PInvokeGenerator #186

saucecontrol opened this issue Nov 30, 2020 · 1 comment · Fixed by #279

Comments

@saucecontrol
Copy link
Member

Currently all generated types are public, but it would be nice to be able to generate internal types for inclusion within a single library that uses them.

@tannergooding
Copy link
Member

This is probably simple enough to support with a config switch. It should likely support the basic *=access, SimpleName=access, and Fully.QualifiedName=access that other opptions have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants