JoanComasFdz / dotnet-how-to-debug-source-generator-vs2022

Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022
98 stars 9 forks source link

Please add this to the guide #1

Closed ekalchev closed 2 years ago

ekalchev commented 2 years ago

Please add this to the guide because took me too much time to figure out why Roslyn Analyzer was missing as options

"Also make sure in the Visual Studio Installer that you have installed the .NET Compiler Platform SDK."

JoanComasFdz commented 2 years ago

Interestingly, I actually wrote it in the stackoverflow question: https://stackoverflow.com/questions/70774200/how-to-debug-roslyn-source-generator-in-vs-2022/71314452#71314452. I am updating it now