-
Notifications
You must be signed in to change notification settings - Fork 6k
Updating ms.topic for AI readiness #46448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
65f85b2
dc41ee2
5f6013d
3962c5c
4f00e77
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -153,7 +153,7 @@ | |||||
"ms.author": "dotnetcontent", | ||||||
"ms.devlang": "dotnet", | ||||||
"ms.service": "dotnet", | ||||||
"ms.topic": "conceptual", | ||||||
"ms.topic": "article", | ||||||
"searchScope": [ | ||||||
".NET" | ||||||
], | ||||||
|
@@ -255,7 +255,9 @@ | |||||
"_csharplang/**/*.md": "language-reference", | ||||||
"_csharpstandard/**/*.md": "language-reference", | ||||||
"_vblang/spec/*.md": "language-reference", | ||||||
"docs/azure/**/**.md": "conceptual", | ||||||
"docs/architecture/**/*.md": "concept-article", | ||||||
"docs/azure/migration/**/*.md": "upgrade-and-migration-article", | ||||||
"docs/core/compatibility/**/*.md": "concept-article", | ||||||
"docs/core/deploying/native-aot/warnings/**.md": "error-reference", | ||||||
"docs/core/deploying/single-file/warnings/**.md": "error-reference", | ||||||
"docs/core/deploying/trimming/trim-warnings/**.md": "error-reference", | ||||||
|
@@ -264,22 +266,28 @@ | |||||
"docs/core/tools/sdk-errors/*.md": "error-reference", | ||||||
"docs/core/testing/mstest-analyzers/*.md": "error-reference", | ||||||
"docs/core/tutorials/**.md": "tutorial", | ||||||
"docs/core/unmanaged-api/**/*.md": "reference", | ||||||
"docs/core/whats-new/**/*.md": "whats-new", | ||||||
"docs/csharp/advanced-topics/interface-implementation/**.md": "tutorial", | ||||||
"docs/csharp/getting-started/**/*.md": "overview", | ||||||
"docs/csharp/how-to/**/*.md": "how-to", | ||||||
"docs/csharp/language-reference/**/*.md": "language-reference", | ||||||
"docs/csharp/language-reference/compiler-messages/*.md": "error-reference", | ||||||
"docs/csharp/linq/*.md": "how-to", | ||||||
"docs/csharp/misc/*.md": "error-reference", | ||||||
"docs/csharp/programming-guide/**": "conceptual", | ||||||
"docs/csharp/programming-guide/**": "concept-article", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because this is largely stale content that's being slowly updated, let's change this one to "article":
Suggested change
|
||||||
"docs/csharp/roslyn-sdk/get-started/*.md": "tutorial", | ||||||
"docs/csharp/roslyn-sdk/tutorials/*.md": "tutorial", | ||||||
"docs/csharp/tour-of-csharp/*.md": "overview", | ||||||
"docs/csharp/tour-of-csharp/tutorials/**": "tutorial", | ||||||
"docs/csharp/tutorials/**": "tutorial", | ||||||
"docs/framework/additional-apis/**/**.md": "reference", | ||||||
"docs/framework/app-domains/**/*.md": "concept-article", | ||||||
"docs/framework/configure-apps/file-schema/**/**.md": "reference", | ||||||
"docs/framework/data/adonet/ef/language-reference/*-entity-sql.md": "language-reference", | ||||||
"docs/framework/debug-trace-profile/*-mda.md": "reference", | ||||||
"docs/framework/performance/*-etw-events.md": "reference", | ||||||
"docs/framework/release-notes/**.md": "release-notes", | ||||||
"docs/framework/tools/**/**.md": "reference", | ||||||
"docs/framework/unmanaged-api/**/**.md": "reference", | ||||||
"docs/framework/wcf/diagnostics/etw/**.md": "reference", | ||||||
|
@@ -292,16 +300,28 @@ | |||||
"docs/framework/**/how-to*.md": "how-to", | ||||||
"docs/framework/**/troubleshooting*.md": "troubleshooting", | ||||||
"docs/fsharp/language-reference/**/**.md": "language-reference", | ||||||
"docs/iot/**/*.*": "conceptual", | ||||||
"docs/fsharp/tutorials/*.md": "tutorial", | ||||||
"docs/fsharp/get-started/**/*.md": "get-started", | ||||||
"docs/fundamentals/**/how-to*.md": "how-to", | ||||||
"docs/fundamentals/apicompat/package-validation/**.md": "how-to", | ||||||
"docs/fundamentals/code-analysis/quality-rules/**.md": "error-reference", | ||||||
"docs/fundamentals/code-analysis/style-rules/**.md": "error-reference", | ||||||
"docs/fundamentals/diagnostics/runtime-*.md": "reference", | ||||||
"docs/fundamentals/syslib-diagnostics/**/*.md": "error-reference", | ||||||
"docs/standard/**/*how-to*.md": "how-to", | ||||||
"docs/orleans/tutorials-and-samples/**.md": "tutorial", | ||||||
"docs/samples-and-tutorials/*.md": "tutorial", | ||||||
"docs/standard/**/how-to*.md": "how-to", | ||||||
"docs/standard/base-types/*.md": "how-to", | ||||||
"docs/standard/design-guidelines": "concept-article", | ||||||
"docs/standard/serialization/binaryformatter-migration-guide/**.md": "upgrade-and-migration-article", | ||||||
"docs/visual-basic/developing-apps/**/*.md": "how-to", | ||||||
"docs/visual-basic/language-reference/**/*.md": "language-reference", | ||||||
"docs/visual-basic/reference/**/*.md": "language-reference", | ||||||
"docs/visual-basic/misc/bc*.md": "error-reference", | ||||||
"docs/visual-basic/programming-guide/**/how-to*.md": "how-to", | ||||||
"docs/visual-basic/programming-guide/**/troubleshooting*.md": "troubleshooting", | ||||||
"docs/visual-basic/programming-guide/concepts/**/*.md": "concept-article", | ||||||
"docs/visual-basic/programming-guide/language-features/constants-enums/*.md": "concept-article", | ||||||
"docs/visual-basic/**/troubleshooting*.md": "troubleshooting", | ||||||
"docs/windows-workflow-foundation/1*.md": "error-reference", | ||||||
"docs/windows-workflow-foundation/2*.md": "error-reference", | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -3,7 +3,7 @@ title: API removal in .NET | |||||
titleSuffix: "" | ||||||
description: Learn about .NET's policy for obsoleting and removing APIs. | ||||||
ms.date: 04/27/2023 | ||||||
ms.topic: conceptual | ||||||
ms.topic: concept-article | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should probably be article:
Suggested change
|
||||||
--- | ||||||
# API removal in .NET | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,7 @@ | |||||
title: .NET breaking changes reference | ||||||
description: Learn how to navigate the .NET breaking changes reference. | ||||||
ms.date: 12/22/2022 | ||||||
ms.topic: conceptual | ||||||
ms.topic: concept-article | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same:
Suggested change
|
||||||
--- | ||||||
# Breaking changes in .NET | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,7 @@ | |||||
title: Compatibility | ||||||
description: Learn about the ways in which code changes can affect compatibility in .NET. | ||||||
ms.date: 06/10/2019 | ||||||
ms.topic: conceptual | ||||||
ms.topic: concept-article | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same:
Suggested change
|
||||||
--- | ||||||
# How code changes can affect compatibility | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,7 @@ | |||||
title: .NET API changes that affect compatibility | ||||||
description: Learn how .NET attempts to maintain compatibility for developers across .NET versions, and what kind of change is considered a breaking change. | ||||||
ms.date: 05/12/2021 | ||||||
ms.topic: conceptual | ||||||
ms.topic: concept-article | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
--- | ||||||
# Change rules for compatibility | ||||||
|
||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,7 @@ | |||||
title: "Example: Use OpenTelemetry with OTLP and the standalone Aspire Dashboard" | ||||||
description: An introduction to observing .NET apps with OTLP and the standalone Aspire Dashboard | ||||||
ms.date: 6/14/2023 | ||||||
ms.topic: conceptual | ||||||
ms.topic: concept-article | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
--- | ||||||
|
||||||
# Example: Use OpenTelemetry with OTLP and the standalone Aspire Dashboard | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,7 @@ | |||||
title: "Example: Use OpenTelemetry with Prometheus, Grafana, and Jaeger" | ||||||
description: An walkthrough of how to use OpenTelemetry in .NET to export telemetry to Prometheus, Grafana, and Jaeger | ||||||
ms.date: 6/14/2023 | ||||||
ms.topic: conceptual | ||||||
ms.topic: concept-article | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
--- | ||||||
|
||||||
# Example: Use OpenTelemetry with Prometheus, Grafana, and Jaeger | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,7 @@ | |||||
title: .NET Observability with OpenTelemetry | ||||||
description: An introduction to observing .NET apps with OpenTelemetry | ||||||
ms.date: 6/14/2023 | ||||||
ms.topic: conceptual | ||||||
ms.topic: concept-article | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
--- | ||||||
|
||||||
# .NET observability with OpenTelemetry | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,7 @@ | |||||
title: How MSBuild generates manifest file names | ||||||
description: Describes the factors that influence the name of a resource manifest file name that's generated by MSBuild at compile time. | ||||||
ms.date: 05/08/2020 | ||||||
ms.topic: conceptual | ||||||
ms.topic: concept-article | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
--- | ||||||
# How resource manifest files are named | ||||||
|
||||||
|
Uh oh!
There was an error while loading. Please reload this page.