Skip to content

Gendarme.Rules.Globalization.SatelliteResourceMismatchRule(2.10)

Sebastien Pouliot edited this page Jan 22, 2011 · 2 revisions

SatelliteResourceMismatchRule

Assembly: Gendarme.Rules.Globalization
Version: 2.10

Description

A satellite assembly have a resource which does not match with a main assembly resource. Either : * The resource doesn't exist in the main assembly and should be removed from the satellite assembly. * The resource is not of the same type in the main and satellite assembly. The satellite one should be fixed. * The satellite string resource does not have the same string.Format parameters than the main assembly. The satellite one should be fixed.

Examples

Notes

  • The satellites assemblies are searched in the subdirectories of the main assembly location.
Clone this wiki locally