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
Petr Onderka
Petr Onderka2y ago
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).
Andreu
AndreuOP2y ago
Is there any plan to support Rider? These days I've seen some Metalama issues in JetBrains' issue tracker
Petr Onderka
Petr Onderka2y ago
We have hopes to support that in Rider in the future, but currently no concrete plans.

Did you find this page helpful?