visual studio - Rebuild all Interfaces based on directory of Implementations -
I like to use Resharper, their implementation has an easy to remove interface. My solution layout is such that there is a directory for my implementation, and there is a directory for interfaces. What do I want to be able to do, point to my implementation directory, then point to my interface directory and do it to rebuild all the interfaces. Do you know about any tools or T4 templates to do this? Are you
There is no such functionality in reciprocity, and I also can not understand that How to use T4, which is a templateing engine ReSharper is very extensible, so you can write custom plugin to do this.
Comments
Post a Comment