RepositoryGenerator icon indicating copy to clipboard operation
RepositoryGenerator copied to clipboard

Adding 'partial' prefix for class / interface generation

Open kbalint opened this issue 7 years ago • 1 comments

Hello, I had to modify the generator to let all classes / interfaces have a 'partial' declaration - this way I can re-generate my whole repository and retain all the changes too - in separate files.

kbalint avatar Jun 06 '17 11:06 kbalint

Hi @kbalint, yea that's a good idea. if you'd like you can submit a pull request with the partial modifier.

related to #4

OmarElabd avatar Jun 06 '17 13:06 OmarElabd