Abigous Invocation
I have a collection calss that implements IList and with Resharper it can't
resolve the following... and underlines in a squigley line saying ambigous
invocation which seems to mess up everything else that uses that class as
well...
public Foo this[int index] {
get {...}
set {...}
}
object IList.this[int index] {
get { return this[index]; }
set {...}
}
Is this going to be fixed in the future?
Please sign in to leave a comment.
Scott,
thanks for your report, this does not appear to be a known problem. I've
added it
to the tracker
http://www.intellij.net/tracker/resharper/viewSCR?publicId=1259.
BTW, you can submit problems to our tracker directly using the following
URL:
"Scott Densmore" <scottden@online.microsoft.com> wrote in message
news:c38h3b$3c9$1@is.intellij.net...
can't
>
>
>
>
>
>
>
>
>
>
>
>
>
>
The missed URL is: http://www.intellij.net/tracker/resharper/browse
"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c3960j$jpl$1@is.intellij.net...
>
>
>
ambigous
as
>
>
Thanks! Is this the best place to post these kinds of issues? I am
religiously using Resharper in a large project and love the tool and want to
make sure it is the best it can be.
scott
"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c3960j$jpl$1@is.intellij.net...
>
>
>
ambigous
as
>
>
Scott,
you can freely post all your bug & feature requests to the tracker, and they
definitely will not be forgotten ;-).
All you need is to register at t http://www.intellij.net/account.jsp
"Scott Densmore" <scottden@online.microsoft.com> wrote in message
news:c39vtp$ghq$1@is.intellij.net...
to
>
>
>
>