Observed arrival · 2026-08-24
NativeEndpoints puts each ASP.NET Core endpoint in its own class
A pre-release .NET package gives Minimal APIs an endpoint-class structure while keeping ASP.NET Core's routing, authorization, OpenAPI, and other native machinery underneath.
Field notes
The documented workflow starts with an attributed endpoint class and a request record, then wires the assembly into the application once through AddNativeEndpoints and MapEndpointsFrom. The site separates route, binding, and metadata concerns from application handling, which can still call an existing service, store, or dispatcher. Its technical focus extends beyond organization: the documentation specifically addresses API Explorer metadata and collectible-context unload safety, while the package remains pre-release and targets net10.0.
Observed signals
Read the marks
Editorial observations of this landing page, not a rating.
One card from the complete issue