Pipeline Simulation Basics
Views (0)
Pipeline Simulation is an advanced feature of FakeXrmEasy.
With Pipeline Simulation enabled, FakeXrmEasy will automatically fire plugin executions as long as these plugins are registered as plugin steps in FakeXrmEasy.
The plugin steps need to be registered manually right now, in a future version these will be automatically registered based on attributes.
In order to use Pipeline Simulation, you need to enable it in the middleware first:
Setup Pipeline Simulation in Middleware The UsePipelineSimulation() needs to be put in front of every other middleware step so it would fire any PreOperation steps before any other message.
This was originally posted here.

Like
Report
*This post is locked for comments