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.
Note
- The Native AOT feature is currently in preview.
- In .NET 8, not all ASP.NET Core features are compatible with Native AOT.
The following list contains the RDG diagnostics for ASP.NET Core:
- RDG004: Unable to resolve anonymous type
- RDG005: Invalid abstract type
- RDG006: Invalid constructor parameters
- RDG007: No valid constructor found
- RDG008: Multiple public constructors
- RDG009: Invalid nested AsParameters
- RDG010: InvalidAsParameters Nullable
- RDG011: Type parameters not supported
- RDG012: Unable to resolve inaccessible type
- RDG013: Invalid source attributes
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
ASP.NET Core