Jordi

Results 135 comments of Jordi

We could possibly add a new method to check illegal execution contexts [at the end of this method](https://github.com/jordimontana82/fake-xrm-easy/blob/master/FakeXrmEasy.Shared/XrmFakedContext.Plugins.cs#L43-L82)

@teppolainio Yes, I think adding a new method like "bool IsValid()" on the IFakeMessageExecutor interface would be nice, and we could default it to true for existing messages so it...

Something like public bool IsValid(OrganizationRequest request) { } And we update the main entry point in the .Execute mock in XrmFakedContext class to call .IsValid after .CanExecute and before .Execute

@Nianwei do you mean the EarlyBoundGenerator plugin in XrmToolbox ? By default crmsvcutil only generates picklist attributes as OptionSetValue. I guess we could add something where if the type is...

Hi @xairrick , there is a code freeze at the minute until v2 is out. This is because v2 was a cut off from latest v1 published on NuGet and...

Thanks a mill @ehclark for raising this, and @BetimBeja for issuing a PR almost immediately :) I'm tagging this one as one of the PRs for review after the release...

Hi, latest version is 1.57.1, not sure if you tried that one and have the same issue there?

Also, could you check if the new attribute was generated (assuming you're generating early bound entities with crmsvcutil?)

Thanks @ioanacro , If you could please post the entire stack trace and the generated entities involved in this test, so the community might help? Otherwise it's going to be...