ReSharper: 'Name' attribute is not allowed here; use 'x:Name' instead in XAML
- by Roger Lipscombe
ReSharper's complaining about some of my XAML with the following error:
'Name' attribute is not allowed here
because type 'FlashingTextBlock' is
implemented in the same project. Use
'x:Name' instead
What's the problem here? Should I do what it says?