.NET Aspire: using SqlConnection in integration tests

.NET Aspire can create all of the resources an integration test required, but the test will often need direct access to the same SQL database as the code under test. This post shows how to do that.
Published on:
Learn more