Share via


ICodeCleanUpFixer Interface

Definition

Fixer that can fix issues to clean up code

public interface class ICodeCleanUpFixer
public interface ICodeCleanUpFixer
type ICodeCleanUpFixer = interface
Public Interface ICodeCleanUpFixer

Methods

FixAsync(ICodeCleanUpScope, ICodeCleanUpExecutionContext)

Fix issues in the files identified by the scope. Cancellation should be checked against the context.OperationContext.UserCancellationToken

Applies to