Rider Nuget Token Transformations Not Working
I have created a Nuget package wtih C# class files that contain token transformations. Class files are given the .pp extension (MyTestClass.cs.pp). The tokens $rootnamespace$ and $ProjectName$ transform properly in VS2019, but Rider appears to ignore the tokens and does not replace them when installing the package.
Please sign in to leave a comment.
Hi Brian Peairs!
Unfortunately, Rider does not support .pp yet. We already have a feature request for this: RIDER-10016. Please, feel free to follow it for updates.
Should you have any other questions, let us know.
We need to use this feature in a project, and lack of support will stop deployment or Rider in our shop :-(