In 0.6.0, the ContainerInstance.dispose method now correctly awaits the disposing of said container.
Unfortunately, this seems to have introduced regressions in the test suite, which are still being investigated.
0.6.0 has not yet been released, so there's a window to fix these unexpected regressions before they go live.
Describe the bug
In 0.6.0, the
ContainerInstance.dispose
method now correctly awaits the disposing of said container. Unfortunately, this seems to have introduced regressions in the test suite, which are still being investigated.0.6.0 has not yet been released, so there's a window to fix these unexpected regressions before they go live.