3 Star 4 Fork 4

海洋饼干 / xUnit4NetFX40

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
xunit.ruleset 572 Bytes
Copy Edit Raw Blame History
海洋饼干 authored 2015-02-02 20:01 . 测试成功
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="FxCop rules for xUnit.net" Description="Rules for running FxCop against xUnit.net framework assemblies" ToolsVersion="11.0">
<IncludeAll Action="Error" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1002" Action="None" />
<Rule Id="CA1063" Action="None" />
<Rule Id="CA1303" Action="None" />
<Rule Id="CA1720" Action="None" />
<Rule Id="CA1813" Action="None" />
<Rule Id="CA1816" Action="None" />
</Rules>
</RuleSet>
C#
1
https://gitee.com/cuteant/xUnit4NetFX40.git
git@gitee.com:cuteant/xUnit4NetFX40.git
cuteant
xUnit4NetFX40
xUnit4NetFX40
master

Search