Open sandboxFocus

Method AmendProject

AmendProject(IProjectAmender)

Implement this method to programmatically analyze the current project, add aspects, configure options, validate architecture, and report or suppress diagnostics. This method is invoked automatically at compile time and design time.

Declaration
public abstract void AmendProject(IProjectAmender amender)
Parameters
Type Name Description
IProjectAmender amender

An object that provides access to query declarations in the project, add aspects using LINQ-like queries, configure options, and report diagnostics.

See Also