ReSharper gets confused with duplicate class names
Say I have a class named "Series", and a web page named "Series.aspx" which displays a bunch of Series objects. Within the Series.aspx.cs file, ReSharper always thinks that when I refer to "Series", I mean the page class Series, even though I have a using statement:
using Series = Components.Objects.Series
Attached is a small sample app which demonstrates the problem.
Attachment(s):
Web.zip
Please sign in to leave a comment.
Gerrod,
Thanks a lot for Your feedback, I'll check it ASAP.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Gerrod,
I've just checked Your example - the only error is unresolved symbol 'Name'
in Default.aspx.cs line 17. And there is no Name in Default class.
What's wrong with it?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"