An open API service indexing awesome lists of open source software.

https://github.com/kzu/roslynator

Exposes some Roslyn internals in a nice way, such as executing code fixes or retrieving the CompositionContext for a Workspace.
https://github.com/kzu/roslynator

Last synced: about 1 year ago
JSON representation

Exposes some Roslyn internals in a nice way, such as executing code fixes or retrieving the CompositionContext for a Workspace.

Awesome Lists containing this project

README

          

# roslynator 9000

Exposes some Roslyn internals in a nice way, such as executing code fixes or retrieving the CompositionContext for a Workspace.

In particular, [applying code fixes outside of Visual Studio](https://github.com/dotnet/roslyn/issues/2020) isn't very well
supported or intuitive right now in Roslyn.

After you installed the [roslynator]()