python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to debug Roslyn source generator in VS 2022?
Context
I was able to debug my source generator in VS 2019 by setting the project properties/debug Launch to Roslyn Component, then the target project combo to one of my consuming project:
Now this ...

g.pickardou
Votes: 0
Answers: 1
IntelliSense gives errors because it disregards (does not see) the source generator generated source, despite build gives no error
IntelliSense gives errors because it disregards (does not see) the source generator generated source, despite build gives no errors.
I've tried to build/rebuild multiple times. The generated source ar...

g.pickardou
Votes: 0
Answers: 1
SourceGenerator/IncrementalGenerator Debugging
We used to be able to debug Source Generators using this tip from https://github.com/amis92/csharp-source-generators#tips--tricks in VS 2019.
We have upgraded to VS 2022 (update 2) and this no longer ...
CrazyTmack
Votes: 0
Answers: 1