Issue 487 · Week of May 04, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Ways to Test Roslyn Source Generators

Read full article Discuss
There are a few ways to check if a Roslyn Source Generator works. You can match the code it makes to expected results, or you can run the code it makes to see if it acts the right way.