L
Leon
Hello,
I am currently working on a project with the following layout:
10 applications, each making calls to a common custom framework built on top
of .Net. Each app consists of a solution with a number of projects
underneath. The framework is referenced by each application through a
project reference, but each app may use different methods inside the
framework (ex. some apps use Transactions, others don't). I need -to perform
an audit on the applications to figure out which methods in the framework are
actually used, but I can't seem to come up with an effective way of doing it.
Since the framwork is referenced in 10 separate solutions, I would like to
avoid having to open each one individually and than finding all the
references for each of the framework methods. Does any one know of a good
tool to do this or can recommend an approach?
Thank you very much,
Leon
I am currently working on a project with the following layout:
10 applications, each making calls to a common custom framework built on top
of .Net. Each app consists of a solution with a number of projects
underneath. The framework is referenced by each application through a
project reference, but each app may use different methods inside the
framework (ex. some apps use Transactions, others don't). I need -to perform
an audit on the applications to figure out which methods in the framework are
actually used, but I can't seem to come up with an effective way of doing it.
Since the framwork is referenced in 10 separate solutions, I would like to
avoid having to open each one individually and than finding all the
references for each of the framework methods. Does any one know of a good
tool to do this or can recommend an approach?
Thank you very much,
Leon