Skip to content

Commit 8ddaf26

Browse files
authored
Update ms.topic (#23971)
1 parent eed8584 commit 8ddaf26

File tree

202 files changed

+235
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+235
-200
lines changed

docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
"docs/fundamentals/diagnostics/**.md": "reference",
221221
"docs/standard/**/*how-to*.md": "how-to",
222222
"docs/standard/base-types/*.md": "how-to",
223+
"docs/standard/data/sqlite/*.md": "reference",
223224
"docs/visual-basic/language-reference/**/*.md": "reference",
224225
"docs/visual-basic/reference/**/*.md": "reference",
225226
"docs/visual-basic/misc/bc*.md": "error-reference"

docs/standard/assembly/create-public-private-key-pair.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ helpviewer_keywords:
1111
- "public-private key pairs"
1212
- ".snk files"
1313
- "strong-named assemblies, key pairs"
14-
ms.assetid: 05026813-f3bd-4d7c-9e0b-fc588eb3d114
1514
dev_langs:
1615
- "csharp"
1716
- "vb"
1817
- "cpp"
18+
ms.topic: how-to
1919
---
2020
# How to: Create a public-private key pair
2121

docs/standard/assembly/create-signed-friend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: "How to: Create signed friend assemblies"
33
description: This article shows how to use friend assemblies with assemblies that have strong names. It includes information about .NET security.
44
ms.date: 08/19/2019
5-
ms.assetid: bab62063-61e6-453f-905f-77673df9534e
65
dev_langs:
76
- "csharp"
87
- "vb"
8+
ms.topic: how-to
99
---
1010
# How to: Create signed friend assemblies
1111

docs/standard/assembly/create-unsigned-friend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: "How to: Create unsigned friend assemblies"
33
description: This article shows how to use friend assemblies with assemblies that are unsigned. It includes information about .NET security.
44
ms.date: 08/19/2019
5-
ms.assetid: 78cbc4f0-b021-4141-a4ff-eb4edbd814ca
65
dev_langs:
76
- "csharp"
87
- "vb"
8+
ms.topic: how-to
99
---
1010
# How to: Create unsigned friend assemblies
1111

docs/standard/assembly/create-use-strong-named.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ helpviewer_keywords:
1212
- "assemblies [.NET], strong-named"
1313
- "strong-named assemblies, loading into trusted application domains"
1414
- "assembly binding, strong-named"
15-
ms.assetid: ffbf6d9e-4a88-4a8a-9645-4ce0ee1ee5f9
15+
ms.topic: how-to
1616
---
1717
# Create and use strong-named assemblies
1818

docs/standard/assembly/disable-strong-name-bypass-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: "08/20/2019"
55
helpviewer_keywords:
66
- "strong-name bypass feature"
77
- "strong-named assemblies, loading into trusted application domains"
8-
ms.assetid: 234e088c-3b11-495a-8817-e0962be79d82
8+
ms.topic: how-to
99
---
1010
# How to: Disable the strong-name bypass feature
1111

docs/standard/assembly/embed-types-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Walkthrough: Embed types from managed assemblies in Visual Studio"
33
description: This walkthrough shows you how to embed types from managed assemblies in .NET using Visual Studio. Embedded types can support version independence.
44
ms.date: 08/19/2019
5-
ms.assetid: 55ed13c9-c5bb-4bc2-bcd8-0587eb568864
5+
ms.topic: tutorial
66
dev_langs:
77
- "csharp"
88
- "vb"

docs/standard/assembly/find-fully-qualified-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ helpviewer_keywords:
66
- "names [.NET], fully qualified type names"
77
- "names [.NET], assemblies"
88
- "assemblies [.NET], names"
9-
ms.assetid: 009dae23-e1f6-4a64-9a9a-32e4c34802b0
9+
ms.topic: how-to
1010
dev_langs:
1111
- "csharp"
1212
- "vb"

docs/standard/assembly/identify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "How to: Determine if a file is an assembly"
33
description: This article shows you how determine whether a file is a .NET assembly, both manually and programmatically.
44
ms.date: 08/19/2019
5-
ms.assetid: ea5186bb-5bff-4dcb-bde9-d6ba4e2edd00
5+
ms.topic: how-to
66
dev_langs:
77
- "csharp"
88
- "vb"

docs/standard/assembly/inspect-contents-using-metadataloadcontext.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "How to: Inspect assembly contents using MetadataLoadContext"
33
description: "Learn how to use MetadataLoadContext, which is an API that enables you to load .NET assemblies for inspection purposes."
44
author: MSDN-WhiteKnight
55
ms.date: 03/10/2020
6+
ms.topic: how-to
67
---
78
# How to: Inspect assembly contents using MetadataLoadContext
89

0 commit comments

Comments
 (0)