I have huge solution, big 40 projects inside, BL, services layers, Repositories and mvc UI. I need to remove 2 controllers and all it's dependencies. Some methods inside these controllers call other methods , they call others, they call BL , they call services, they call respository. How to remove safely all these connection without destroying rest part? Is there any quick way to do it ? maybe resharper can help ?

有帮助吗?

解决方案

Just remove your methods, build and see where you have errors, this will show you where your methods are used ;)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top