Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 631 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 631 Bytes

DapperUnit

  • Simple Unit Of Work and Repository pattern (Generic!) applied for Dapper.Net.
  • See DapperUnit.Test project for examples.

Getting Started

  • Right click DapperUnit.Database project and select Publish...
  • Click Load Profile... and select the provided DapperUnit.Database.publish.xml**
  • Click Publish

(*) If you like to change the target server/database you'll have to create your own publish profile. Default target is (localdb)\MSSQLLocalDB. Don't forget to update the DapperUnit.Tests App.Config file!

  • Build and open Test Explorer, debug the tests to see the magic/horror happen!