James Turner

Results 199 comments of James Turner

I've had a look through the source code and returning once a match has a few side effects that some may be use to. For devices like iPods, it currently...

Yeah, sure thing. Just wanted to add it hear as I was talking to Ruth about this feature today and realised we haven't covered it in the documentation.

Currently you can't specify an interface on the `MongoDbSet` but you can use a shared base class if there are common properties you want across multiple types. I haven't otherwise...

This is another case of "kinda". If you were lookkng for a specific type, you can use `OfType()` on your LINQ query to get it. It can have some weirdness...

Unfortunately not, the `WithDerivedEntity` is basically just a short hand way of defining further mappings for derived types. In theory the data is there to use to do the smarts,...

Thanks for raising the issue @wlewis22 - it is a strange one. What version of MongoDB are you using? > I tried calling context.SaveChangesAsync() just in case that was required...

Hey @deepak-nawathe - yes and no. The library itself supports any resource record that still matches the original RFCs etc, which means it can pull back the appropriate data, albeit...

Hey @celluj34 - thanks for raising this feature request! Sounds like a perfectly reasonable idea - currently I propagate the exception because I didn't like the idea of swallowing by...

Hey @thompson-tomo , thanks for opening the PR. I'll hopefully look over it properly tonight and get back to you.