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.
- Host: GitHub
- URL: https://github.com/kzu/roslynator
- Owner: kzu
- License: mit
- Created: 2017-04-25T04:20:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T21:46:17.000Z (over 8 years ago)
- Last Synced: 2025-04-22T14:12:22.791Z (over 1 year ago)
- Language: C#
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]()