Alastair Crabtree

Results 69 comments of Alastair Crabtree

This issue is affecting us deploying app_serivce onto azure because the site_credential.password property is displayed in plain text into terraform plans. This issue is causing us to leak app service...

There is loads of great work in here, thank you! I like the mongo db BSON serialisation and implementation in the cache provider. The approach you have taken is to...

Yeah this seems like a very sensible suggestion for a v3+ release. Would be best to have done the benchmarking beforehand so we can compare the resulting number of allocations...

There is not an easy way to solve this because key iteration is not available on the underlying MemoryCache due to the nature of concurrent threads iterating a list that...

One way to dispose a range of items would be through the use of a shared cancellation token on the options object in LazyCache 2.1 like so: ```csharp // Say...

Hi, thanks for the issue. Steven Cleary's stuff is great and has been useful inspiration for LazyCache. LazyCache has always been fast enough for my needs as I only really...

Is anyone able to spot what I am doing wrong in the unit tests that cover this functionality as they seem to be passing despite this bug report? https://github.com/alastairtree/LazyCache/blob/master/LazyCache.Ninject.UnitTests/LazyCacheModuleTest.cs

Are you also using microsoft extensions dependency injection? If so I think this should be fixed in 2.0.4 as i have made the constructor selection logic explicit. Can you give...

Closing as probably fixed, file a new issue asking to reopen this if required. Thanks.

Thanks for getting back to me, have reopened this. Can you give a bit more information to help me reproduce this please? Ideally a failing unit test like the [existing...