Skip to content

Commit

Permalink
AC-335637: Edit description of 1002 diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
EAndrosova committed Jan 22, 2025
1 parent 9536bb6 commit 2aae98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/diagnostics/CoreCompat1002.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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 it is obsolete. | Error | Unavailable |
| CoreCompat1002 | The underlined API is not portable to .Net Core 2.2 runtime because the API is obsolete. | Error | Unavailable |

## Diagnostic Description

The underlined API is not portable to .Net Core 2.2 runtime because it is obsolete. Call to this API will throw PlatformNotSupportedException. You need to change your code to eliminate its usage.
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.

0 comments on commit 2aae98f

Please sign in to comment.