AutoConstructor
AutoConstructor copied to clipboard
C# source generator that generates a constructor from readonly fields/properties in a class or struct
Recently I have noticed that to define dtos life is quite simple if there is no inheritance, record with primary constructor can be used to express oneself very succinctly ```c#...
### Add `addParameterless` option - implement https://github.com/k94ll13nn3/AutoConstructor/issues/119 :this() call calling generated parameterless constructor is never emmited because: - that wouldn't achieve anything as there is no code in this constructor...