ICodeCleanUpFixer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |