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

[Question] WriteAtrribute to be inherited #165

Open
alex13lopez opened this issue Dec 13, 2023 · 0 comments
Open

[Question] WriteAtrribute to be inherited #165

alex13lopez opened this issue Dec 13, 2023 · 0 comments

Comments

@alex13lopez
Copy link

So I've been working with a workaround to Dapper's issue #914 and while I completed it succesfully for my code I encountered that WriteAttribute(false) attribute is not inherited by derived classes and I need this for the workaround to work succesfully. For now I have the property of the base class marked as abstract and each child class implements it the same way and adds the WriteAttribute(false)

My question is: Is this the intended behaviour and if I want this behaviour I should fork the project for my use-case or should I add the Inherited = True to the WriteAttribute and do a Pull Request? (Y'all have plenty of work and I know this is not the priority now as the priority is DapperAot).

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