Skip to content

Gendarme.Rules.Globalization.AvoidUnusedInternalResourceRule(git)

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

AvoidUnusedInternalResourceRule

Assembly: Gendarme.Rules.Globalization
Version: git

Description

This rule will check for internally visible resources (resx) which are never called. You should remove unused internal resources to avoid useless translations.

Examples

Source code

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

Clone this wiki locally