Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aspnetcore/diagnostics/asp0008.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "ASP0008: Do not use ConfigureWebHost with WebApplicationBuilder.Host"
description: "Learn about analysis rule ASP0008: Do not use ConfigureWebHost with WebApplicationBuilder.Host"
author: safia
author: wadepickett
monikerRange: '>= aspnetcore-7.0'
ms.author: safia
ms.date: 03/27/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: diagnostics/asp0008
---
# ASP0008: Do not use ConfigureWebHost with WebApplicationBuilder.Host
Expand Down
6 changes: 3 additions & 3 deletions aspnetcore/diagnostics/asp0009.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "ASP0009: Do not use Configure with WebApplicationBuilder.WebHost"
description: "Learn about analysis rule ASP0009: Do not use Configure with WebApplicationBuilder.WebHost"
author: safia
author: wadepickett
monikerRange: '>= aspnetcore-7.0'
ms.author: safia
ms.date: 03/27/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: diagnostics/asp0009
---
# ASP0009: Do not use Configure with WebApplicationBuilder.WebHost
Expand Down
6 changes: 3 additions & 3 deletions aspnetcore/diagnostics/asp0011.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "ASP0011: Suggest using builder.Logging over Host.ConfigureLogging or WebHost.ConfigureLogging"
description: "Learn about analysis rule ASP0011: Suggest using builder.Logging over Host.ConfigureLogging or WebHost.ConfigureLogging"
author: safia
author: wadepickett
monikerRange: '>= aspnetcore-7.0'
ms.author: safia
ms.date: 03/27/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: diagnostics/asp0011
---
# ASP0011: Suggest using builder.Logging over Host.ConfigureLogging or WebHost.ConfigureLogging
Expand Down
6 changes: 3 additions & 3 deletions aspnetcore/diagnostics/asp0012.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "ASP0012: Suggest using builder.Services over Host.ConfigureServices or WebHost.ConfigureServices"
description: "Learn about analysis rule ASP0012: Suggest using builder.Services over Host.ConfigureServices or WebHost.ConfigureServices"
author: safia
author: wadepickett
monikerRange: '>= aspnetcore-7.0'
ms.author: safia
ms.date: 03/27/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: diagnostics/asp0012
---
# ASP0012: Suggest using builder.Services over Host.ConfigureServices or WebHost.ConfigureServices
Expand Down
6 changes: 3 additions & 3 deletions aspnetcore/diagnostics/asp0014.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "ASP0014: Suggest using top level route registrations"
description: "Learn about analysis rule ASP0014: Suggest using top level route registrations"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-7.0'
ms.author: safia
ms.date: 03/27/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: diagnostics/asp0014
---
# ASP0014: Suggest using top level route registrations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG001: Unable to resolve route pattern"
description: "Learn about analysis rule RDG001: Unable to resolve route pattern"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg001
---
# RDG001: Unable to resolve route pattern
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG002: Unable to resolve endpoint handler"
description: "Learn about analysis rule RDG002: Unable to resolve endpoint handler"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg002
---
# RDG002: Unable to resolve endpoint handler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG003: Unable to resolve parameter"
description: "Learn about analysis rule RDG003: Unable to resolve parameter"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg003
---
# RDG003: Unable to resolve parameter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "RDG004: Unable to resolve anonymous type"
description: "Learn about analysis rule RDG004: Unable to resolve anonymous type"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
content_well_notification: AI-contribution
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg004
ai-usage: ai-assisted
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "RDG005: Invalid abstract type"
description: "Learn about analysis rule RDG005: Invalid abstract type"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.author: wpickett
content_well_notification: AI-contribution
ms.date: 03/29/2025
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg005
ai-usage: ai-assisted
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG006: Invalid constructor parameters"
description: "Learn about analysis rule RDG006: Invalid constructor parameters"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg006
---
# RDG006: Invalid constructor parameters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG007: No valid constructor found"
description: "Learn about analysis rule RDG007: No valid constructor found"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg007
---
# RDG007: No valid constructor found
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG008: Multiple public constructors"
description: "Learn about analysis rule RDG008: Multiple public constructors"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg008
---
# RDG008: Multiple public constructors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG009: Invalid nested AsParameters"
description: "Learn about analysis rule RDG009: Invalid nested AsParameters"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg009
---
# RDG009: Invalid nested AsParameters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG010: InvalidAsParameters Nullable"
description: "Learn about analysis rule RDG010: InvalidAsParameters Nullable"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg010
---
# RDG010: InvalidAsParameters Nullable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG011: Type parameters not supported"
description: "Learn about analysis rule RDG011: Type parameters not supported"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg011
---
# RDG011: Type parameters not supported
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG012: Unable to resolve inaccessible type"
description: "Learn about analysis rule RDG012: Unable to resolve inaccessible type"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg012
---
# RDG012: Unable to resolve inaccessible type
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "RDG013: Invalid source attributes"
description: "Learn about analysis rule RDG013: Invalid source attributes"
author: captainsafia
author: wadepickett
monikerRange: '>= aspnetcore-8.0'
ms.author: safia
ms.date: 03/29/2025
ms.author: wpickett
ms.date: 02/03/2026
uid: fundamentals/aot/request-delegate-generator/diagnostics/rdg013
---
# RDG013: Invalid source attributes
Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/fundamentals/minimal-apis/security.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Authentication and authorization in Minimal APIs
author: captainsafia
author: wadepickett
description: Learn how to configure authentication and authorization in Minimal API apps
ms.author: safia
ms.author: wpickett
content_well_notification: AI-contribution
monikerRange: '>= aspnetcore-7.0'
ms.date: 9/17/2023
Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/fundamentals/openapi/aspnetcore-openapi.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Generate OpenAPI documents
ai-usage: ai-assisted
author: captainsafia
author: wadepickett
description: Learn how to generate and customize OpenAPI documents in an ASP.NET Core app.
monikerRange: '>= aspnetcore-6.0'
ms.author: safia
ms.author: wpickett
ms.custom: mvc
ms.date: 12/17/2025
uid: fundamentals/openapi/aspnetcore-openapi
Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/fundamentals/openapi/customize-openapi.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Customize OpenAPI documents
author: captainsafia
author: wadepickett
description: Learn how to customize OpenAPI documents in an ASP.NET Core app
ms.author: safia
ms.author: wpickett
monikerRange: '>= aspnetcore-9.0'
ms.custom: mvc
ms.date: 10/29/2025
Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/fundamentals/openapi/include-metadata.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Include OpenAPI metadata in an ASP.NET Core app
author: captainsafia
author: wadepickett
description: Learn how to add OpenAPI metadata in an ASP.NET Core app.
ms.author: safia
ms.author: wpickett
monikerRange: '>= aspnetcore-9.0'
ms.custom: mvc
ms.date: 06/12/2025
Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/fundamentals/openapi/openapi-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: ASP.NET Core OpenAPI XML documentation comment support in ASP.NET Core
ai-usage: ai-assisted
author: captainsafia
author: wadepickett
description: Learn how to integrate XML documentation comments on types by OpenAPI document generation in ASP.NET Core.
monikerRange: '>= aspnetcore-10.0'
ms.author: safia
ms.author: wpickett
ms.custom: mvc
ms.date: 08/25/2025
uid: fundamentals/openapi/aspnet-openapi-xml
Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/fundamentals/openapi/using-openapi-documents.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Use the generated OpenAPI documents
ai-usage: ai-assisted
author: captainsafia
author: wadepickett
description: Learn how to use OpenAPI documents in an ASP.NET Core app.
monikerRange: '>= aspnetcore-6.0'
ms.author: safia
ms.author: wpickett
ms.custom: mvc
ms.date: 02/02/2026
uid: fundamentals/openapi/using-openapi-documents
Expand Down