Skip to content

Allow user to define special methods #29

@mknejp

Description

@mknejp

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions