如何在 Linqpad 中查看警告?
当我在 LinqPad 中创建 C# 程序时,我希望看到来自编译器的警告。它已经显示错误消息。我怎样才能看到警告?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
LINQPAD 并不是一个支持所有功能的成熟 IDE。它是一个符合人体工程学的 C#/VB 便笺本,可以立即执行任何 C#/VB 表达式、语句块或程序。
所以目前不支持此功能。
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.