R#6 suggesting I should add a reference when it shouldn't
Hello,
I have an interface named 'IDynamicDataSource' in one of my assemblies, I'm referencing the assembly to the test project for the corresponding assembly yet ReSharper 6 tells me I should reference the assembly 'System.Web' because there's such an interface there, somewhat reasonable but why it's still doing that when I specify the full qualified name to my interface ?
Please sign in to leave a comment.
I guess your Interface uses some type which is inside the web assembly or has some other dependency on the web assembly which can cause some error.
You're right, thank you! I overlooked it haha .. ;)