-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
feat: new accessor
preset hook for C# class renderer
#626
feat: new accessor
preset hook for C# class renderer
#626
Conversation
Pull Request Test Coverage Report for Build 1849026989
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One simple question before review, because I don't understand that new feature.
accessorBuilder
preset hook for C# class rendereraccessor
preset hook for C# class renderer
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 This PR is included in version 0.49.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0-next.23 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR adds a new preset hook called
accessor
which is used to overwrite the accessor builder code that wraps the getter and setter methods.This is needed if you want to disable the entire accessor code.
Related issue(s)
Related to #615
Related example that required it #627