Skip to content

Commit 1b6776d

Browse files
authored
Merge pull request MicrosoftDocs#4560 from corob-msft/learn/corob/code-qa-titles
Update code analysis fatal errors
2 parents 7b3240f + 0569767 commit 1b6776d

File tree

12 files changed

+498
-451
lines changed

12 files changed

+498
-451
lines changed

docs/code-quality/c1250.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
description: "Learn more about: C1250"
3-
title: C1250
4-
ms.date: 11/04/2016
2+
description: "Learn more about: Fatal error C1250"
3+
title: Fatal error C1250
4+
ms.date: 10/04/2022
55
ms.topic: reference
6-
f1_keywords: ["C1250"]
6+
f1_keywords: ["C1250", "FATALERROR_UnableToLoadPlugin"]
77
helpviewer_keywords: ["C1250"]
88
ms.assetid: 3f2385d7-e0d6-4574-8cea-342e82d0aea4
99
---
10-
# C1250
10+
# Fatal error C1250
1111

12-
> warning C1250: Unable to load plug-in.
12+
> Unable to load plug-in '*plugin-name*'.
1313
14-
The Code Analysis tool reports this warning when there is an internal error in the plugin, not in the code being analyzed.
14+
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: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
2-
description: "Learn more about: C1251"
3-
title: C1251
4-
ms.date: 11/04/2016
2+
description: "Learn more about: Fatal error C1251"
3+
title: Fatal error C1251
4+
ms.date: 10/04/2022
55
ms.topic: reference
6+
f1_keywords: ["C1251", "FATALERROR_UnableToLoadModel"]
7+
helpviewer_keywords: ["C1251"]
68
ms.assetid: 0b46e0a5-c290-48d8-ba4e-f526ae68993b
79
---
8-
# C1251
10+
# Fatal error C1251
911

10-
> warning C1251: Unable to load models.
12+
> Unable to load models.
1113
12-
The Code Analysis tool reports this warning when there is an internal error in the model file, not in the code being analyzed.
14+
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
description: "Learn more about: C1252"
3-
title: C1252
4-
ms.date: 06/01/2022
2+
description: "Learn more about: Fatal error C1252"
3+
title: Fatal error C1252
4+
ms.date: 10/04/2022
55
ms.topic: reference
6-
f1_keywords: ["C1252"]
6+
f1_keywords: ["C1252", "FATALERROR_CircularDependency"]
77
helpviewer_keywords: ["C1252"]
88
ms.assetid: e88bf199-890d-4582-bb5c-c1238797145b
99
---
10-
# C1252
10+
# Fatal error C1252
1111

12-
> warning C1252: Circular or missing dependency between plugins: '*plugin-name*' requires GUID '*globally-unique-identifier*'
12+
> Circular or missing dependency between plugins: '*plugin-name*' requires GUID '*globally-unique-identifier*'
1313
14-
The Code Analysis tool reports this warning when there's an internal error in the plugin dependencies. It's not caused by an issue in the code being analyzed.
14+
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.
1515

1616
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.
1717

docs/code-quality/c1253.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
description: "Learn more about: C1253"
3-
title: C1253
4-
ms.date: 11/04/2016
2+
description: "Learn more about: Fatal error C1253"
3+
title: Fatal error C1253
4+
ms.date: 10/04/2022
55
ms.topic: reference
6-
f1_keywords: ["C1253"]
6+
f1_keywords: ["C1253", "FATALERROR_UnableToLoadModelFile"]
77
helpviewer_keywords: ["C1253"]
88
ms.assetid: 21a4062f-fde8-40e5-8dbd-6f892926d3d2
99
---
10-
# C1253
10+
# Fatal error C1253
1111

12-
> warning C1253: Unable to load model file.
12+
> Unable to load model file.
1313
14-
The Code Analysis tool reports this warning when there is an internal error in the model file, not in the code being analyzed.
14+
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
description: "Learn more about: C1254"
3-
title: C1254
4-
ms.date: 11/04/2016
2+
description: "Learn more about: Fatal error C1254"
3+
title: Fatal error C1254
4+
ms.date: 10/04/2022
55
ms.topic: reference
6-
f1_keywords: ["C1254"]
6+
f1_keywords: ["C1254", "FATALERROR_PluginVersionMismatch"]
77
helpviewer_keywords: ["C1254"]
88
ms.assetid: cb1377cf-869e-432d-941f-71f77134f97a
99
---
10-
# C1254
10+
# Fatal error C1254
1111

