I noticed that when I use IDisposable objects inside Ninject named scope my Dispose method is called from finalizer. But my object or some of it references may be already finalized at that point.
Am I missing something? Is it a correct behavior or a bug?
I noticed that when I use IDisposable objects inside Ninject named scope my Dispose method is called from finalizer. But my object or some of it references may be already finalized at that point.
Am I missing something? Is it a correct behavior or a bug?