WellKnownFixAllProviders Class
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.
Contains well known implementations of FixAllProvider.
public ref class WellKnownFixAllProviders abstract sealed
public static class WellKnownFixAllProviders
type WellKnownFixAllProviders = class
Public Class WellKnownFixAllProviders
- Inheritance
-
WellKnownFixAllProviders
Properties
BatchFixer |
Default batch fix all provider. This provider batches all the individual diagnostic fixes across the scope of fix all action, computes fixes in parallel and then merges all the non-conflicting fixes into a single fix all code action. This fixer supports fixes for the following fix all scopes: Document, Project, SolutionContainingMember and ContainingType. |