https://github.com/hamedfathi/roslynsolutionanalyzor
A sample to show how to analyze a .NET solution by the Roslyn .NET compiler.
https://github.com/hamedfathi/roslynsolutionanalyzor
compiler csharp dotnet refactoring roslyn roslyn-analyzer roslyn-analyzers
Last synced: about 2 months ago
JSON representation
A sample to show how to analyze a .NET solution by the Roslyn .NET compiler.
- Host: GitHub
- URL: https://github.com/hamedfathi/roslynsolutionanalyzor
- Owner: HamedFathi
- Created: 2020-07-06T18:59:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T23:44:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T23:13:10.502Z (4 months ago)
- Topics: compiler, csharp, dotnet, refactoring, roslyn, roslyn-analyzer, roslyn-analyzers
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Based on this sample you can read & analyze other solutions by **Roslyn**.
Run the following command in a command-line:
```bash
LoadSolutionForAnalysis.exe "{YOUR_PATH}.sln"
```For more information, There is an issue about this sample [here](https://github.com/dotnet/roslyn/issues/44586)