etienne_marais
Honorary Master
parse -> compile -> execute
I may be wrong, but it seems that some assemblies or part of an assembly is actually compiled even if there are errors in the code. I say this because it take longer than I would expect a pure parse of the code should take in my opinion.
Is there a shortcut to do a parse without attempting to compile ? (Because for some [non-runtime] errors the IDE only shows/highlights the errors on attempted compile)
I may be wrong, but it seems that some assemblies or part of an assembly is actually compiled even if there are errors in the code. I say this because it take longer than I would expect a pure parse of the code should take in my opinion.
Is there a shortcut to do a parse without attempting to compile ? (Because for some [non-runtime] errors the IDE only shows/highlights the errors on attempted compile)
Last edited: