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