1. 11 Feb, 2019 1 commit
  2. 09 Feb, 2019 2 commits
    • Marc Gravell's avatar
      fix #1190 · 68eea4ff
      Marc Gravell authored
      68eea4ff
    • Wixely's avatar
      Improve Exception message (#1154) · b961089e
      Wixely authored
      In cases where the object has a property named ID, the property will automatically be assigned as [Key], even if [Computed] is added manually in an attempt to override it. This can cause confusion, this exception will be thrown despite the code looking fine and there only being one [ExplicitKey] defined. I've added this extra line of information to help diagnosis.
      b961089e
  3. 27 Jan, 2019 2 commits
  4. 02 Nov, 2018 2 commits
  5. 12 Sep, 2018 4 commits
  6. 11 Sep, 2018 6 commits
  7. 07 Sep, 2018 2 commits
  8. 04 Sep, 2018 3 commits
    • Nick Craver's avatar
      Faster builds + use MySqlConnector · 522d150e
      Nick Craver authored
      MySql.Data is a travesty at this point - moving to something more stable. Really we weren't testing Dapper with previous test failures, we were testing what mood MySql.Data and NuGet extraction are in and which phase of the moon is about.
      
      Also speeds up the builds with 1 restore and 1 build. We can simplify here because everything is relevant (no wasted builds).
      522d150e
    • Nick Craver's avatar
      Woops, fix appveyor config for new build.ps1 · ba16b54b
      Nick Craver authored
      ba16b54b
    • Nick Craver's avatar
      Dapper build fixes, versioning, and SQL CE drop · e16c6995
      Nick Craver authored
      - Moves to NerdBank git-based versioning
      - Cleans up build.ps1 to current (will tweak for older moves later)
      - Updates xUnit to latest
      - Moves to dotnet test, since they killed dotnet xunit
      - Testing SQL Server CE has become unreasonable. It's gone (minimal cleanup in this commit disabling it).
      e16c6995
  9. 22 Aug, 2018 1 commit
  10. 14 Aug, 2018 2 commits
  11. 19 Jul, 2018 1 commit
  12. 01 Jul, 2018 7 commits
  13. 18 Jun, 2018 1 commit
    • Alex Wiese's avatar
      Update build.ps1 · 4e62055c
      Alex Wiese authored
      The -Contains operator doesn't do substring comparisons.
      
      > -Contains
      >Description: Containment operator. Tells whether a collection of reference values includes a single test value.
      
      Should be using -Match operator instead.
      4e62055c
  14. 20 May, 2018 4 commits
  15. 16 May, 2018 1 commit
  16. 14 May, 2018 1 commit