Hi,
I need to parse the referenced assemblies of a project (in order to find certain types that have to be written in a configuration file). I can work on the list of references, load the respective assembly and reflect over the types.
However this will block the DLL files and the next build will fail. Using ITypeResolutionService didn't help either.
Visual Studio loads those Assemblies as well, yet it does not lock them (probably shadow copying or some other special handling). Does anyone know how to get hold of the assembly loaded by VS?
Regards,
Alexander