I've written a console app that uses the Generic host mostly to take advantage of its IOC container and to keep the application consistent with our ASP.NET Core applications.
A basic question for you. Host do I have the host shutdown automatically after the start code runs (not wait for Ctrl-C).
Jason