A Visual Studio extension that simplifies the process of generating Data Transfer Objects (DTOs) and mapping extensions based on existing domain entity classes.

5 Open Issues Need Help Last updated: Jun 29, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the AutoEntityGenerator Visual Studio extension to support generating DTOs and mapping extensions from struct types in addition to classes and records. This involves adjusting a conditional statement within the `AutoEntityGeneratorCodeRefactoringProvider` to include structs in the supported type list.

Complexity: 2/5
enhancement good first issue

A Visual Studio extension that simplifies the process of generating Data Transfer Objects (DTOs) and mapping extensions based on existing domain entity classes.

C#
Improve logging 2 months ago

AI Summary: Migrate the logging mechanism of the AutoEntityGenerator Visual Studio extension from Microsoft.Extensions.Logging to either Visual Studio's activity log or a local log file using Serilog, updating the code to write logs to the specified AppData directory.

Complexity: 3/5
enhancement help wanted good first issue Infrastracture

A Visual Studio extension that simplifies the process of generating Data Transfer Objects (DTOs) and mapping extensions based on existing domain entity classes.

C#

AI Summary: Conduct a code review of the AutoEntityGenerator Visual Studio extension, focusing on WPF/MVVM implementation, Visual Studio extension coding standards, and overall design. The review should assess the code quality, identify potential improvements, and suggest best practices.

Complexity: 4/5
help wanted

A Visual Studio extension that simplifies the process of generating Data Transfer Objects (DTOs) and mapping extensions based on existing domain entity classes.

C#

AI Summary: Add a "Feedback" link (or icon) to the AutoEntityGenerator Visual Studio extension's UI, which opens a new discussion in the user feedback category on the GitHub repository.

Complexity: 2/5
enhancement good first issue UI/UX

A Visual Studio extension that simplifies the process of generating Data Transfer Objects (DTOs) and mapping extensions based on existing domain entity classes.

C#

AI Summary: Try out the AutoEntityGenerator Visual Studio extension, a tool for generating DTOs and mapping extensions from entity classes. Provide feedback on its usability, generated code quality, and suggest improvements or report bugs.

Complexity: 2/5
good first issue feedback wanted

A Visual Studio extension that simplifies the process of generating Data Transfer Objects (DTOs) and mapping extensions based on existing domain entity classes.

C#