I wanted to verify few design patterns in C# code by static analysis. I found that by creating a plugin for Resharper I can verify the patterns on-the-fly while i am coding. But I did not find good documentation related to its open APIs. Are there any links where I can find suitable documentation.
I Am using MVVM pattern so i want to verify that View-Model classes are not having any dependency with UI classes or elements (WPF elements).