Pipes allows you to implement middleware
Similar to how ASP.NET and Express implement middleware, this library allows you to implement something similar in your solution.
(used to be called fox.middleware and used in a number of lab projects)
- Multiple actions in a pipeline.
- Full dotnet IoC container support.
- Async model supported.
you can find all packages here:
We use Milestones to represent an notable release
We use a variant of Githubflow, so all feature branches have their own pre-release packages
check out our docs for examples and more information
As this is about auditing your code, it is recommend that you fully test your use-cases to ensure that the requirement is met fully.