Betim Beja
Betim Beja
Hello @jordimontana82, this fixes #220. Also I implemented the `RetrieveAllEntitiesRequestExecutor`. Best regards, Betim.
Hello @jordimontana82 , this should fix #415. Best regards, Betim.
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,...
Hello Jordi, this fixes Bug #506. Betim.
Hello Jordi, this fixes #509 Betim.
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...
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...
fixes #137
fixes #151
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