CA2228: Do not ship unreleased resource formats
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Item | Value |
---|---|
TypeName | DoNotShipUnreleasedResourceFormats |
CheckId | CA2228 |
Category | Microsoft.Usage |
Breaking Change | Non Breaking |
Cause
A resource file was built using a version of the .NET Framework that is not currently supported.
Rule Description
Resource files that were built by using pre-release versions of the .NET Framework might not be usable by supported versions of the .NET Framework.
How to Fix Violations
To fix a violation of this rule, build the resource using a supported version of the .NET Frameworkk.
When to Suppress Warnings
Do not suppress a warning from this rule.