1. 23 11月, 2015 4 次提交
    • N
      Move to Microsoft.SqlServer.Compact for Contrib tests · 7915f58f
      Nick Craver 提交于
      7915f58f
    • N
      A full CoreCLR/DNX friendly conversion · fd10fe7c
      Nick Craver 提交于
      This eliminates the dual solutions and brings Contrib into the
      project.json fold.
      - Tests are ported to xUnit though SQLite is disabled on DNX due to
      Issue #375 (Interop loads fail in the VS runner and  params are busted
      regardless).
      - Projects are consolidated down to what's currently possible with
      project.json.
      - Contrib moved to: Dapper.Contrib and Dapper.Tests.Contrib (so tests
      appear at the end, no other reason vs. Dapper.Contrib.Tests)
      - EF moved to: Dapper.EntityFramework(.StrongName)
      - Rainbow moved to: Dapper.Rainbow
      - SqlBuilder moved to: Dapper.SqlBuilder
      - Packages are removed since it's not current-tooling friendly to keep
      them (nor was it using them).
      - xUnit implemented in Contrib via abstracts - this allow us to very
      quickly add any database provider to the rig in a very concise way.
      - Contrib unit tests fixed in various places - they were not
      parallel-runner friendly
      - Nuspecs removed, since they aren't used anymore (to eliminate
      confusion)
      - Removed speed tests for libraries that aren't on current versions of
      .Net (what would we be comparing?)
      - Perf tests moved to Dapper.Tests (consolidation from
      Dapper.DNX.Tests), but aren't activated yet (no define)
      fd10fe7c
    • N
      Cleanup, organize project.json orders · 523f7c8d
      Nick Craver 提交于
      523f7c8d
    • N
      Merge pull request #382 from johandanforth/key-bug-in-getasync · 89d44089
      Nick Craver 提交于
      Fixed missing check for explicit key in Contrib GetaAync()
      89d44089
  2. 22 11月, 2015 1 次提交
  3. 21 11月, 2015 2 次提交
    • N
      ConnectionString for Appveyor · 9ae3d50b
      Nick Craver 提交于
      hacky style - I think we want to remove the program given dnx run exists
      9ae3d50b
    • N
      Backport xunit tests to non-DNX as well. · ab1aeb30
      Nick Craver 提交于
      This allows full testing from both solutions, all green.
      
      This includes nuget updates for the test libraries but explicitly
      excludes the npgsql upgrade, since there are known 2.0 vs. 3.0 driver
      issues. If we can assume everyone is able to upgrade - then we should
      switch testing over. Alternatively, we need to test both. My preference
      would be the former.
      ab1aeb30
  4. 20 11月, 2015 2 次提交
  5. 19 11月, 2015 13 次提交
  6. 15 11月, 2015 7 次提交
  7. 12 11月, 2015 2 次提交
  8. 11 11月, 2015 8 次提交
  9. 07 11月, 2015 1 次提交