You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
mkrueger edited this page Nov 19, 2014
·
1 revision
NRefactory extends the roslyn code actions to support features from NRefactory 5.
The NRefactoryCodeAction class is the base of all NRefactory code actions. It adds a DiagnosticSeverity and a TextSpan where this code action is activated.
The DocumentChangeAction is the base class for doing changes inside a single document. NRefactory needs control over the post processing to support NRefactory 5 features.