CGbR icon indicating copy to clipboard operation
CGbR copied to clipboard

Single file mode does not work

Open PaulDotNet opened this issue 8 years ago • 4 comments

Generators are not initialized and runner fails every time in single file mode.
Documentation does not match the code as well.

PaulDotNet avatar Dec 19 '16 23:12 PaulDotNet

I have to admit I focused on project mode first, but I will take a look.

Toxantron avatar Dec 20 '16 14:12 Toxantron

@PaulDotNet can you confirm the fix by @dbeuchler by compiling from source or do you want to wait for the next nuget release?

Toxantron avatar Dec 21 '16 20:12 Toxantron

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.

PaulDotNet avatar Jan 03 '17 20:01 PaulDotNet

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.

Toxantron avatar Jan 04 '17 06:01 Toxantron