David Pine

Results 61 comments of David Pine

Hey @mumby0168 thanks for the reply here. I'm nearly done writing the book, which means I should be able to start committing more time to this project. Happy to review...

The most likely candidate is that your expression cannot be evaluated on the server. Instead of your expression calling `.ToEnum` you might consider simply getting that value ahead of time,...

Hi @mabvanaartrijk - sorry for not replying earlier. Yes, that looks like the correct place.

We are currently stuck with NewtonSoft.Json as that is what the underlying official .NET SDK for Cosmos DB uses. I believe that there is an effort to allow for a...

Hi 👋 @sushruthkumar123 Thank you so much for posting this issue. We really appreciate it. Could you please post the code to reproduce this bug, that would be really helpful...

That makes sense. I always thought that for testing we would have just use a `static ConcurrentDictionary`.

> A static dictionary would work but if we want to really improve the in memory implementation we should consider implementing some services that store manipulate the data (serialisation/deserialization and...

> hi @AnyaMostowyj I have just noticed this might already be possible - check this out > > https://github.com/IEvangelist/azure-cosmos-dotnet-repository/blob/2432320ceb0a46227f6f91bed42e54556759bb63/src/Microsoft.Azure.CosmosRepository/Extensions/ServiceCollectionExtensions.cs#L42 Yes, I agree with @mumby0168 - this is possible through that...

I like that idea, let's make it so. It should help us to discover issues sooner, for example; when I updated the generator to .NET 6 from .NET Standard 2.0...