Closed freshgum-bubbles closed 1 year ago
Latest commit: a04f1d74b5188439d6ff205f317bae6e26f66551
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
The
ContainerRegistry.removeContainer
method no longer disposes already-disposed containers. This may have been an issue if a container was disposed, and thenremoveContainer
was called; the call would always fail, as the registry attempted a disposal upon the container when doing so was invalid.