PipeR.Extensions.AspNetCore 0.0.4-ci

This is a prerelease version of PipeR.Extensions.AspNetCore.
dotnet add package PipeR.Extensions.AspNetCore --version 0.0.4-ci
                    
NuGet\Install-Package PipeR.Extensions.AspNetCore -Version 0.0.4-ci
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PipeR.Extensions.AspNetCore" Version="0.0.4-ci" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PipeR.Extensions.AspNetCore" Version="0.0.4-ci" />
                    
Directory.Packages.props
<PackageReference Include="PipeR.Extensions.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PipeR.Extensions.AspNetCore --version 0.0.4-ci
                    
#r "nuget: PipeR.Extensions.AspNetCore, 0.0.4-ci"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PipeR.Extensions.AspNetCore@0.0.4-ci
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PipeR.Extensions.AspNetCore&version=0.0.4-ci&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PipeR.Extensions.AspNetCore&version=0.0.4-ci&prerelease
                    
Install as a Cake Tool

PipeR.AspNetCore

PipeR Intro

PipeR is a fast, modern, and fully open-source pipeline engine for .NET - designed as a drop-in alternative to commercialized middleware and mediator frameworks. Born out of necessity, PipeR fills the growing gap left by libraries that have shifted behind paywalls or restrictive licensing. Instead of locking critical infrastructure behind subscriptions, PipeR gives developers a lightweight, high-performance pipeline model that is free to use in development and production, with no limits.

PipeR focuses on:

  • Performance-first design - minimal allocations, low overhead, and lean abstractions.
  • Predictable architecture - request/response pipelines, valves (middleware), and handlers that feel familiar yet faster.
  • Flexibility without bloat � simple enough for small projects, powerful enough for enterprise workloads.
  • Full OSS freedom � MIT licensed, transparent, community-driven.

Whether you use PipeR.Core in your backend services or PipeR.Extensions.AspNetCore for effortless request pipelines in web APIs, the goal is the same: a modern pipeline framework that stays open, fast, and in your control.

PipeR.Extensions.AspNetCore

PipeR.Extensions.AspNetCore builds on top of PipeR.Core to provide ASP.NET Core specific integrations and helpers for using the lightweight PipeR mediator inside web API applications.

What it is

  • Middleware, extensions and DI helper methods that make it straightforward to register and use PipeR.Core in ASP.NET Core applications.
  • Provides conventional wiring for handlers, scoped dependencies and optional request/response pipeline integrations useful in HTTP APIs.

Key scenarios

  • Register the mediator and handler discovery during application startup
  • Integrate request/response handling into controller actions or minimal APIs
  • Publish domain notifications or application events from web requests

Supported frameworks

  • .NET 9 (.NET 9.0)
  • .NET 8 (.NET 8.0)

Quick build

  • Build: dotnet build (from repo root) or dotnet build ./PipeR.AspNetCore/
  • Test: dotnet test (if this project or solution contains tests)
  • Pack (create NuGet): dotnet pack ./PipeR.AspNetCore/ -c Release

Getting started

  • Add a project reference: dotnet add <YourProject> reference ./PipeR.AspNetCore/PipeR.AspNetCore.csproj
  • From Program.cs call the provided extension methods to register services and handlers. Inject the mediator into controllers, services, or minimal API delegates.

Examples and API details

  • See the source code for the available extension methods and sample integrations. If you want a short usage snippet or starter example added here, tell me which APIs you prefer and I will add it.

Contributing and license

  • See the repository root for CONTRIBUTING.md and LICENSE.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.4-ci 930 12/3/2025
0.0.3-ci 639 12/2/2025