Diego Vega

Results 58 comments of Diego Vega

@michaelcsikos @moozzyk A couple of thoughts: 1. I don't remember the APIs by heart, but isn't there a way to influence the container name generated by code first while still...

@ajcvickers, from the perspective that the combination of EF6 + .NET Core is completely new and has no compat baggage per se, it seems alright. But it feels a bit...

For now, nothing but Always Encrypted, I think. But that one alone is a pretty big deal.

See also https://github.com/aspnet/EntityFrameworkCore/issues/5952

We discussed mutability of alternate keys once more in the context of https://github.com/aspnet/EntityFramework/issues/8645. There is a continuum of scenarios we could enable: 1. If they do not act as the...

Consider issues #1187, #961 and #458.

@ppn2, I am curious about how you are using `Translate()`. Can you confirm if you need to have readers with multiple results?

I am following up with @jongalloway on this.

Thanks a lot both @dennisdoomen and @jnyrup for looking into this. Interesting point that it’s about `Equals(object)` and not `IEquatable`. I didn’t notice because all my classes under test have...