This document describes the CoreCompat1002 diagnostic.
Code | Short Description | Type | Code Fix |
---|---|---|---|
CoreCompat1002 | The underlined API is not portable to .Net Core 2.2 runtime because the API is obsolete. | Error | Unavailable |
The underlined API is not portable to .Net Core 2.2 runtime because the API is obsolete. A call to this API will throw PlatformNotSupportedException
. You need to change your code to eliminate its usage.