dyslexicanaboko / simple-class-creator

A utility for creating mundane crud work including table to model, model to DTO and other things no one really wants to do by hand.
MIT License
1 stars 0 forks source link

Text of class to DTO #34

Closed dyslexicanaboko closed 2 years ago

dyslexicanaboko commented 2 years ago

I have added two ways to select DLLs for searching through: 1. Browse for a file, 2. Drag and drop file

I want a third way which is to create a DTO from the text of a class. Thinking like LinqPad, enter a class - one class - and compile it on the fly into a DLL so it can be used by the UI. I have already figured out how to do this in LinqPad (ironically), just need to apply it.