Skip to content

dbones-labs/dbones.pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipes

release Nuget docs

dbones-labs codecov Codacy Badge

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)

Features

  • Multiple actions in a pipeline.
  • Full dotnet IoC container support.
  • Async model supported.

Downloads

you can find all packages here:

Nuget

Major releases

Nuget

We use Milestones to represent an notable release

Patch / feature releases

We use a variant of Githubflow, so all feature branches have their own pre-release packages

Docs and examples

check out our docs for examples and more information

docs

Use of this library

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.