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

Suppress the compiler-generated members of record types in source generator. #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arthurward
Copy link

This resolves #108 by updating the source generator to not include the compiler-generated methods of a record type. It also omits the constructor that includes every property as arguments, but only if there are no other constructors. For me, this results in more useful diagrams for showing the design of a project.

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.

Omit compiler-generated methods from record classes in source generator
1 participant