Applying this attribute on an assembly specifies the execution order of transformers it knows about, including transformers inside the assembly itself.
Namespace: Metalama.Compiler
Assembly: Metalama.Compiler.Interface.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class TransformerOrderAttribute : AttributeConstructors
| Name | Description |
|---|---|
| TransformerOrderAttribute(params string[]) |
Properties
| Name | Description |
|---|---|
| TransformerNames | Array of namespace-qualified names of transformer types. Their order specifies the execution order of the corresponding transformers. |