pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

Find the exact snapshot type to avoid exceptions during FindSnapshotType #92

Closed jackliusr closed 11 years ago

jackliusr commented 11 years ago

FindSnapshotType will raise exception when the name of one snapshot type is the start substring of the name of another snapshot type. For example two aggregate types: User and UserRole,