Skip to content

Commit e851f58

Browse files
authored
Add "Remarks" heading for error references in range [C1250, C1260]
1 parent d68011f commit e851f58

File tree

11 files changed

+22
-0
lines changed

11 files changed

+22
-0
lines changed

docs/code-quality/c1250.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ ms.assetid: 3f2385d7-e0d6-4574-8cea-342e82d0aea4
1010

1111
> Unable to load plug-in '*plugin-name*'.
1212
13+
## Remarks
14+
1315
The Code Analysis tool reports this error when there's an internal error in the plugin, not in the code being analyzed.

docs/code-quality/c1251.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ ms.assetid: 0b46e0a5-c290-48d8-ba4e-f526ae68993b
1010

1111
> Unable to load models.
1212
13+
## Remarks
14+
1315
The Code Analysis tool reports this error when there's an internal error in the model file, not in the code being analyzed.

docs/code-quality/c1252.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.assetid: e88bf199-890d-4582-bb5c-c1238797145b
1010

1111
> Circular or missing dependency between plugins: '*plugin-name*' requires GUID '*globally-unique-identifier*'
1212
13+
## Remarks
14+
1315
The Code Analysis tool reports this error when there's an internal error in the plugin dependencies. It's not caused by an issue in the code being analyzed.
1416

1517
In some cases, it's possible to work around this issue by disabling the **Enable Code Analysis on Build** property. To disable this build property, open the Property pages dialog for your project. In the **Solution Explorer** window, right-click on the project (not the solution) and select **Properties** in the shortcut menu. Set the **Configuration** to **All Configurations** and the **Platform** to **All Platforms**. Open the **Configuration Properties** > **Code Analysis** > **General** property page. Modify the **Enable Code Analysis on Build** property to **No**. Choose **OK** to save your changes, and then save your project files. Rebuild your project to verify that the issue no longer occurs.

docs/code-quality/c1253.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ ms.assetid: 21a4062f-fde8-40e5-8dbd-6f892926d3d2
1010

1111
> Unable to load model file.
1212
13+
## Remarks
14+
1315
The Code Analysis tool reports this error when there's an internal error in the model file, not in the code being analyzed.

docs/code-quality/c1254.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ ms.assetid: cb1377cf-869e-432d-941f-71f77134f97a
1010

1111
> Plugin version mismatch: '*module*' version '*version-number*' doesn't match the version '*version-number*' of the PREfast driver
1212
13+
## Remarks
14+
1315
The Code Analysis tool reports this error when there's an internal error with the plugin version, not in the code being analyzed.

docs/code-quality/c1255.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ ms.assetid: a97da6bd-06dc-42bf-9158-0de1ebb90d4a
1010

1111
> PCH data for plugin '*plugin-name*' has incorrect length.
1212
13+
## Remarks
14+
1315
The Code Analysis tool reports this error when there's an internal error in the tool, not in the code being analyzed.

docs/code-quality/c1256.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ ms.assetid: 4d65e495-f9d9-435c-ba51-1cf5b4cc2309
1010

1111
> '*plugin-name*': PCH must be both written and read.
1212
13+
## Remarks
14+
1315
The Code Analysis tool reports this error when there's an internal error in the tool, not in the code being analyzed.

docs/code-quality/c1257.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ ms.assetid: 38d3ec05-01ba-42b3-aac6-077e92bf2ded
1010

1111
> '*Plugin-name*': Initialization Failure.
1212
13+
## Remarks
14+
1315
The Code Analysis tool reports this error when there's an internal error in the plugin, not in the code being analyzed.

docs/code-quality/c1258.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ helpviewer_keywords: ["C1258"]
99

1010
> Failed to save XML Log file '*filename*'. *Message*.
1111
12+
## Remarks
13+
1214
The Code Analysis tool reports this error when there's an internal error in the plugin, not in the code being analyzed.

docs/code-quality/c1259.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ helpviewer_keywords: ["C1259"]
99

1010
> A fatal error was issued by a plugin.
1111
12+
## Remarks
13+
1214
The Code Analysis tool reports this error when there's an internal error in the plugin, not in the code being analyzed.

0 commit comments

Comments
 (0)