dotnet-how-to-debug-source-generator-vs2022
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
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:  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...