12-
> warning C1254: Plugin version mismatch : version doesn't match the version of the PREfast driver
12+
> Plugin version mismatch: '*module*' version '*version-number*' doesn't match the version '*version-number*' of the PREfast driver
1313
14-
The Code Analysis tool reports this warning when there is an internal error with the plugin version, not in the code being analyzed.
14+
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
description: "Learn more about: C1255"
3-
title: C1255
4-
ms.date: 11/04/2016
2+
description: "Learn more about: Fatal error C1255"
3+
title: Fatal error C1255
4+
ms.date: 10/04/2022
55
ms.topic: reference
6-
f1_keywords: ["C1255"]
6+
f1_keywords: ["C1255", "FATALERROR_PCHSyncLost"]
77
helpviewer_keywords: ["C1255"]
88
ms.assetid: a97da6bd-06dc-42bf-9158-0de1ebb90d4a
99
---
10-
# C1255
10+
# Fatal error C1255
1111

12-
> warning C1255: PCH data for plugin has incorrect length.
12+
> PCH data for plugin '*plugin-name*' has incorrect length.
1313
14-
The Code Analysis tool reports this warning when there is an internal error in the tool, not in the code being analyzed.
14+
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
description: "Learn more about: C1256"
3-
title: C1256
4-
ms.date: 11/04/2016
2+
description: "Learn more about: Fatal error C1256"
3+
title: Fatal error C1256
4+
ms.date: 10/04/2022
55
ms.topic: reference
6-
f1_keywords: ["C1256"]
6+
f1_keywords: ["C1256", "FATALERROR_PCHInconsistent"]
77
helpviewer_keywords: ["C1256"]
88
ms.assetid: 4d65e495-f9d9-435c-ba51-1cf5b4cc2309
99
---
10-
# C1256
10+
# Fatal error C1256
1111

12-
> warning C1256: PCH must be both written and read.
12+
> '*plugin-name*': PCH must be both written and read.
1313
14-
The Code Analysis tool reports this warning when there is an internal error in the tool, not in the code being analyzed.
14+
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
description: "Learn more about: C1257"
3-
title: C1257
4-
ms.date: 11/04/2016
2+
description: "Learn more about: Fatal error C1257"
3+
title: Fatal error C1257
4+
ms.date: 10/04/2022
55
ms.topic: reference
6-
f1_keywords: ["C1257"]
6+
f1_keywords: ["C1257", "FATALERROR_InitFailure"]
77
helpviewer_keywords: ["C1257"]
88
ms.assetid: 38d3ec05-01ba-42b3-aac6-077e92bf2ded
99
---
10-
# C1257
10+
# Fatal error C1257
1111

12-
> warning C1257: Plugin Initialization Failure.
12+
> '*Plugin-name*': Initialization Failure.
1313
14-
The Code Analysis tool reports this warning when there is an internal error in the plugin, not in the code being analyzed.
14+
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
description: "Learn more about: Fatal error C1258"
3+
title: Fatal error C1258
4+
ms.date: 10/04/2022
5+
ms.topic: reference
6+
f1_keywords: ["C1258", "FATALERROR_SaveToXmlFailed"]
7+
helpviewer_keywords: ["C1258"]
8+
---
9+
# Fatal error C1258
10+
11+
> Failed to save XML Log file '*filename*'. *Message*.
12+
13+
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
description: "Learn more about: Fatal error C1259"
3+
title: Fatal error C1259
4+
ms.date: 10/04/2022
5+
ms.topic: reference
6+
f1_keywords: ["C1259", "FATALERROR_FatalError"]
7+
helpviewer_keywords: ["C1259"]
8+
---
9+
# Fatal error C1259
10+
11+
> A fatal error was issued by a plugin.
12+
13+
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/c1260.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
description: "Learn more about: Fatal error C1260"
3+
title: Fatal error C1260
4+
ms.date: 10/04/2022
5+
ms.topic: reference
6+
f1_keywords: ["C1260", "FATALERROR_DuplicateId"]
7+
helpviewer_keywords: ["C1260"]
8+
---
9+
# Fatal error C1260
10+
11+
> The plugins '*plugin-1*' and '*plugin-2*' share the same id. It is not supported to load the same plugin twice.
12+
13+
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)