- Declared in: RT.Lingo.Lingo
Declaration
public static void PostBuildStep<TTranslation>(
IPostBuildReporter rep,
params Assembly[] assemblies
)
Summary
Checks the specified assemblies for any obvious Lingo-related problems, including unused strings, mismatched enum translations.
Generic type parameters
TTranslation | The type of the translation class. |
Parameters
IPostBuildReporter | rep | Post-build step reporter. |
Assembly[] | assemblies | A list of assemblies to check. The Lingo assembly is included automatically to ensure correct operation. |