Are there any examples of integrating the reporting web service in .NET Aspire? .NET Core 8 minimal api works fine in this framework but your reporting service project makes mvc api controllers.
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 09 Apr 2024, 08:50 AM
Hello Bill,
Indeed, the Reporting REST Service's API is controller-based. To implement it in the project, a controller class that inherits from the ReportsControllerBase class must be added and then the application should map the controller.
I am not too familiar with .NET Aspire application but if they can only work with minimal APIs, then the Reporting REST Service would not be implementable there. With that being said, it should still be possible to use the web report viewers by hosting the service in another project.