Hi,
We have a number of people working on a project. Is there any tool that will scan and check my entire solution if it has any unmanaged code or non-typesafe code ?
The objective is to host the entire solution with completely managed code, find the loopholes and fix them to be type-safe and managed code.
What are the common loopholes I will need to consider and deal with ?
Thanks.