Releases: OrleansContrib/Orleans.Providers.EntityFramework
Releases · OrleansContrib/Orleans.Providers.EntityFramework
v0.15.1
Upgrade to Orleans 3.x and EfCore 3.x
You can build the project for different versions (mentioned on docs)
v0.14.6
- Added
IGrainStateEntryConfigurator
to have more flexibility configuring entity entries.
Breaking changes
- Removed
UseQueryExpression
extension and added ConfigureReadState
which completely overhauls the default conventions.
v0.13.0
Fixed an issue causing a null ref exception when the state is configured to use etags but during read the state was null.
v0.12.0
Fixed an issue causing multiple grain classes with same state type to…