View diff in Rider
I don't use Visual Studio, and overall, I don't have Windows. Is there any way to see the source generated by Metalama?
With source generators I could see the source in the IDE, but with Metalama I can't.
3 Replies
There is currently no easy way to view the diff in Rider. The closest you can get to that is to generate the transformed files to disk using
dotnet build -p:MetalamaEmitCompilerTransformedFiles=True -p:MetalamaFormatOutput=True
and then manually view or diff them (they will be in e.g. obj/Debug/net6.0/metalama
).Is there any plan to support Rider? These days I've seen some Metalama issues in JetBrains' issue tracker
We have hopes to support that in Rider in the future, but currently no concrete plans.