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?
source
share