FxCop Live Code Analysis

When you develop class libraries that extend or interact with the .NET Framework, you should follow the Framework Design Guidelines (https://msdn.microsoft.com/en-us/library/ms229042(v=vs.110).aspx), which help developers ensure that they write consistent APIs by providing a unified programming model that is independent from the programming language. In some cases, it can be hard to ensure that all your code is compliant with the Framework Design Guidelines, especially when you have large projects with many lines of code. In the past, you could check for guidelines incompatibilities only with build-time analysis offered by integrated tools in the IDE (and actually these tools are still available in Visual Studio 2015 ...

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.