Skip to content

Gendarme.Rules.Globalization.SatelliteResourceMismatchRule(git)

Sebastien Pouliot edited this page Mar 2, 2011 · 1 revision

SatelliteResourceMismatchRule

Assembly: Gendarme.Rules.Globalization
Version: git

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.

Source code

You can browse the latest source code of this rule on github.com

Clone this wiki locally