Tagged Questions

8
votes
1answer
527 views

Is there a way to ignore Visual Studio errors thrown by XAML?

I know you can do it in CodeBehind with something like this... #pragma warning disable 67 ... #pragma warning restore 67 But is there a way to do this type of thing in XAML? For example, I have ...