Browse by Tags

All Tags » Resharper » Visual Studio 2008 » Software Development (RSS)

Working with Resharper's External Annotation XML Files

Resharper 4.0 has external annotation XML files that you can create to give Resharper more information about your code. For example, you can tell Resharper that a particular method does not accept a null argument. For example, the following method does...