EventFlow.EntityFramework
0.76.4014
Entity Framework Core support for EventFlow
Install-Package EventFlow.EntityFramework -Version 0.76.4014
dotnet add package EventFlow.EntityFramework --version 0.76.4014
<PackageReference Include="EventFlow.EntityFramework" Version="0.76.4014" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EventFlow.EntityFramework --version 0.76.4014
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
New: Mongo DB read model store Queryable:
```csharp
MongoDbReadModelStore readModelStore;
IQueryable<TReadModel> queryable = readModelStore.AsQueryable();
```
New: Moved publish of messages in `RabbitMqPublisher` to a new virtual
method to ease reuse and customization
Fixed: MongoDB read models no longer has the `new()` generic requirement,
which aligns read model requirements with the rest of EventFlow
Dependencies
-
.NETStandard 2.0
- EventFlow (>= 0.76.4014)
- Microsoft.EntityFrameworkCore (>= 2.1.0)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
0.76.4014 | 355 | 10/19/2019 | ||
0.75.3970 | 275 | 9/12/2019 | ||
0.74.3948 | 864 | 7/1/2019 | ||
0.73.3933 | 766 | 6/11/2019 | ||
0.72.3914 | 439 | 5/28/2019 | ||
0.71.3834 | 845 | 4/17/2019 | ||
0.70.3824 | 255 | 4/11/2019 | ||
0.69.3772 | 2,518 | 2/12/2019 | ||
0.68.3728 | 800 | 12/3/2018 | ||
0.67.3697 | 2,515 | 10/14/2018 | ||
0.66.3673 | 248 | 9/28/2018 | ||
0.65.3664 | 172 | 9/22/2018 |