Matteo Bortolazzo
Matteo Bortolazzo
But usually i wait for multiple things before a release
Hi, about the `Where(p => p.DeclaringType != typeof(CouchDocument))`, it's probably because I didn't want to request stuff like _deleted, _attachments, _conflicts and split_discriminator. If you use that simpler DTO to...
As per remark 2 I added a unit test and I get ```json { "limit": 1, "fields": [ "name", "age" ], "selector": {} } ``` so it seems to work
Hi, I didn't implement design documents in the library because they are Javascript functions. About the change feed, I suppose it contains design documents, too. The library doesn't know the...
Hi, I say the best approach would be a non-generic `CouchDatabase`, however, it's a lot of effort to do and maintain it. The `Raw` methods seem a bit dirty, too,...
Any news? Almost two years and no updates yet?
Same problem here, any updates?
Did someone manage to make acquireTokenSilent() working after access token expiration?
Did you solve that?