Finished the DTO-viewmodel converters, tomorrow gonna tackle the last class to require generated code for now - the viewmodel factory, with all its ICommand assignments.
This one is a tiny bit trickier than the rest because I gotta report diagnostics rather than throw if appropriate code for a command assignment was not present (not all the types are even close to implemented in the app yet). #csharp #sourcegen #roslyn