AutoEntityGeneratorAutoEntityGenerator is a Visual Studio extension that simplifies the process of generating Data Transfer Objects (DTOs) and mapping extensions based on existing domain entity classes. This extension helps developers quickly create and maintain supporting classes, enhancing productivity and reducing manual coding errors. Features
For more information, visit the ReadMe file on the AutoEntityGenerator GitHub repository AutoEntityGenerator is completely open-source and licensed under the MIT License. Please consider rating AutoEntityGenerator or leaving a review to help improve it! Your feedback is valuable, whether it’s positive or critical, and will help shape future updates. Changes from previous version: 1 Updated behavior of the entity configuration form. 2 New configuration settings window.
How to useOpen the light bulb menu on your domain modelClick the "🔧 Generate DTO and mapping 🛠️" menu itemConfigure the generated entity and mapping directionTo change settings, click on the settings button (small blue gear in the top-right corner of entity configuration window)ResultsGenerated entityGenerated mapping extension |