Gert Driesen wrote:
Hi Conor,
I understand that this is a breaking change for anyone implementing their
own compiler tasks (that derive from CompilerBase) like you.
But in this case, the change from bool to DebugOutput enum was necessary to
support the different debug modes (off, full, pdbonly) for
Hi Conor,
I understand that this is a breaking change for anyone implementing their
own compiler tasks (that derive from CompilerBase) like you.
But in this case, the change from bool to DebugOutput enum was necessary to
support the different debug modes (off, full, pdbonly) for the csc, vbc and