TCIS.EventBus.InMemoryStorage
1.0.0-rc.36
This is a prerelease version of TCIS.EventBus.InMemoryStorage.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TCIS.EventBus.InMemoryStorage --version 1.0.0-rc.36
NuGet\Install-Package TCIS.EventBus.InMemoryStorage -Version 1.0.0-rc.36
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="TCIS.EventBus.InMemoryStorage" Version="1.0.0-rc.36" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TCIS.EventBus.InMemoryStorage" Version="1.0.0-rc.36" />
<PackageReference Include="TCIS.EventBus.InMemoryStorage" />
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 TCIS.EventBus.InMemoryStorage --version 1.0.0-rc.36
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TCIS.EventBus.InMemoryStorage, 1.0.0-rc.36"
#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 TCIS.EventBus.InMemoryStorage@1.0.0-rc.36
#: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=TCIS.EventBus.InMemoryStorage&version=1.0.0-rc.36&prerelease
#tool nuget:?package=TCIS.EventBus.InMemoryStorage&version=1.0.0-rc.36&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TCIS.EventBus.InMemoryStorage
The TCIS.EventBus.InMemoryStorage library is an in-memory message state storage provider for TCIS.EventBus.
Forked from DotNetCore.CAP.InMemoryStorage @ d3f53648
(v10.0.1+7, 2026-02-10), MIT ยฉ Savorboard. Fork point, divergence and maintenance rules:
TCIS.EventBus ยง11.
๐ Features
- Temporarily stores Outbox/Inbox events in RAM.
- Ideal for Test or Dev environments: Eliminates the need to configure an actual database.
- Does not guarantee data persistence (Data will be lost when the application restarts).
๐ฆ Installation
dotnet add package TCIS.EventBus.InMemoryStorage
๐ Registration / Setup
Register InMemory Storage when configuring the Event Bus in Program.cs:
using TCIS.EventBus;
using TCIS.EventBus.InMemoryStorage;
builder.Services.AddTEventBus(options =>
{
// Register in-memory storage
options.UseInMemoryStorage();
// (Required) Register a Message Transport, e.g., In-Memory or RabbitMQ
});
Note: Do not use this module in a Production environment where message integrity and reliability are required.
| Product | Versions 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 was computed. 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.
-
net8.0
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- TCIS.Core (>= 1.0.0-rc.36)
- TCIS.EventBus (>= 1.0.0-rc.36)
- TCIS.Logging.Abstractions (>= 1.0.0-rc.36)
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 |
|---|---|---|
| 1.0.0-rc.37 | 0 | 8/27/2026 |
| 1.0.0-rc.36 | 0 | 8/27/2026 |
| 1.0.0-rc.35 | 28 | 8/26/2026 |
| 1.0.0-rc.34 | 29 | 8/26/2026 |
| 1.0.0-rc.33 | 49 | 8/21/2026 |
| 1.0.0-rc.32 | 53 | 8/21/2026 |
| 1.0.0-rc.31 | 44 | 8/21/2026 |
| 1.0.0-rc.30 | 49 | 8/21/2026 |
| 1.0.0-rc.29 | 49 | 8/21/2026 |
| 1.0.0-rc.28 | 56 | 8/21/2026 |
| 1.0.0-rc.27 | 53 | 8/21/2026 |
| 1.0.0-rc.26 | 50 | 8/20/2026 |
| 1.0.0-rc.25 | 45 | 8/20/2026 |
| 1.0.0-rc.24 | 47 | 8/20/2026 |
| 1.0.0-rc.23 | 48 | 8/20/2026 |
| 1.0.0-rc.22 | 56 | 8/19/2026 |
| 1.0.0-rc.21 | 54 | 8/19/2026 |
| 1.0.0-rc.20 | 68 | 8/18/2026 |
| 1.0.0-rc.19 | 71 | 8/13/2026 |
| 1.0.0-rc.18 | 59 | 8/13/2026 |
Loading failed