touchofevil-dev

Results 4 comments of touchofevil-dev

To further the use case this doesn't seem to be anything with null necessarily but the top most attribute seems to be skipped. It seems the tests are being executed...

> @touchofevil-dev any chance you could submit an actual project showing the exception occuring? It's always difficult to reconstruct the exact error case from a series of snippets and text...

Check out [this comment](https://github.com/hemenkapadia/getbhavcopy/issues/219#issuecomment-1503785415)

I was able to reproduce this in a test. ``` [Test] public void DisposalFailure() { var container = new ServiceCollection(); container.AddLazyCache(); var provider = container.BuildServiceProvider(); var cache = provider.GetRequiredService(); cache.CacheProvider.Dispose();...