Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void PostBuildStep<TTranslation>(IPostBuildReporter, params Assembly[])

  • 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

TTranslationThe type of the translation class.

Parameters

IPostBuildReporterrepPost-build step reporter.
Assembly[]assembliesA list of assemblies to check. The Lingo assembly is included automatically to ensure correct operation.