1. 07 5月, 2017 1 次提交
  2. 26 3月, 2017 1 次提交
    • N
      VS 2017 .csproj Migration · ae7a29a9
      Nick Craver 提交于
      Due to the way VS test works (by injecting an executable entry point), the performance tests needed to be factored out. I also organized all of our existing tests better along the way.
      Actual code changes to Dapper itself are very minor, only formatting and documentation fixes (which we need many more of).
      
      The build.ps1 script is upated to work, but note that <frameworkAssemblies> is not working in .nuspec inside the packages in the new .csproj system. I consider this to be a blocker. Issue is here: https://github.com/NuGet/Home/issues/4853
      ae7a29a9
  3. 09 2月, 2017 1 次提交
  4. 24 7月, 2016 1 次提交
  5. 22 7月, 2016 1 次提交
  6. 20 7月, 2016 1 次提交
  7. 15 6月, 2016 1 次提交
  8. 24 5月, 2016 4 次提交
  9. 19 5月, 2016 1 次提交
  10. 17 5月, 2016 2 次提交
  11. 15 5月, 2016 1 次提交
  12. 18 4月, 2016 1 次提交
  13. 17 4月, 2016 1 次提交
  14. 01 4月, 2016 3 次提交
  15. 17 2月, 2016 1 次提交
  16. 23 11月, 2015 2 次提交
    • 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