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.
有没有办法禁用 StyleCop 对超链接的拼写检查?我真的很喜欢规则功能,但它抱怨我的很多超链接中的单词拼写错误。
我为此找到了两种可能的解决方法:
1) 尝试使用 CamelCase 您的超链接。
我对这种方法有几个问题。首先,如果可能的话,我喜欢我所有的超链接都是小写的;我对此有强迫症。其次(更重要的是),某些超链接的案例很重要。所以这样做是为了克服样式错误,但可能会破坏你的超链接。
2)将您的超链接放入<see href=""/>标签内。
<see href=""/>
我发现 StyleCop 在这种情况下不会尝试强制执行它的拼写检查功能。