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.
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.