I'm setting up xml comments through properties in project in solution. I want this comments to be seen in other project in same solution. However project and xml being refereenced in bin near .exe isn't enough.
I tried adding the hard link to other project bin folder but it didn't quite work.
I have project tree like:
Solution:
|---ProjectA (referrence to project B)
|---ProjectB (having some summary comments in it generated on build)
I'm using methods from B working as utility methods in project A, but I can't see the summary out of xml. When I'm calling method like
_something.doAFlip()
there is no description while calling class and method while it is provided alongside .dll in bin/netframework etc. with name: myassembly.dll and myassembly.xml together.