Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net FxCop自定义规则文档。为什么找不到我的URL?_.net_Visual Studio 2008_Fxcop - Fatal编程技术网

.net FxCop自定义规则文档。为什么找不到我的URL?

.net FxCop自定义规则文档。为什么找不到我的URL?,.net,visual-studio-2008,fxcop,.net,Visual Studio 2008,Fxcop,我为我们的项目编写了自定义FxCop规则。我写了一个维基页面记录它 现在我只希望开发人员可以在CA警告上按F1键,并显示文档。不幸的是,它不起作用,我找不到任何关于它的文档 我只是将url放入规则文件中,如下所示: <Rule TypeName="MyRule" Category="MyCategory" CheckId="MY0001"> <Name>...</Name> <Description>...</Descript

我为我们的项目编写了自定义FxCop规则。我写了一个维基页面记录它

现在我只希望开发人员可以在CA警告上按F1键,并显示文档。不幸的是,它不起作用,我找不到任何关于它的文档

我只是将url放入规则文件中,如下所示:

<Rule TypeName="MyRule" Category="MyCategory" CheckId="MY0001">
    <Name>...</Name>
    <Description>...</Description>
    <Owner>Stefan Steinegger</Owner>
    <Url>http://ourwikiserver/MY0001.ashx</Url>
    <Resolution>...</Resolution>
    <MessageLevel Certainty="100">Error</MessageLevel>
    <FixCategories>Breaking</FixCategories>
</Rule>

...
...
斯特凡·斯泰内格
http://ourwikiserver/MY0001.ashx
...
错误
打破
当我在自己的规则上按F1键时,我会看到MS“document explorer”(又名帮助)显示有关错误列表窗口的文档(http://msdn.microsoft.com/en-us/library/bb895338.aspx)


有人成功地使用过这个吗?

据我所知,帮助库将尝试在帮助库中查找规则名称,但实际上没有使用rules.xml中包含的url

fxcopgui可以,但是它没有打开visualstudio帮助