在Visual Studio 2010 C#项目中,如何在没有try-catch块的情况下编写是否编写了任何方法?
有时作为代码审阅者,很难搜索根据代码标准没有正确编写的函数/方法,因为没有try-catch块.
我知道Visual Studio 中的" 查找"选项支持正则表达式.但是,能够巧妙地完成这项工作的正则表达式是什么?
c# regex visual-studio-2010 visual-studio code-standards
c# ×1
code-standards ×1
regex ×1
visual-studio ×1
visual-studio-2010 ×1