Yury
Results
2
issues of
Yury
I was not able to make the code work (console app on .net 8, LiteDb.Async 0.1.7) ``` var db = new LiteDatabaseAsync("litedbDemo.db"); try { var col = db.GetCollection(); await db.BeginTransactionAsync();...
Got mixed results on how TelemetryClient is capable of holding data in-memory with `InMemoryChannel` on .net Maui app, collected while device is offline. Short offline periods allow data to be...