I writed a SourceGenerator, but how do I test it?
Main issue is how to imitate GeneratorExecutionContext
(or just Compilation
inside it) which generator gets into Execute
method. I think there is a proper way to make fake SyntaxTrees for unit testing, but I cant find it. There are many articles about source generators itself, but none of them explain how to test generators.
You should look at official Source Generators Cookbook
There is example from it: