Hello, When I have a Method body that contains branches (if statements, switch statements , try catch handler etc) and I insert new Instructions then Branches get messed up obviously. (they are not pointing to the correct instruction after the modification). I headed that Mono.Cecil.Rocks can fix that problem somehow. Can someone tell me how I can do that? How can I adjust the branches again after modifying the Method body? Would be great if someone can provide a little codesnippet since I never used the Cecil.Rocks before and I have no clue how I can solve this problem:)
-- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
