dotnet-how-to-debug-source-generator-vs2022 icon indicating copy to clipboard operation
dotnet-how-to-debug-source-generator-vs2022 copied to clipboard

Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022

Results 3 dotnet-how-to-debug-source-generator-vs2022 issues
Sort by recently updated
recently updated
newest added

I follow the instructions exactly, but I get stuck at step 8: > 8. In Target project select the Console Application project. For my menu, it's entirely blank: ![image](https://github.com/JoanComasFdz/dotnet-how-to-debug-source-generator-vs2022/assets/84940819/f0953462-446c-421d-9551-952e6902125f) I...

This change was required to make the process work for VSS17.2.6. The changes follow the example given at: https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview

I'm trying to follow the instructions in Microsoft Visual Studio Professional 2022 Version 17.11.3 with .NET Compiler Platform SDK installed. There isn't a "Roslyn component" option available when creating a...