Long life CollectablesContext

Issue #27 resolved
Luke Horsley repo owner created an issue

Currently a CollectablesContext is created once per unity container, however this does not work for long life classes, they cannot use a Func<CollectablesContext> as they will all resolve and attempt to dispose the same instance.

Comments (1)

  1. Log in to comment