CGbR
CGbR copied to clipboard
Single file mode does not work
Generators are not initialized and runner fails every time in single file mode.
Documentation does not match the code as well.
I have to admit I focused on project mode first, but I will take a look.
@PaulDotNet can you confirm the fix by @dbeuchler by compiling from source or do you want to wait for the next nuget release?
Thanks for the fix. Unfortunately I may have serialization case that is too complex for any generic serialization/cloning solution. Will have to do that manually for now.
If you are at liberty to tell what you need, I could try to help.
Generally all generic solutions and especially code generators only make sense, when you see a repeating pattern and want to avoid writing the same code over and over again. If you see such pattern in your work maybe writing a custom generator is an option for you.