Interface IIdentityStoreMarker
- Assembly
- Stratara.EventSourcing.EntityFrameworkCore.dll
Assembly marker for the identity-store namespace. Used by IdentityStore<TContext, TUser>
to scope ApplyConfigurationsFromAssembly to only the identity-store
IEntityTypeConfiguration<> implementations — required after the W2.2 mega-fold
because the same assembly also hosts the write- and read-store configurations.
public interface IIdentityStoreMarker
- Extension Methods