Cyril DURAND
Cyril DURAND
fix #182 need further test Let me know what you think about it
Apple allows to have localized images  It would be great to allow the library to add localized image
I have case where I need to use the `WithParameter` method on the *original* type : ie : builder.RegisterLazy() .WithParameter((pi, c) => pi.ParameterType == typeof(IEnumerable), (pi, c) => c.ResolveNamed("inner")); I...
My app is hosted on Azure, and I already use **Azure Service Bus** and **Cosmos DB**. Since **Azure Redis** is costly and my app doesn’t require its level of performance,...
I try to access dictionary entries from an object property but can't make it works. Here is a repro code : ``` static void Main(string[] args) { var module =...