|
|
|
|
|
by maushu
652 days ago
|
|
This project might have helped me when I needed to implement a console app that might or not start a web server. Asp.net is very overbearing (even using minimal APIs) when you want to use other Microsoft utilities like DI, logging or config since it wants to be the main entry of the application. Never found an easy way to use the host feature with a optional web application where they both shared the DI. Note that this is more a problem with the generic host than asp.net itself. |
|
We're using ASP.NET Core Minimal APIS for both API and UI (if configured to run in that mode )