Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/FxCop/HeuristicLab.FxCop/RuleMetadata.xml @ 7340

Last change on this file since 7340 was 7340, checked in by abeham, 12 years ago

#1759: added project to include FxCop rules for HeuristicLab 3.3

File size: 681 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<Rules FriendlyName="HeuristicLab 3.3 FxCop Rules">
3  <Rule TypeName="EnforceAfterDeserializationHookName" Category="HeuristicLab.Persistence" CheckId="HL0001">
4    <Name>Enforce AfterDeserialization as method name</Name>
5    <Description>Enforce the name AfterDeserialization for methods marked with the respective hook.</Description>
6    <Resolution>Method {0} is marked to act as an AfterDeserializationHook. It needs to be called AfterDeserialization.</Resolution>
7    <MessageLevel Certainty="100">Error</MessageLevel>
8    <FixCategories>Breaking</FixCategories>
9    <Url />
10    <Owner />
11    <Email />
12  </Rule>
13</Rules>
Note: See TracBrowser for help on using the repository browser.