Base solution for your next web application
Open Closed

Application Service in Custom Module #11421


User avatar
0
enio created

I have created a custom module as described here: https://aspnetboilerplate.com/Pages/Documents/Module-System

The module is located in a separate project. Is there a solution to define also an AppService in this custom module so that the endpoint will be listed with swagger?

I have debugged that the application service is actually registered in the DI container. But it seems that neither swagger picks up the AppService nor does the endpoint at all is working (404 code).

Is there some documentation about this requirement somewhere?

Kind regards, Marco


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @enio

    Does your app's application module depends on your custom application module ?