pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
680 stars 132 forks source link

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

Open arthurward opened 1 week ago

arthurward commented 1 week ago

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.