Skip to content

Releases: Synnotech-AG/Synnotech.DatabaseAbstractions.Mocks

3.1.0 Session Factories Mocks for everybody! 🎉🥳

31 Mar 14:06
Compare
Choose a tag to compare

Synntech.DatabaseAbstractions.Mocks 3.1.0

  • The SessionFactoryMock no longer has a generic constraint for IAsyncSession. This allows you to use any type with the session factory mock (#1).

3.0.0 We value your task

09 Sep 06:28
Compare
Choose a tag to compare

Synntech.DatabaseAbstractions.Mocks 3.0.0

  • breaking change: mocks for ISessionFactory are now compatible with Synnotech.DatabaseAbstractions 3.0.0

2.1.0 Session Factory 🏭

16 Jun 08:10
Compare
Choose a tag to compare

Synntech.DatabaseAbstractions.Mocks 2.1.0

  • added SessionFactoryMock<T> which implements ISessionFactory<T>
  • added DelegateSessionFactoryMock<T> for Func<TSession> scenarios
  • added possibility to throw exceptions on SaveChanges and SaveChangesAsync

2.0.0 Hello World

11 Jun 06:32
Compare
Choose a tag to compare

Synntech.DatabaseAbstractions.Mocks 2.0.0