There is no aspect configuration in Metalama.
Inheritance
AspectConfiguration
Namespace: PostSharp.Aspects.Configuration
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("There is no aspect configuration in Metalama.", false)]
public class AspectConfigurationConstructors
| Name | Description |
|---|---|
| AspectConfiguration() |
Properties
| Name | Description |
|---|---|
| AspectPriority | In Metalama, order aspects using AspectOrderAttribute. |
| Dependencies | In Metalama, use IAspectBuilder<TAspectTarget>.RequireAspect<TAspect>(IQuery<IDeclaration>). |
| SerializerType | In Metalama, aspects are also serializable, but for different reasons. Serialization is not configurable. |
| UnsupportedTargetAction |