Jean-Marie Alfonsi

Results 26 issues of Jean-Marie Alfonsi

Let say we have this: ```csharp bool IsHorseVisible { get ; set } // trigger property bool IsCatVisible { get ; set } // trigger property bool IsAnimalVisible => Calculated(()...

I share a akavache cache file from my android app. I save it to my computer. I try to open it with Akavache Explorer, nothing happens, no error message nothing....

Hi Jonathan ! I tried to use boots to be able to compile C# 9 on appcenter and used it like this: ``` # App Center custom build scripts: https://aka.ms/docs/build/custom/scripts...

C#9 records are finally the immutable type that we needed in C#. Since its syntax is game changing, akavache should supports serializing/deserializing such objects. Could be solved by #666.

C#9 records are finally the immutable type that we needed in C#. Since it's syntax is game changing, does refit supports serializing/deserializing such objects ?

**Version** 5.0.11 / Xamarin.Forms Android **Describe the bug** LiteDB.LiteException: Failed to create instance for type 'CovaSud.TeamCollect.Domain.Tours.TourInfo' from assembly ``` ERROR|1|App|Error in wrapped task --> LiteDB.LiteException: Failed to create instance for...

bug

# Steps to Reproduce 1. cd binding-tools-for-swift 2. make ### Expected Behavior the build should bring down a copy of the built Swift reflector in the directory /path/to/binding-tools-for-swift/SwiftToolchain-v3-GITHASH ### Actual...

bug
documentation

Hi there! I'm in love with your zero allocation implementation since I'm a big fan of `Span` and `stackalloc` :) I was in the process of doing that myself and...

question

Since C# 9 we have a great new type supporting immutability: records. I saw that MessagePack now supports records, would be cool is MasterMemory supports it too.

Hi there ! Just to let you know that I created a fork supporting .net 6 and .net maui: https://github.com/roubachof/MetroLog I uploaded the packages as MetroLog.Net6 and MetroLog.Maui. I hope...