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 user to define special methods #29

Open
3 tasks
mknejp opened this issue Nov 13, 2021 · 0 comments
Open
3 tasks

Allow user to define special methods #29

mknejp opened this issue Nov 13, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mknejp
Copy link
Owner

mknejp commented Nov 13, 2021

If the user already defines certain special methods (like ToString or Equals) don't generate them.
This is currently only supported for Dispose.

Candidates:

  • Constructors
  • ToString()
  • Equals() and GetHashCode()

Users then need to refer to the private _variant field to get the necessary information to implement these.

@mknejp mknejp added the enhancement New feature or request label Nov 13, 2021
@mknejp mknejp self-assigned this Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant