You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kave...@googlegroups.com
Hey guys,
I have a little problem with our reference-system. I want to use some class that is defined within two assemblies and this prevents the compiler from finishing correctly (ambiguous references). The class in question is "System.Linq.ParallelEnumerable" from assembly System.Core.dll with the second occurrence in System.Threading.dll. Removing the second one from my file-system works well while compiling (except from the warnings that the projects are referencing a non-existing library) but at some (for me) arbitrary point in time (perhaps it was a project-reload) the dll is there again. It seems that we don't need "System.Threading.dll", so I think we could just remove it from our reference-list, but I don't know how to do this (removing this reference from the project's reference-list has no effect; the reference is there again after project-reload).
The dll is located in "\kave\feedback-generator\packages\JetBrains.ReSharper.SDK.8.2.1158\bin\". May this be a reference that we cannot remove because ReSharper needs it? If so, how to solve the ambiguity?
Greets Dennis
Sven Amann
unread,
Oct 19, 2014, 5:51:27 AM10/19/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dennis Albrecht, kave...@googlegroups.com
Hi Dennis,
as you found out yourself, the duplicated threading-dependency comes via R# and is, therefore, undeletable. This is a known issue. Others have it too. It was reported to the R# guys months ago.
Please let us find a date to discuss your approach before you spend to much time searching for workarounds.