Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper adding binary refs instead of project refs

We have an issue with ReSharper (7/VS2010): when you use it to add a reference from one project to another in the same solution sometimes it will add a binary reference to the output of the referenced project instead of a project refs. Can this behavior be disabled, ideally so that it only adds project refs but failing that disable adding refs altogether?

like image 402
Myles McDonnell Avatar asked Oct 25 '12 10:10

Myles McDonnell


1 Answers

This bug became known to JetBrains not longer after the original question was posed (see it here). It says it is fixed in ReSharper 8.0.14+. JetBrains is sometimes a little over-enthusiastic about declaring bugs to be closed; however there's a similar bug (see the list in the link above) that's supposedly fixed in R# 8.2, so there's a good chance this is no longer an issue with that version.

like image 69
nateirvin Avatar answered Oct 13 '22 17:10

nateirvin