Betim Beja

Results 13 issues of Betim Beja

Hello @jordimontana82, this fixes #220. Also I implemented the `RetrieveAllEntitiesRequestExecutor`. Best regards, Betim.

scope-fake-messages

Hello @jordimontana82 , this should fix #415. Best regards, Betim.

scope-metadata

Hello @jordimontana82 I replaced the obsolete GetFakedOrganizationService with GetOrganizationService in the codebase so we remove all those build warnings which are only noise that might mask possible problems. Best regards,...

refactor

Hello Jordi, this fixes Bug #506. Betim.

scope-core

Hello Jordi, this fixes #509 Betim.

needs review
query-engine
scope-core

Hello Jordi, steps registered in PreValidation do not get called when PipelineSimulation property is true. The following test should fail in my case because `ContactPlugins.Update.PreValidation.EnsureIsNotPrimary` plugin needs a `PreImage` that...

enhancement
scope-pipeline-simulation

Hello Jordi, we should add an overload to [RegisterPluginStep](https://github.com/jordimontana82/fake-xrm-easy/blob/5531248d7e9dc2a112b17735e0bf5939e974d342/FakeXrmEasy.Shared/XrmFakedContext.Pipeline.cs#L24-L32) where you can pass the plugin instance similar to [ExecutePluginWith](https://github.com/jordimontana82/fake-xrm-easy/blob/5531248d7e9dc2a112b17735e0bf5939e974d342/FakeXrmEasy.Shared/XrmFakedContext.Plugins.cs#L125-L139). This way we can test if a plugin fired or not...

enhancement
scope-pipeline-simulation

Fixes schema name when there are multiple controls of the same column on the form (or better when the control name does not match the column name) fixes #153