CA0054

업데이트: 2007년 11월

CA0054

사용자 지정 규칙 어셈블리에 잘못된 XML 리소스가 있습니다.

사용자 지정 규칙 어셈블리에 규칙을 설명하는 잘못된 XML 리소스가 있는 경우 이 경고가 발생합니다. 올바른 형식은 다음과 같습니다.

<Rules FriendlyName="Customer Rules">

<Rule TypeName="[The unqualified type name of the rule]" Category="[A category name such as Customer.Usage]" CheckId="[An identifier for the rule that is at least unique within the same category]">

<Name>[Localized version of the type name, this is the rule name that appears in the UI]</Name>

<Description>[A sentence describing the rule in more detail than the name].</Description>

<Url>[A URL pointing to a documentation or info about the rule]</Url>

<Resolution>[Format string for rule messages].</Resolution>

<Email>[Email Address]</Email>

<MessageLevel Certainty="[A number from 0 to 100]">[Error or Warning]</MessageLevel>

<FixCategories>[NonBreaking or Breaking]</FixCategories>

<Owner>[Rule owner name or group]</Rule>

</Rule>

</Rules>