Jordi

Results 135 comments of Jordi

In the FetchXml attached it seems you are trying to retrieve an attribute using the name of the entity instead of the attribute name: @ioanacro Could you remove this bit...

![imagen](https://user-images.githubusercontent.com/3968950/120084596-d1790800-c0d1-11eb-9b9f-06fad56adb54.png)

Good spot @BetimBeja That wasn't in the orignal bug at the top and I missed it @ioanacro . Is that supported in the FetchXml schema even? I never seen a...

@ioanacro Which early bound generator did you use? Just to check if it's really the same issue...

Hi @sniarn If you remove the .InitializeMetadata does it make any difference? Are also the early bound entities in the same assembly / namespace as the generated DynamicsServiceContext? Try doing...

Thx for raising this @Kraviecc :) @eNeRGy164 I'm wondering... why did you need the .AddRange() ? Maybe it was needed if you called multiple plugins with the same context when...

@vinaymenda @Jakeace17 @BetimBeja [There was an implementation by another contributor](https://github.com/jordimontana82/fake-xrm-easy/blob/f294b9af7319f8e23d4032a9290ec75a628f2435/FakeXrmEasy.Shared/Extensions/EntityExtensions.cs#L48-L64) who introduced a DateTimeBehavior property to manipulate these conversions. According to what you said, DateOnly fields should return Kind =...

Thx Sergey! I'm scheduling this one as well all the other PRs for v2.x

Hi guys, There is [this extension method](https://github.com/jordimontana82/fake-xrm-easy/blob/master/FakeXrmEasy.Shared/Extensions/EntityMetadataExtensions.cs#L37) already which I mostly use along with [other extension methods there](https://github.com/jordimontana82/fake-xrm-easy/blob/master/FakeXrmEasy.Shared/Extensions/EntityMetadataExtensions.cs#L42-L45) for attributes So basically if using SetSealedPropertyValue for both entity metadata and...

I see, I guess I read this > I'm using early bound classes, initialising the metadata before the tests. as just using early bound types and initialising metadata via the...