Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
ASP.NET Core