GitHub Packages shows this repository README on every package page (upstream limitation). Open the package README for install and quick start — embedded in each .nupkg and linked below.
| Package | Install | Package README |
|---|---|---|
Novolis.Messaging |
dotnet add package Novolis.Messaging |
README |
Novolis.Messaging.Channels |
dotnet add package Novolis.Messaging.Channels |
README |
For NuGet.org and Visual Studio, the embedded README.md inside each package is authoritative.
In-process messaging for .NET: channels (System.Threading.Channels + DI) and PulseFlow (Novolis.Messaging).
| Package | Description |
|---|---|
Novolis.Messaging.Channels |
Register bounded/unbounded channels in IServiceCollection |
Novolis.Messaging |
Pulse/conduit/flow pipeline (migrated from Frank.PulseFlow) |
dotnet add package Novolis.Messaging.Channels --version 0.1.0-preview.1
dotnet add package Novolis.Messaging --version 0.1.0-preview.1Preview builds publish from this repo after NuGet trusted publishing is configured (release).
services.AddChannel<MyEvent>();
services.AddPulseFlow<MyFlow>();See CONTRIBUTING.md.