Skip to content

Commit d1d6d5a

Browse files
Updating ms.topic for AI readiness (#46448)
* updating ms.topic for AI readiness * adding Genevieve's comments * Update docfx.json Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/core/compatibility/api-removal.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/core/compatibility/breaking-changes.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/miscellaneous-constructs-in-regular-expressions.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/core/compatibility/categories.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/parsing-strings.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/substitutions-in-regular-expressions.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/the-regular-expression-object-model.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/type-conversion.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/core/compatibility/library-change-rules.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/core/diagnostics/observability-otlp-example.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/core/diagnostics/observability-prgrja-example.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/core/diagnostics/observability-with-otel.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/core/resources/manifest-file-names.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/core/runtime-config/index.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/csharp/how-to/index.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/framework/additional-apis/index.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/machine-learning/resources/ml-net-cli-telemetry.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/basic-string-operations.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/best-practices-display-data.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/character-escapes-in-regular-expressions.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/comparing.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/standard/base-types/details-of-regular-expression-behavior.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> --------- Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
1 parent 8de2249 commit d1d6d5a

File tree

75 files changed

+99
-79
lines changed

Some content is hidden

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

75 files changed

+99
-79
lines changed

docfx.json

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"ms.author": "dotnetcontent",
158158
"ms.devlang": "dotnet",
159159
"ms.service": "dotnet",
160-
"ms.topic": "conceptual",
160+
"ms.topic": "article",
161161
"searchScope": [
162162
".NET"
163163
],
@@ -259,7 +259,9 @@
259259
"_csharplang/**/*.md": "language-reference",
260260
"_csharpstandard/**/*.md": "language-reference",
261261
"_vblang/spec/*.md": "language-reference",
262-
"docs/azure/**/**.md": "conceptual",
262+
"docs/architecture/**/*.md": "concept-article",
263+
"docs/azure/migration/**/*.md": "upgrade-and-migration-article",
264+
"docs/core/compatibility/**/*.md": "concept-article",
263265
"docs/core/deploying/native-aot/warnings/**.md": "error-reference",
264266
"docs/core/deploying/single-file/warnings/**.md": "error-reference",
265267
"docs/core/deploying/trimming/trim-warnings/**.md": "error-reference",
@@ -268,22 +270,28 @@
268270
"docs/core/tools/sdk-errors/*.md": "error-reference",
269271
"docs/core/testing/mstest-analyzers/*.md": "error-reference",
270272
"docs/core/tutorials/**.md": "tutorial",
273+
"docs/core/unmanaged-api/**/*.md": "reference",
274+
"docs/core/whats-new/**/*.md": "whats-new",
275+
"docs/csharp/advanced-topics/interface-implementation/**.md": "tutorial",
271276
"docs/csharp/getting-started/**/*.md": "overview",
272277
"docs/csharp/how-to/**/*.md": "how-to",
273278
"docs/csharp/language-reference/**/*.md": "language-reference",
274279
"docs/csharp/language-reference/compiler-messages/*.md": "error-reference",
275280
"docs/csharp/linq/*.md": "how-to",
276281
"docs/csharp/misc/*.md": "error-reference",
277-
"docs/csharp/programming-guide/**": "conceptual",
282+
"docs/csharp/programming-guide/**": "article",
278283
"docs/csharp/roslyn-sdk/get-started/*.md": "tutorial",
279284
"docs/csharp/roslyn-sdk/tutorials/*.md": "tutorial",
285+
"docs/csharp/tour-of-csharp/*.md": "overview",
280286
"docs/csharp/tour-of-csharp/tutorials/**": "tutorial",
281287
"docs/csharp/tutorials/**": "tutorial",
282288
"docs/framework/additional-apis/**/**.md": "reference",
289+
"docs/framework/app-domains/**/*.md": "concept-article",
283290
"docs/framework/configure-apps/file-schema/**/**.md": "reference",
284291
"docs/framework/data/adonet/ef/language-reference/*-entity-sql.md": "language-reference",
285292
"docs/framework/debug-trace-profile/*-mda.md": "reference",
286293
"docs/framework/performance/*-etw-events.md": "reference",
294+
"docs/framework/release-notes/**.md": "release-notes",
287295
"docs/framework/tools/**/**.md": "reference",
288296
"docs/framework/unmanaged-api/**/**.md": "reference",
289297
"docs/framework/wcf/diagnostics/etw/**.md": "reference",
@@ -296,16 +304,28 @@
296304
"docs/framework/**/how-to*.md": "how-to",
297305
"docs/framework/**/troubleshooting*.md": "troubleshooting",
298306
"docs/fsharp/language-reference/**/**.md": "language-reference",
299-
"docs/iot/**/*.*": "conceptual",
307+
"docs/fsharp/tutorials/*.md": "tutorial",
308+
"docs/fsharp/get-started/**/*.md": "get-started",
309+
"docs/fundamentals/**/how-to*.md": "how-to",
310+
"docs/fundamentals/apicompat/package-validation/**.md": "how-to",
300311
"docs/fundamentals/code-analysis/quality-rules/**.md": "error-reference",
301312
"docs/fundamentals/code-analysis/style-rules/**.md": "error-reference",
302313
"docs/fundamentals/diagnostics/runtime-*.md": "reference",
303314
"docs/fundamentals/syslib-diagnostics/**/*.md": "error-reference",
304-
"docs/standard/**/*how-to*.md": "how-to",
315+
"docs/orleans/tutorials-and-samples/**.md": "tutorial",
316+
"docs/samples-and-tutorials/*.md": "tutorial",
317+
"docs/standard/**/how-to*.md": "how-to",
305318
"docs/standard/base-types/*.md": "how-to",
319+
"docs/standard/design-guidelines": "concept-article",
320+
"docs/standard/serialization/binaryformatter-migration-guide/**.md": "upgrade-and-migration-article",
321+
"docs/visual-basic/developing-apps/**/*.md": "how-to",
306322
"docs/visual-basic/language-reference/**/*.md": "language-reference",
307323
"docs/visual-basic/reference/**/*.md": "language-reference",
308324
"docs/visual-basic/misc/bc*.md": "error-reference",
325+
"docs/visual-basic/programming-guide/**/how-to*.md": "how-to",
326+
"docs/visual-basic/programming-guide/**/troubleshooting*.md": "troubleshooting",
327+
"docs/visual-basic/programming-guide/concepts/**/*.md": "concept-article",
328+
"docs/visual-basic/programming-guide/language-features/constants-enums/*.md": "concept-article",
309329
"docs/visual-basic/**/troubleshooting*.md": "troubleshooting",
310330
"docs/windows-workflow-foundation/1*.md": "error-reference",
311331
"docs/windows-workflow-foundation/2*.md": "error-reference",

docs/ai/azure-ai-services-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authenticate to Azure OpenAI using .NET
33
description: Learn about the different options to authenticate to Azure OpenAI and other services using .NET
44
author: alexwolfmsft
5-
ms.topic: conceptual
5+
ms.topic: concept-article
66
ms.date: 04/09/2025
77
---
88

docs/azure/azure-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Additional Azure Tools
33
description: This article describes additional tools and utilities for working with Azure and how you can install them.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurepowershell
66
ms.date: 8/15/2024
77
author: alexwolfmsft

docs/azure/configure-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure Visual Studio for Azure Development with .NET
33
description: This article helps you configure Visual Studio for Azure development including getting the right workloads installed and connecting Visual Studio to your Azure account.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23
66
ms.date: 3/20/2025
77
author: alexwolfmsft

docs/azure/configure-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure Visual Studio Code for Azure development with .NET
33
description: This article helps you configure Visual Studio Code for Azure development including getting the right plugins installed and configured in VS Code
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, vscode-azure-extension-update-completed, engagement-fy23
66
ms.date: 8/15/2024
77
author: alexwolfmsft

docs/azure/create-azure-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create an Azure account
33
description: To use Azure, you need an Azure account. This article covers the three most common ways to sign up for an Azure account.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23
66
ms.date: 8/15/2024
77
author: alexwolfmsft

docs/azure/dotnet-dev-env-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Development on Azure Configuration Checklist
33
description: Provides a quick summary of all the tools you should have installed to do .NET development with Azure
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli
66
ms.date: 8/15/2024
77
---

docs/azure/install-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Installing the Azure CLI
33
description: Azure developers will need the Azure CLI installed, so this article describes why you need the CLI and where to download and install it from.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-azurecli
66
ms.date: 8/15/2024
77
author: alexwolfmsft

docs/azure/key-azure-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Key Azure Services for .NET developers
33
description: Azure has over 100 services, but this article focuses on the ~8 or so services used by .NET developers most frequently
44
ms.date: 08/15/2024
5-
ms.topic: conceptual
5+
ms.topic: concept-article
66
ms.custom: devx-track-dotnet, engagement-fy23
77
---
88

docs/azure/migration/app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrate your .NET web app or service to Azure App Service
33
description: Learn about migrating a .NET web app or service from on-premises to Azure App Service.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 07/08/2020
66
---
77
# Migrate your .NET web app or service to Azure App Service

docs/azure/migration/appcat/app-code-assessment-toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Migrate application and code assessment for .NET
33
description: Learn how to assess .NET applications to evaluate their readiness to migrate to Azure.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 11/09/2023
66
author: codemillmatt
77
ms.author: masoucou

docs/azure/migration/appcat/custom-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to customize analysis with JSON run configurations
33
description: Learn how to include a JSON file to configure your code assessment
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 08/02/2024
66
author: mckennabarlow
77
ms.author: mcbarlow

docs/azure/migration/appcat/dotnet-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Azure Migrate application and code assessment for .NET with the .NET CLI
33
description: Learn how to assess .NET applications to evaluate their readiness to migrate to Azure with the .NET CLI.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 11/10/2023
66
author: codemillmatt
77
ms.author: masoucou

docs/azure/migration/appcat/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Migrate application and code assessment for .NET FAQ
33
description: Frequently asked questions for the Azure Migrate application and code assessment for .NET
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 08/16/2024
66
---
77

docs/azure/migration/appcat/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Migrate application and code assessment for .NET installation
33
description: Learn how to install Azure Migrate application and code assessment for .NET
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 11/09/2023
66
author: codemillmatt
77
ms.author: masoucou

docs/azure/migration/appcat/interpret-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Interpret the analysis results from the Azure Migrate application and code assessment for .NET
33
description: Learn how to interpret the results the analysis of .NET applications with the Azure Migrate application and code assessment tool.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 11/13/2023
66
author: codemillmatt
77
ms.author: masoucou

docs/azure/migration/appcat/visual-studio-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use GitHub Copilot for Visual Studio with the Azure Migrate application and code assessment for .NET
33
description: Learn how to use GitHub Copilot with the Azure Migrate application and code assessment tool for .NET when evaluating apps for Azure migrations.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 10/09/2024
66
author: alexwolfmsft
77
ms.author: alexwolf

docs/azure/migration/appcat/visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Azure Migrate application and code assessment for .NET with Visual Studio
33
description: Learn how to assess .NET applications to evaluate their readiness to migrate to Azure with Visual Studio.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 11/09/2023
66
author: codemillmatt
77
ms.author: masoucou

docs/azure/sdk/aspnetcore-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Best practices for using the Azure SDK with ASP.NET Core
33
description: Learn best practices and the steps to properly implement the Azure SDK for .NET in your ASP.NET Core apps.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet
66
ms.date: 10/22/2024
77
---

docs/azure/sdk/authentication/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Authentication best practices with the Azure Identity library for .NET
33
description: This article describes authentication best practices to follow when using the Azure Identity library for .NET.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 02/14/2025
66
---
77

docs/azure/sdk/authentication/credential-chains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Credential chains in the Azure Identity library for .NET'
33
description: 'This article describes the DefaultAzureCredential and ChainedTokenCredential classes in the Azure Identity library.'
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.date: 05/30/2025
66
---
77

docs/azure/sdk/authentication/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to authenticate .NET applications with Azure services
33
description: Learn how to authenticate a .NET app with Azure services by using classes in the Azure Identity library.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23
66
ms.date: 08/02/2024
77
---

docs/azure/sdk/azure-sdk-for-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure SDK for .NET Overview
33
description: Provides an overview of what the Azure SDK for .NET is and the basic steps to use the SDK in a .NET application
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23
66
ms.date: 04/25/2025
77
---

docs/azure/sdk/configure-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure a proxy when using the Azure SDK for .NET
33
description: Learn different approaches for configuring a proxy for use with the Azure SDK for .NET client libraries.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23
66
ms.date: 04/25/2025
77
---

docs/azure/sdk/protocol-convenience-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Understand Azure SDK client library method types
33
description: Learn about the key differences between protocol and convenience methods in the Azure SDK client libraries for .NET.
4-
ms.topic: conceptual
4+
ms.topic: concept-article
55
ms.custom: devx-track-dotnet, engagement-fy23, devx-track-arm-template
66
ms.date: 04/25/2025
77
---

docs/core/compatibility/api-removal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: API removal in .NET
33
titleSuffix: ""
44
description: Learn about .NET's policy for obsoleting and removing APIs.
55
ms.date: 04/27/2023
6-
ms.topic: conceptual
6+
ms.topic: article
77
---
88
# API removal in .NET
99

docs/core/compatibility/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: .NET breaking changes reference
33
description: Learn how to navigate the .NET breaking changes reference.
44
ms.date: 12/22/2022
5-
ms.topic: conceptual
5+
ms.topic: article
66
---
77
# Breaking changes in .NET
88

docs/core/compatibility/categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Compatibility
33
description: Learn about the ways in which code changes can affect compatibility in .NET.
44
ms.date: 06/10/2019
5-
ms.topic: conceptual
5+
ms.topic: article
66
---
77
# How code changes can affect compatibility
88

docs/core/compatibility/library-change-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: .NET API changes that affect compatibility
33
description: Learn how .NET attempts to maintain compatibility for developers across .NET versions, and what kind of change is considered a breaking change.
44
ms.date: 05/12/2021
5-
ms.topic: conceptual
5+
ms.topic: article
66
---
77
# Change rules for compatibility
88

docs/core/diagnostics/observability-applicationinsights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Example: Use OpenTelemetry with Azure Monitor and Application Insights"
33
description: An walkthrough of how to use OpenTelemetry in .NET to export telemetry to Application Insights
44
ms.date: 8/21/2024
5-
ms.topic: conceptual
5+
ms.topic: concept-article
66
---
77

88
# Example: Use OpenTelemetry with Azure Monitor and Application Insights

docs/core/diagnostics/observability-otlp-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Example: Use OpenTelemetry with OTLP and the standalone Aspire Dashboard"
33
description: An introduction to observing .NET apps with OTLP and the standalone Aspire Dashboard
44
ms.date: 6/14/2023
5-
ms.topic: conceptual
5+
ms.topic: article
66
---
77

88
# Example: Use OpenTelemetry with OTLP and the standalone Aspire Dashboard

docs/core/diagnostics/observability-prgrja-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Example: Use OpenTelemetry with Prometheus, Grafana, and Jaeger"
33
description: An walkthrough of how to use OpenTelemetry in .NET to export telemetry to Prometheus, Grafana, and Jaeger
44
ms.date: 6/14/2023
5-
ms.topic: conceptual
5+
ms.topic: article
66
---
77

88
# Example: Use OpenTelemetry with Prometheus, Grafana, and Jaeger

docs/core/diagnostics/observability-with-otel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: .NET Observability with OpenTelemetry
33
description: An introduction to observing .NET apps with OpenTelemetry
44
ms.date: 6/14/2023
5-
ms.topic: conceptual
5+
ms.topic: article
66
---
77

88
# .NET observability with OpenTelemetry

docs/core/extensions/dependency-injection-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Discover effective dependency injection guidelines and best practic
44
author: IEvangelist
55
ms.author: dapine
66
ms.date: 07/18/2024
7-
ms.topic: conceptual
7+
ms.topic: concept-article
88
---
99

1010
# Dependency injection guidelines

docs/core/project-sdk/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: .NET project SDK overview
33
titleSuffix: ""
44
description: Learn about the .NET project SDKs.
55
ms.date: 10/15/2024
6-
ms.topic: conceptual
6+
ms.topic: concept-article
77
no-loc: ["EmbeddedResource", "Compile", "None", "Blazor"]
88
---
99
# .NET project SDKs

docs/core/resources/manifest-file-names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How MSBuild generates manifest file names
33
description: Describes the factors that influence the name of a resource manifest file name that's generated by MSBuild at compile time.
44
ms.date: 05/08/2020
5-
ms.topic: conceptual
5+
ms.topic: article
66
---
77
# How resource manifest files are named
88

0 commit comments

Comments
 (0)