Skip to content

Conversation

@manitra
Copy link
Contributor

@manitra manitra commented Mar 19, 2023

By making the .NET models partial, developers can add fields, code or interface implementations or even base class. This allow a more flexible work flow where the developer generate only the model he needs. Then customize some of them (on separate files).
Later they can generate again additional models without conflicting with their customizations.

manitra and others added 2 commits March 19, 2023 22:08
By making the .NET models partial, developers can add fields, code or interface implementations or even base class.
This allow a more flexible work flow where the developer generate only the model he needs.
Then customize some of them (on separate files).
Later they can generate again additional models without conflicting with their customizations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants