Freigeben über


FxCop Target Rules

To go along with yesterday's post on targeting a particular version of the framework for proxy generation, FxCop 1.36 supports some new features for platform targeting. The portability section contains a targeted framework version rule that allows you to validate that all API calls used by your program are available in a particular version of the framework. The target framework version can either be the compilation target version in your project or a version that you specify manually as an option.

Comments