EventFlow.MsSql
1.0.4617-alpha
Prefix Reserved
See the version list below for details.
dotnet add package EventFlow.MsSql --version 1.0.4617-alpha
NuGet\Install-Package EventFlow.MsSql -Version 1.0.4617-alpha
<PackageReference Include="EventFlow.MsSql" Version="1.0.4617-alpha" />
<PackageVersion Include="EventFlow.MsSql" Version="1.0.4617-alpha" />
<PackageReference Include="EventFlow.MsSql" />
paket add EventFlow.MsSql --version 1.0.4617-alpha
#r "nuget: EventFlow.MsSql, 1.0.4617-alpha"
#:package EventFlow.MsSql@1.0.4617-alpha
#addin nuget:?package=EventFlow.MsSql&version=1.0.4617-alpha&prerelease
#tool nuget:?package=EventFlow.MsSql&version=1.0.4617-alpha&prerelease
MSSQL support for EventFlow
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.1
- dbup-sqlserver (>= 4.1.0)
- EventFlow.Sql (>= 1.0.4617-alpha)
-
.NETCoreApp 3.1
- dbup-sqlserver (>= 4.1.0)
- EventFlow.Sql (>= 1.0.4617-alpha)
-
.NETStandard 2.0
- dbup-sqlserver (>= 4.1.0)
- EventFlow.Sql (>= 1.0.4617-alpha)
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.2.3 | 9,442 | 12/6/2025 |
| 1.2.2 | 8,712 | 10/11/2025 |
| 1.2.1 | 9,740 | 5/29/2025 |
| 1.2.0 | 8,316 | 3/9/2025 |
| 1.1.0 | 4,769 | 12/16/2024 |
| 1.0.5007 | 1,053 | 11/16/2024 |
| 1.0.5004-alpha | 998 | 5/23/2024 |
| 1.0.5003-alpha | 8,376 | 6/21/2023 |
| 1.0.5002-alpha | 544 | 11/11/2022 |
| 1.0.5001-alpha | 716 | 3/15/2022 |
| 1.0.4748-alpha | 12,707 | 9/9/2021 |
| 1.0.4617-alpha | 640 | 6/11/2021 |
| 0.85.5 | 19,215 | 5/29/2025 |
| 0.84.4 | 1,983 | 11/16/2024 |
| 0.83.4713 | 451,279 | 9/7/2021 |
| 0.82.4684 | 1,125 | 8/30/2021 |
| 0.82.4659 | 6,457 | 6/17/2021 |
| 0.81.4483 | 123,423 | 12/14/2020 |
| 0.80.4377 | 41,431 | 10/1/2020 |
| 0.79.4216 | 9,428 | 5/13/2020 |
Read the complete migration guide to get the full list of changes as well
as recommendations on how to do the migration.
https://github.com/eventflow/EventFlow/blob/develop-v1/MIGRATION_GUIDE.md
Breaking: Remove support for .NET Framework and consolidate on .NET Core LTS versions
Breaking: Replace internal IoC implementation with `Microsoft.Extensions.DependencyInjection`
Breaking: Replace internal logging implementation with `Microsoft.Extensions.Logging`
Breaking: Replace internal in-memory caching with `Microsoft.Extensions.Caching.Memory`
Breaking: Remove `IAmAsyncReadModelFor` and made `IAmReadModelFor` async
Breaking: Removed `EventFlow.Core.AsyncHelper` as well as all async wrapper methods
that used it.
- `IAggregateStore.Load`
- `IAggregateStore.Store`
- `IAggregateStore.Update`
- `ICommandBus.Publish`
- `IEventStore.LoadAggregate`
- `IEventStore.LoadEvents`
- `IEventStore.LoadAllEvents`
- `IQueryProcessor.Process`
- `IReadModelPopulator.Populate`
- `IReadModelPopulator.Purge`