Shuttle.Recall.SqlServer.EventProcessing
22.0.0-alpha.1
Prefix Reserved
This is a prerelease version of Shuttle.Recall.SqlServer.EventProcessing.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Shuttle.Recall.SqlServer.EventProcessing --version 22.0.0-alpha.1
NuGet\Install-Package Shuttle.Recall.SqlServer.EventProcessing -Version 22.0.0-alpha.1
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="Shuttle.Recall.SqlServer.EventProcessing" Version="22.0.0-alpha.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shuttle.Recall.SqlServer.EventProcessing" Version="22.0.0-alpha.1" />
<PackageReference Include="Shuttle.Recall.SqlServer.EventProcessing" />
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 Shuttle.Recall.SqlServer.EventProcessing --version 22.0.0-alpha.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Shuttle.Recall.SqlServer.EventProcessing, 22.0.0-alpha.1"
#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 Shuttle.Recall.SqlServer.EventProcessing@22.0.0-alpha.1
#: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=Shuttle.Recall.SqlServer.EventProcessing&version=22.0.0-alpha.1&prerelease
#tool nuget:?package=Shuttle.Recall.SqlServer.EventProcessing&version=22.0.0-alpha.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Shuttle.Recall.SqlServer.EventProcessing
A Sql Server implementation of the Shuttle.Recall event projection processing mechanism.
Installation
dotnet add package Shuttle.Recall.SqlServer.EventProcessing
Configuration
services.AddRecall(builder =>
{
builder.UseSqlServerEventProcessing(options =>
{
options.ConnectionString = "connection-string";
});
});
The default JSON settings structure is as follows:
{
"Shuttle": {
"Recall": {
"SqlServer": {
"EventProcessing": {
"ConnectionString": "connection-string",
"Schema": "dbo",
"CommandTimeout": "00:00:30",
"ProjectionPrefetchCount": 100,
"ConfigureDatabase": true,
"MaximumCacheSize": 1000,
"CacheDuration": "00:01:00",
"ProjectionLockTimeout": "00:00:30"
}
}
}
}
}
Database
In order to create the relevant database structures you can use the Shuttle.Recall.SqlServer.EventProcessing.Database console application and provide the connection-string and (optional) schema arguments. Alternatively, you can let the library create the structures by setting the ConfigureDatabase option to true (which is the default).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.11)
- Shuttle.Recall (>= 22.0.0-alpha.1)
- Shuttle.Recall.SqlServer.Storage (>= 22.0.0-alpha.1)
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 |
|---|---|---|
| 22.0.1 | 93 | 8/17/2026 |
| 22.0.0-beta.1 | 53 | 8/15/2026 |
| 22.0.0-alpha.1 | 61 | 8/15/2026 |
| 21.0.3 | 743 | 4/17/2026 |
| 21.0.2 | 126 | 4/15/2026 |
| 21.0.2-rc3 | 141 | 4/11/2026 |
| 21.0.2-rc2 | 166 | 3/21/2026 |
| 21.0.1-rc1 | 134 | 2/28/2026 |
| 21.0.1-beta | 144 | 2/7/2026 |
| 21.0.0-alpha | 128 | 1/18/2026 |