André Silva de Jesus

Results 7 issues of André Silva de Jesus

Currently, the max depth for printing actual and expected IEnumerables is hardcoded as 5, even at v3 (though v3 is at least referencing the const fields). It's kinda frustrating to...

I was running a test the other day using the existing `SqlServerGuidItemItemSetMapFacts` code and noticed that the test would break after calling `MapFacts.CreateValue(Guid)` in a loop. The issue is that...

The current implementation for `IKeysMap.GetKeysAsync` on `Take.Elephant.Redis.MapBase` on L63 does: `var endpoint = ConnectionMultiplexer.GetEndPoints(true).FirstOrDefault();` And on L66: `var server = ConnectionMultiplexer.GetServer(endpoint);` And then proceeds to issue a `KEYS` /`SCAN` command...

.Net Core 2.1 now includes the IHttpClientFactory interface and new ways to use HttpClient. Refit has adopted it. Is it supported on RestLess as well?

The current `ITrace` API has `Trace(Func func)` and `TraceAsync(Func func)`, but none of these two can trace an `IAsyncEnumerable` call. It would be possible to do it with the now-obsolete...

### Describe the bug I'm trying to fetch user profile photos. However, calling the API for users that haven't set their profile photo returns 404 with an exception message. The...

type:bug

## Bug Report **Current behavior** I'm using Azure Tables with winston as a logging solution on a nextjs app. Everything works fine everywhere, except when the logger is called from...