I-Synergy.Framework.EventSourcing.Storage.Azure
2026.10922.11315
Prefix Reserved
dotnet add package I-Synergy.Framework.EventSourcing.Storage.Azure --version 2026.10922.11315
NuGet\Install-Package I-Synergy.Framework.EventSourcing.Storage.Azure -Version 2026.10922.11315
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="I-Synergy.Framework.EventSourcing.Storage.Azure" Version="2026.10922.11315" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="I-Synergy.Framework.EventSourcing.Storage.Azure" Version="2026.10922.11315" />
<PackageReference Include="I-Synergy.Framework.EventSourcing.Storage.Azure" />
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 I-Synergy.Framework.EventSourcing.Storage.Azure --version 2026.10922.11315
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: I-Synergy.Framework.EventSourcing.Storage.Azure, 2026.10922.11315"
#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 I-Synergy.Framework.EventSourcing.Storage.Azure@2026.10922.11315
#: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=I-Synergy.Framework.EventSourcing.Storage.Azure&version=2026.10922.11315
#tool nuget:?package=I-Synergy.Framework.EventSourcing.Storage.Azure&version=2026.10922.11315
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
I-Synergy Framework EventSourcing Storage Azure
Azure Blob Storage implementation of IEventArchiveStorage for I-Synergy Event Sourcing.
Included types
AzureBlobEventArchiveStorage— stores archived events as JSON blobs in Azure Blob Storage
Usage
Requires BlobServiceClient to be registered in DI (via Aspire AddAzureBlobServiceClient("blobs") or directly).
builder.AddAzureBlobServiceClient("blobs");
services.AddAzureEventArchiveStorage(); // registers IEventArchiveStorage
services.AddEventArchiving(configuration); // registers IEventArchiver + IEventArchiveReader
| 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
- Azure.Storage.Blobs (>= 12.29.2)
- I-Synergy.Framework.EventSourcing.Storage (>= 2026.10922.11315)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.12)
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 |
|---|---|---|
| 2026.10922.11315 | 0 | 9/22/2026 |
| 2026.10922.11218-preview | 0 | 9/22/2026 |
| 2026.10920.11533 | 47 | 9/20/2026 |
| 2026.10920.11440-preview | 45 | 9/20/2026 |
| 2026.10916.11730 | 79 | 9/16/2026 |
| 2026.10916.11619-preview | 69 | 9/16/2026 |
| 2026.10910.10535 | 106 | 9/10/2026 |
| 2026.10910.10449-preview | 93 | 9/10/2026 |
| 2026.10910.10355-preview | 89 | 9/10/2026 |
| 2026.10909.11354-preview | 94 | 9/9/2026 |
| 2026.10908.11006-preview | 94 | 9/8/2026 |
| 2026.10905.11015 | 109 | 9/5/2026 |
| 2026.10905.10840-preview | 101 | 9/5/2026 |
| 2026.10901.10009 | 99 | 9/1/2026 |
| 2026.10831.12251-preview | 88 | 8/31/2026 |
| 2026.10825.12205 | 103 | 8/25/2026 |
| 2026.10825.11512-preview | 108 | 8/25/2026 |
| 2026.10822.10000 | 105 | 8/21/2026 |
| 2026.10818.11310 | 111 | 8/18/2026 |
| 2026.10817.11530 | 115 | 8/17/2026 |
Loading failed