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

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.

Awesome Lists containing this project

README

        

![roslyn](https://user-images.githubusercontent.com/8418700/141319953-df7377d9-bc72-409e-8fd1-5e7000339d47.png)

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)