I see in repository NHibernateIntegration only, but I know, that with MassTransit it is possible to use ef core integration also, so does Automatonymous support entity framework core integration by itself?
The NHibernate integration is just to map the State property to a UserType. Since it supports using an int or string for the property that’s pretty much what you’d use for EF.
Thanks for the great library!
I see in repository NHibernateIntegration only, but I know, that with MassTransit it is possible to use ef core integration also, so does Automatonymous support entity framework core integration by itself?