Unplanned
Last Updated: 19 Aug 2025 11:12 by Hannu
Hannu
Created on: 19 Aug 2025 11:12
Category: Reporting
Type: Bug Report
1
Register the Reports/ReportDesigner routes using top level route registrations instead of UseEndpoints

Currently, the VS item templates, and the documentation suggest using app.UseEndpoints for route registration in ASP.NET Core.

It would be better to use top-level route registrations like app.MapControllers() and app.MapControllerRoute() directly.

0 comments