Portability Warnings

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Portability Warnings.

Portability warnings support portability across different operating systems.

RuleDescription
CA1900: Value type fields should be portableThis rule checks that structures that are declared by using an explicit layout attribute will align correctly when marshaled to unmanaged code on 64-bit operating systems.
CA1901: P/Invoke declarations should be portableThis rule evaluates the size of each parameter and the return value of a P/Invoke, and verifies that their size is correct when marshaled to unmanaged code on 32-bit and 64-bit operating systems.
CA1903: Use only API from targeted frameworkA member or type is using a member or type that was introduced in a service pack that was not included together with the targeted framework of the project.
Show: