ReSharper adds binary links instead of refs projects

We have a problem with ReSharper (7 / VS2010): when you use it to add links from one project to another in the same solution, sometimes it adds a binary link to the output of the link project instead of the ref project. Could this behavior be disabled, ideally, so that it only adds ref ref to the project, but failed to disable the addition of links at all?

+8
visual-studio-2010 visual-studio-2012 resharper
source share
2 answers

This error became known to JetBrains after the original question was asked ( see here ). He says that it is fixed in ReSharper 8.0.14+. JetBrains sometimes overdo it a bit to declare errors to close; however, there is a similar error (see the list in the link above), which is supposedly fixed in R # 8.2, so there is a good chance that this is no longer a problem with this version.

+1
source share

This is definitely a bug in ReSharper, and you need to open a problem for them, as @wal pointed out here: http://devnet.jetbrains.net/community/resharper

0
source share

All Articles