| Item | Value |
|---|---|
| RuleId | CA2228 |
| Category | Microsoft.Usage |
| Breaking change | Non-breaking |
Cause
A resource file was built using a version of .NET that is not currently supported.
Note
This rule has been deprecated. For more information, see Deprecated rules.
Rule description
Resource files that were built by using pre-release versions of .NET might not be usable by supported versions of .NET.
How to fix violations
To fix a violation of this rule, build the resource using a supported version of .NET.
When to suppress warnings
Do not suppress a warning from this rule.