Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在没有 XML 文档的大型解决方案中查找方法的方法。没有通过解决方案逐个项目逐个项目拖网,有没有简单的方法?
(理想情况下,我希望能够双击直接导航到有问题的方法)
Visual Studio 中有一个内置的方法。在您的项目属性 -> 构建页面中,勾选 XML 文档文件框,然后重新构建。所有没有 XML 文档的方法都会生成警告。