Jordi

Results 143 comments of Jordi

HI @vinitbhagat v1.x is deprecated. We might merge some of these PRs hopefully, but there are a series of updates planned for versions 2.2 and 3.2 that we'd like to...

Hi @vinitbhagat , that is indeed the new commercially supported version, which has its own repo here: https://github.com/DynamicsValue/fake-xrm-easy, which is different than the repo where this PR was raised (which...

Hi @vinitbhagat If you're using v2.x or v3.x and still having this issue please reach out to me via https://dynamicsvalue.com/contact.

Thanks Betim, yeah, that has changed in v2.x. It will be possible to register plugins for basically any message and it'll be much easier to extend ;)

Is this because the .Id property is not actually an attribute like .AccountId but a computed property? (PS: I have always used the primary key attribute (.AccountId) for the very...

.AccountId.Value (which is what I do) is also an option there without casting, although if it's a primary key, then it should always have a value and so CrmSvcUtil could...

@BoutemineOualid OrganizationServiceContext implements IOrganizationService which is the interface you could mock. Or else try [FakeXrmEasy](https://github.com/jordimontana82/fake-xrm-easy) which already mocks that interface for XrmTooling and will be doing the same for CdsServiceClient...

I believe if the OrganizationServiceContext was generated by CrmSvcUtil or similar and it is not part of this lib, but it has an OrganizationServiceProxy property which implements IOrganizationService for the...

@rajyraman @BetimBeja it might be a good idea setting up a default issue template emphasizing searching about preexisting issues before raising new ones.... With that said @AdaSall , no one...