Jordi

Results 143 comments of Jordi

Hi @bwmodular I believe this is an issue with multi option set value fields only, yes? @sarul84 I checked your sample code above, but I see no differences between that...

Interesting, @BetimBeja @MartinZ42 , Do you know if this happens for RelatedEntities only or also for normal entities (like, if I try to .Create() an entity with the EntityState property?)

We'll need to factory in EntityState in the framework which wasn't taking into account right now afaik.

If I understand it correctly @Shpetimhysenaj it only raises the exception for early bound and not late bound?

If you try adding mock metadata to your test (.InitializeMetadata)? Unfortunately, there's no way for the framework to check data types when using late bound without metadata...

Thanks a mill @ivvacula for this PR! I'm flagging it as pending v2.x. Basically I'm in middle of porting FakeXrmEasy to .net core and all these PRs will reviewed as...

Can't confirm yet, but looking like a matter of weeks hopefully, not days, and not months definitely. Please keep them coming, the codebases will be slightly different but because 2.x...

Thanks, could you provide a unit test to reproduce please?

Hi @Dremor Could you please post a sample integration test? That would be handy for the community to look into it... Thanks!

Thanks for raising this @vinaymenda . I'll approve it once v2 is finally out.