Does Resharper not work well with XAML?

I noticed a template with ReSharper (both 4.5 and 5).

Very often (almost always), when I include all the solution analysis and WPF code in my solution, ReSharper will mark the number of .xaml.cs files as broken.

When I go to a file, sometimes it is magically updated and does not display any errors, and in other cases I have to open other files that are not read correctly and close them again to get resharper to analyze them correctly.

I assume it has something to do with the .cs temporary code that is generated using XAML, but does anyone know why this is actually happening, and if there is work around? Should I just send an error report using JetBrains? Does anyone else experience this?

+3
source share
2 answers

ReSharper 6.0 provides significantly improved XAML support.

+3
source

Resharper 7.1 seems to have improved in XAML support and solves the problems still present in 6.0

XAML support is now much smoother in terms of code completion, help with typing, name style management and code generation.

See " Updating XAML Support in ReSharper 7.1 "

+1
source

Source: https://habr.com/ru/post/1743590/


All Articles