Rob Janssen

Results 150 comments of Rob Janssen

> The ISSUE > Whenever I try requesting the documents ... via Web API. That's pretty relevant information I think 😉 The quoted could also be read as: "_Whenever I...

What is [.NET Platform 5.4](https://en.wikipedia.org/wiki/.NET_Framework_version_history)? And if you're reporting a failure, please report the error message you got. I can't troubleshoot anything with this information.

Please don't kick this issue for attention; if there's anything to report we'll let you know. Until then you're free to investigate yourself: the source is available and if you...

> @RobThree Do you want me to check in? You can always do a PR.

I'm not quite sure; I've been very busy lately and hope to give this project some love and attention soon. Sorry.

Cool, cool. I'll have a look later this week. Thanks! :+1:

Code looks okay indeed (haven't tested it yet though) but the docblocks might need a little brush-ups to be in line (same wording, style) with the rest of the code,...

> we need to pass updateDefinition as a parameter UpdateEntityAsync(T entity, UpdateDefinition updateDefinition); Preferrably not because it breaks the abstraction / leaks implementation specifics. MongoRepository should work this out internally...

To be honest: that seems like a _horrible_ hack. I can't imagine we'd have to iterate over all properties to create an updatedefinition? I'm not (yet) very familiar with the...

You can use an attribute (for example: a [BsonDateTimeOptions attribute](https://github.com/mongodb/mongo-csharp-driver/blob/master/src/MongoDB.Bson/Serialization/Attributes/BsonDateTimeOptionsAttribute.cs)) to change the serializiation to your needs (in this example the attribute can be used to specify you would only...