Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 2.84 KB

File metadata and controls

56 lines (49 loc) · 2.84 KB
title description author ms.author monikerRange content_well_notification ms.date ms.topic uid ai-usage
ASP.NET Core Request Delegate Generator (RDG) diagnostics
Provides a list of diagnostic emitted by the ASP.NET Core Request Delegate Generator (RDG) for Native AOT
rick-anderson
riande
>= aspnetcore-8.0
AI-contribution
9/23/2023
article
fundamentals/aot/request-delegate-generator/rdg-ids
ai-assisted

ASP.NET Core Request Delegate Generator (RDG) diagnostics

The ASP.NET Core Request Delegate Generator (RDG) is a tool that generates request delegates for ASP.NET Core apps. The RDG is used by the native ahead-of-time (AOT) compiler to generate request delegates for the app's Map methods.

[!INCLUDE]

The following list contains the RDG diagnostics for ASP.NET Core:

  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg002
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg004
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg005
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg006
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg007
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg008
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg009
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg010
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg011
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg012
  • xref:fundamentals/aot/request-delegate-generator/diagnostics/rdg013