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 additional generator options #9

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

amyskippy
Copy link

Hello, I've added an AccessModifier property to the GenerateDataReaderMapper attribute.

This will allow any literal string, but "public" is the default. I have added tests for both public and internal access modifiers for generation and usage.

This resolves #7

@amyskippy amyskippy changed the title Add access modifier property Add additional generator options Oct 6, 2024
@amyskippy
Copy link
Author

Hiya, I've updated this to also add namespace and method name attributes, which will address the comments from #5 😊

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

Successfully merging this pull request may close these issues.

Methods shouldn't be forced to public
1 participant