HI All!
We've put together a netcore API hosted on IIS for integrating with other tools we have. All of our services on the API are scoped to give the requests their own instances and dependencies.
public static void AppServices(this IServiceCollection…