ArnaudB88
ArnaudB88
In our company, we use your generator for many years now with many developers. Over the years, we added some features so it works better with our solutions. As a...
In our company, we use your generator for many years now with many developers. Over the years, we added some features so it works better with our solutions. As a...
Resolves #549 Add an option to generate a new Guid value for the primary key property in the generated entity classes. YAML usage: ```yaml data: entity: generatePkValue: true ``` Code...
In our company, we use your generator for many years now with many developers. Over the years, we added some features so it works better with our solutions. As a...
Resolves #547 Add an option to add attributes on navigation properties in the generated entity classes. YAML usage: ```yaml data: entity: relationshipAttributes: 'Ignore' ``` Code generation result: ```csharp public partial...
In our company, we use your generator for many years now with many developers. Over the years, we added some features so it works better with our solutions. As a...
In our company, we use your generator for many years now with many developers. Over the years, we added some features so it works better with our solutions. As a...
Resolves #545 Add an option to insert additional using statements in the generated entity classes. YAML usage: ```yaml data: entity: baseClass: 'IEntityBase' additionalUsings: 'Company.Project.Domain.Interfaces' ``` Code generation result: ```csharp using...
Resolves #543
Add extension with port, username and password parameters so they can be used from the configuration: This is a fix for #58