All notable changes to this project will be documented in this file.
- Support of Visual Studio 2019
- Solution folders support (DTO Writer can work with projects which are placed in solution folders)
- UI for inputting output file path. Now you can click 'Browse' button and select destination folder for DTO file instead of writing this path manually
- Code fix suggestions for adding/removing JsonProperty and DataMember attributes (they will be offered when cursor is placed at DTO class name or one of it's property)
- Ability to add JsonProperty and/or DataMember attributes during DTO creation.
- Output code formatting issues
- Crash that sometimes took place during loading of DTO Writer dialog window
- Ability to attach a DTO file to any of the solution projects.
- Integration to code editor context menu
- Project has been published to Visual Studio Marketplace and uploaded to GitHub