Is there a way to stop code generation and retain the previous output? Something like Stop and Revert? I've looked, and perhaps it is buried in there somewhere, but I don't see anything obvious.
Say I'm generating some enums from the DB, I'm working offline and can't connect to the DB, it will overwrite the pre-existing code. Thus preventing the project from compiling, not the desired result in that scenario.