MinimalCleanArch.Realtime
0.1.21-preview
This is a prerelease version of MinimalCleanArch.Realtime.
dotnet add package MinimalCleanArch.Realtime --version 0.1.21-preview
NuGet\Install-Package MinimalCleanArch.Realtime -Version 0.1.21-preview
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="MinimalCleanArch.Realtime" Version="0.1.21-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MinimalCleanArch.Realtime" Version="0.1.21-preview" />
<PackageReference Include="MinimalCleanArch.Realtime" />
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 MinimalCleanArch.Realtime --version 0.1.21-preview
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MinimalCleanArch.Realtime, 0.1.21-preview"
#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 MinimalCleanArch.Realtime@0.1.21-preview
#: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=MinimalCleanArch.Realtime&version=0.1.21-preview&prerelease
#tool nuget:?package=MinimalCleanArch.Realtime&version=0.1.21-preview&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MinimalCleanArch.Realtime
Realtime publish port: channel, payload, optional tenant/user audience. No SignalR types on the port.
Version
- Current: 0.1.20-preview (net9.0, net10.0).
Why Use It
- push domain events to connected clients without taking a SignalR dependency in application code
- swap the no-op publisher for the SignalR adapter in
MinimalCleanArch.Extensions
When to Use It
- generated
--realtimeapps (Todo writes publish on channeltodos) - any host that needs a small pub/sub port
Dependency Direction
- Depends on: no other MCA package
- Typically referenced by: application (publish) and the HTTP host (adapter)
- Do not reference from: domain projects
- SignalR adapter:
AddMinimalCleanArchRealtime/MapMinimalCleanArchRealtimeinMinimalCleanArch.Extensions
Usage
dotnet add package MinimalCleanArch.Realtime --version 0.1.20-preview
builder.Services.AddRealtime();
builder.Services.AddMinimalCleanArchRealtime(); // SignalR adapter (Extensions)
app.MapMinimalCleanArchRealtime(); // /hubs/realtime
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 is compatible. 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.
-
net10.0
-
net9.0
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MinimalCleanArch.Realtime:
| Package | Downloads |
|---|---|
|
MinimalCleanArch.Extensions
Extensions for Minimal API endpoints, including validation filters, error handling, logging, health checks, and standard response definitions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.21-preview | 38 | 9/19/2026 |