我试图在SonarQube 4.5.1上使用FxCop,但FxCopCmd失败了。
问题是,当SonarQube创建FxCopCmd调用时,他添加了参数 /aspnet.因为我的程序是一个Web项目,而不是一个网站,这个参数会导致4个分析引擎异常:
C:\程序文件\Microsoft FxCOP 10.0
Microsoft (R) FxCop Command-Line Tool, Version 10.0 (10.0.30319.1) X86
Copyright (C) Microsoft Corporation, All Rights Reserved.
Loaded designrules.dll...
Loaded globalizationrules.dll...
Loaded interoperabilityrules.dll...
Loaded mobilityrules.dll...
Loaded namingrules.dll...
Loaded performancerules.dll...
Loaded portabilityrules.dll...
Loaded securityrules.dll...
Loaded securitytransparencyrules.dll...
Loaded usagerules.dll...
Loaded DCX.ITLC.Web.dll...
Initializing Introspection engine...
An unhandled exception was encountered during GlobalBeforeAnalysis:
...
Analysis Complete.
* 4 total analysis engine exceptions.
Writing report to G:\sbs1\workspace\Projeto2\target\sonar\projeto2_projeto2_DCX.
ITLC.Web\fxcop-report.xml...
Done:00:00:01.4219205
如果我在没有 /aspnet参数的情况下html" target="_blank">执行相同的调用,FxCopCmd运行良好:
C:\程序文件\Microsoft FxCOP 10.0
Microsoft (R) FxCop Command-Line Tool, Version 10.0 (10.0.30319.1) X86
Copyright (C) Microsoft Corporation, All Rights Reserved.
Loaded designrules.dll...
Loaded globalizationrules.dll...
Loaded interoperabilityrules.dll...
Loaded mobilityrules.dll...
Loaded namingrules.dll...
Loaded performancerules.dll...
Loaded portabilityrules.dll...
Loaded securityrules.dll...
Loaded securitytransparencyrules.dll...
Loaded usagerules.dll...
Loaded DCX.ITLC.Web.dll...
Initializing Introspection engine...
Analyzing...
Analysis Complete.
Writing report to G:\sbs1\workspace\Projeto2\target\sonar\projeto2_projeto2_DCX.ITLC.Web\fxcop-report.xml...
Done:00:00:02.2656975
我使用的组件是:-SonarQube 4.5.1-Visual Studio项目分析引导程序1.2-C#3.3
我想找到一种方法来禁用SonarQube上的/aspnet参数。任何帮助都将不胜感激。
事实上,FxCop 10在/aspnet
开关上有一些问题。FxCop版本12(与Visual Studio 2013捆绑在一起)可以正确处理该开关。
你描述的问题是一个已知的问题,到今天为止还没有解决,但是有一张票:http://jira.codehaus.org/browse/SONARVS-62
在很短的时间内,您可以围绕FxCopCmd创建一个包装器。exe来去除旗帜。
在我的超类中,我定义了参数a、b、c和d。对于它的子类,我想删除d。我有什么办法做到这一点吗? 在我的子类中,我想创建一个没有最后一个参数“东西”的构造函数 这样写会给我一个错误,子类TypeBPDescription中的构造函数是未定义的。我希望子类不包含“thing”,但我希望我的超类包含它。有什么办法吗?
该表的模式是:Emp(Empno、Ename、Job、Mgr、Hiredate、Sal、Comm、Deptno) 问题: 显示10部门或20部门员工的职务、部门号和平均工资,其工资高于2000,平均工资高于2500。 我的查询: 错误:ORA-00979:不是GROUP BY表达式 我找不到我在这里所做的使这个错误出现的错误。我在语句中使用的列名与我在语句中提到的列名相同。另外,我在语句中使用的聚
问题内容: 我有一个数组例如: 谁能告诉我如何从数组中删除一个元素。例如,我要删除项目“ b”,以使数组如下所示: 我找不到解决办法。到目前为止,我在这里发现的内容不适用于我:( 问题答案: 您不能从数组中删除元素。Java数组的大小是在分配数组时确定的,不能更改。您能做的最好的事情是: 在相关位置分配给数组;例如 这给您带来了处理值所在数组中的“孔”的问题。(在某些情况下,这不是问题……但是在大
将“const IntBag”作为“this”参数传递将丢弃限定符[-fppermissive] 这是我的代码:''C'** ** 我的错误是:$g intbag。cpp intbag。cpp:复制构造函数的IntBag::IntBag(const IntBag) 在此处输入图像描述
问题内容: 在每行末尾添加\ n,结束程序正常工作,仅在最后一行工作… 请举个例子,我在任何解决方案中都尝试不了什么,而我发现这里不适合我。 问题答案: 您可以分割最后一个字符: 也许更好的方法是使用字符串库:
问题内容: 如何从静态页面的网址中删除? 另外,我需要将任何网址重定向到没有该网址的网址。(即到)。 问题答案: 感谢您的答复。我已经解决了我的问题。假设我的页面在下,则适用以下.htaccess 规则。