XAML Go To Definition (F12) not working for NuGet resources

Hi,

I have WPF application which is using MahApps.Metro NuGet. Resources are loaded in App.xaml file.

<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>

<!-- MahApps-Styles -->
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />

</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>

Is there a way to navigate to those resources by using Resharper? Navigation for other resources with source code included works just fine.

 

0
1 comment
Official comment

Hello!

 

Thank you for contacting us.

Corresponding feature request is reported here - https://youtrack.jetbrains.com/issue/RSRP-472664.

You are welcome to comment or vote for it.

Thank you.

Please sign in to leave a comment.