Possibility to use PostSharp instead of Fody? #3097
-
Hi, I have been looking into migrating to using ReactiveUI for some of my WPF projects, and I noticed that ReactiveUI's solution to reducing boilerplate code was to use Fody. I personally use PostSharp in a lot of my projects and I was wondering if anyone has PostSharp equivalents to the Fody solution that ReactiveUI uses. I have personally only been able to convert the I haven't been able to find a way to replace the Fody version of the This is mostly for curiosity sake, as I have found that I can include both Fody and PostSharp in the same application without any issues, but I also suspect that my reliance on PostSharp with a ReactiveUI -based project will be a lot less than with a project not using ReactiveUI. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't think introducing another IL modifier framework is in the future since there is already a bit of a maintenance burden for us with the fody one. |
Beta Was this translation helpful? Give feedback.
I don't think introducing another IL modifier framework is in the future since there is already a bit of a maintenance burden for us with the fody one.