Install¶
Install the runtime and the integration packages that match your host.
Minimum package set¶
For ASP.NET or any host that wants the DI helpers, install:
dotnet add package Fmacias.TplQueue.Core --version 0.1.0-preview.1
dotnet add package Fmacias.TplQueue.Microsoft.DependencyInjection --version 0.1.0-preview.1
Add the thin public facade when you want to create API explicitly in composition code:
Optional public modules¶
Fmacias.TplQueue.Cache.AbstractFmacias.TplQueue.Cache.MemCacheFmacias.TplQueue.RetryPoliciesFmacias.TplQueue.Serialization.SystemTextJsonFmacias.TplQueue.Observers
Choose the optional modules only when your application needs cache-backed dispatch, built-in retry policies, serializer helpers, or observer integrations.
Licensing note¶
TplQueue.Adapter modules are MIT-licensed. TplQueue.Core is publicly consumable as a package, but it is not MIT. Keep the legal and support boundary clear by reading: