Issue with Silverlight 3 and System.Windows.Navigation.UriMapper
I am using the UriMapper new to Silverlight 3 and I believe that I get a false positive with R# 5.
<
Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Client.App"
xmlns:navcore="clr-namespace:System.Windows.Navigation;assembly=System.Windows.Controls.Navigation"
>
...
<
navcore:UriMapper x:Key="uriMapper">
<navcore:UriMapping Uri="FinancialInstitutions" MappedUri="/Views/FinancialInstitutions/Default.xaml"/>
...
...
ReSharper complains about the fact that the path "<drive>:\projects\projectA\FinancialInstitions" is not found. This is a false positive because I could enter for the uri whatever I want normally as long as it maps to a MappedUri. Or maybe there is something I don't know and in that case forgive my ignorance.
Please sign in to leave a comment.
Hello,
We appreciate your feedback. The corresponding JIRA request has been created,
and you are welcome to monitor its status at http://www.jetbrains.net/jira/browse/RSRP-125997.
You may want to check our request tracking policy here: http://www.jetbrains.net/confluence/display/ReSharper/ReSharperIssueTracker
Best regards,
- Development Team.