Home

BUG? Preprocessor directive LINQPAD

edited August 2018
Preprocessor directive LINQPAD is always defined within LINQPad but code appears as if not defined in the code editor.... code ends up compiling.

Code editor coloring works fine for other directives.

Sample below running as C# Program.

Discovered in v5.31.... tested in v5.33 as well.

//#define LINQPADTEST void Main() { #if LINQPAD //#if LINQPADTEST "Hello world!".Dump(); #endif }

Comments

Sign In or Register to comment.