Marcelo Volmaro

Results 40 comments of Marcelo Volmaro

Proxies are created on demand, so the above code would never work, since no proxies are created for foo, bar and baz. To do so, the library should have to...

Yes, I know.. I just wanted to know if I can get rid of that "automagically" :) Thanks!

VoGen already handles that. I'm using it in my projects without any issues. You just need to do `builder.Property(x => x.Id).HasConversion(new ValueObjectId.EfCoreValueConverter());`

@KennethHoff I never used values generated by DB as keys (I always create the Ids) so I really don't know how to answer your first question. As for the second,...

@KennethHoff Ok tried this for EF and seems to be working... First, you have to create a key value generator, like the following ```cs public class SoupIdValueGenerator : ValueGenerator {...

Mmm.. I just tried `all` in Chrome 80 and I've got a lot of "_ESAbstract.*", plus _Iterator, _ArrayIterator, _StringIterator, _TypedArray, etc. I could be wrong, but I'm pretty sure chrome...

I was using "all" to try to get all the polyfills needed by the latest standards (so I don't have to play a Whac-A-Mole, adding features as they are added...

Yes, that looks correct.

@jeffward01 Do you have the latest (pre-release) version installed?. That overload is new and not found in v1.x.