Remove SqlInstanceService
Closed this issue · 0 comments
SimonCropp commented
SqlInstanceService was a singleton wrapper around SqlInstance. It was problematic since it confused both the documentation and the api usage. If a singleton is required expose a static SqlInstance field that is initialised in a test base static constructor