CompilationErrorResolution Enum
Namespace: Roslynator.Rename
Assembly: Roslynator.Workspaces.Core.dll
Specifies how to handle compilation errors that occur after renaming a symbol.
public enum CompilationErrorResolution
Inheritance
Object → ValueType → Enum → CompilationErrorResolution
Fields
Name | Value | Summary |
---|---|---|
Ignore | 0 | Ignore compilation errors. |
Throw | 1 | Throw an exception if renaming of a symbol causes compilation errors. |
Skip | 2 | Skip renaming of a symbol if it causes compilation errors. |