CA2228: Do not ship unreleased resource formats
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CA2228: Do not ship unreleased resource formats.
TypeName|DoNotShipUnreleasedResourceFormats|
|CheckId|CA2228|
|Category|Microsoft.Usage|
|Breaking Change|Non Breaking|
A resource file was built using a version of the .NET Framework that is not currently supported.
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.
To fix a violation of this rule, build the resource using a supported version of the .NET Frameworkk.
Do not suppress a warning from this rule.
Show: