When I create C# Programs in LinqPad, I would like to see the warnings from the compiler. It already shows error messages. How can I see the warnings?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
LINQPAD is not a full blown IDE to support everything.. it's an ergonomic C#/VB scratchpad that instantly executes any C#/VB expression, statement block or program..
so simply this feature is not supported as of now.