How to disable separate Fody plugin in Release mode?

101 Views Asked by At

I'm using MethodDecorator.Fody (for injecting debug stuff) and some other plugins (PropertyChaged etc.).

Is there any way to disable MethodDecorator.Fody in Release build mode but keep the others enabled?

0

There are 0 best solutions below