Is it possible to get access to the IServiceProvider and/or the Startup class used by TestServer. I'm trying to write some tests that confirm if service dependencies have been registered correctly in the underlying container.
Is it possible to get access to the IServiceProvider and/or the Startup class used by TestServer.
I'm trying to write some tests that confirm if service dependencies have been registered correctly in the underlying container.