Results 5 issues of Cyril DURAND

fix #182 need further test Let me know what you think about it

Apple allows to have localized images ![image](https://github.com/tomasmcguinness/dotnet-passbook/assets/2543836/ccc9c239-2368-4317-8b2a-f9725fbd6a3f) 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 =...