Skip to main content

Rigi Documentation

.NET Assembly parser

Parser ID: assembly.

Parser settings:

  • Strong named key file path (SNKFilepath).

    Use to specify the absolute or relative path to the SNK file. The relative path is with respect to the location of the source file. The root of an absolute path is the root folder of the workspace. Leave empty (default) to ignore SNK.

    Leave empty (default) to ignore SNK.

  • Invariant culture (?).

    Default: false.

    If true, target DLLs have an invariant culture, e.g., xyz.de.resources instead of xyz.de-DE.resources.

  • Maxlen file path (maxlen-filepath).

    Relative or absolute file path to an Excel file containing the information about the maximum string length.

    The Excel file must have the following format:

    • Row 1 is the header with 2 columns:

      • A: String ID.

      • B: String length in characters. To define the length in bytes, put the word ‘bytes’ in the header.

    • Rows 2 and further contain the information.

For other parser settings, see the Generic parser settings article.