ReSharper dislikes ? in MappedUri string
JetBrains ReSharper 5.1 C# Edition
Build 5.1.3000.12 on 2011-01-28T04:05:56
Plugins: none.
Visual Studio 10.0.40219.1.
ReSharper is complaining in my Silverlight XAML files about ? in the path.. any idea why?
MappedUri ="/Views/PagePeople.xaml?username={username}"
<uri:UriMapper>
<uri:UriMapping Uri="/People/{username}" MappedUri="/Views/PagePeople.xaml?username={username}"/>
<uri:UriMapping Uri="/Home" MappedUri="/Views/Home.xaml"/>
<uri:UriMapping Uri="/{pageName}" MappedUri="/Views/Page{pageName}.xaml"/>
<uri:UriMapping Uri="/People" MappedUri="/Views/PagePeople.xaml"/>
</uri:UriMapper>
Please sign in to leave a comment.
Hello David,
We couldn't reproduce this behavior with the latest build of ReSharper 6.0,
so the problems appears to be fixed. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi,
It seems that we have fixed this issue in R# 6.0 EAP
http://youtrack.jetbrains.net/issue/RSRP-179570
--
--
Kirill Falk
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"