diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:48:54 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:48:54 -0700 |
| commit | 1ada7ea116791710f3529c806b8aececd4cfa61d (patch) | |
| tree | 8350cea7bfd987a3a5807cc498c193ee055f969c /src/ext/NetFx/CustomizedNativeRecommendedRules.ruleset | |
| parent | 32112ecd939d36cd14603f09283f825dea4f07c8 (diff) | |
| parent | 7bdd5e9159b298e0411afa689a06c44e36e293cd (diff) | |
| download | wix-1ada7ea116791710f3529c806b8aececd4cfa61d.tar.gz wix-1ada7ea116791710f3529c806b8aececd4cfa61d.tar.bz2 wix-1ada7ea116791710f3529c806b8aececd4cfa61d.zip | |
Merge NetFx.wixext
Diffstat (limited to 'src/ext/NetFx/CustomizedNativeRecommendedRules.ruleset')
| -rw-r--r-- | src/ext/NetFx/CustomizedNativeRecommendedRules.ruleset | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext/NetFx/CustomizedNativeRecommendedRules.ruleset b/src/ext/NetFx/CustomizedNativeRecommendedRules.ruleset new file mode 100644 index 00000000..142b141c --- /dev/null +++ b/src/ext/NetFx/CustomizedNativeRecommendedRules.ruleset | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <RuleSet Name="Customized Microsoft Native Recommended Rules" Description="Microsoft Native Recommended Rules, -C26812" ToolsVersion="16.0"> | ||
| 3 | <Include Path="nativerecommendedrules.ruleset" Action="Default" /> | ||
| 4 | <Rules AnalyzerId="Microsoft.Analyzers.NativeCodeAnalysis" RuleNamespace="Microsoft.Rules.Native"> | ||
| 5 | <!-- We need C style enums since we support BAs written in C --> | ||
| 6 | <Rule Id="C26812" Action="None" /> | ||
| 7 | </Rules> | ||
| 8 | </RuleSet> \ No newline at end of file | ||
