0
kicks
Running Xaml FXCop rules in FXCop GUI
So one of the uses of the XamlToolkit is to write FXCop rules for XAML. We provide the Microsoft.Tools.Xaml.FxCop.dll which has some inbuilt XAML rules that you can try out. You could also write new ones by referencing this dll.
One of the queries I got in response to my previous post was how do i get the rules running. So here go the steps