CA2228: Do not ship unreleased resource formats

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.