1. 11 5月, 2017 1 次提交
  2. 09 5月, 2017 1 次提交
  3. 08 5月, 2017 1 次提交
  4. 07 5月, 2017 6 次提交
  5. 07 4月, 2017 3 次提交
  6. 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
  7. 14 3月, 2017 1 次提交
  8. 22 2月, 2017 1 次提交
    • J
      Added Belgrade Sql Client · 1369e5d0
      Jovan Popovic 提交于
      In the performance benchmark is added Belgrade Sql client data access
      library (https://github.com/JocaPC/CLR-Belgrade-SqlClient). This is a
      wrapper around ADO.NET classes that executes queries in async manner
      using callbacks. "Belgrade.Sql.Client": "0.6.2" is aded in project.json
      file, and new flag "BELGRADE" controls should the test be executed.
      1369e5d0
  9. 09 2月, 2017 1 次提交
  10. 06 1月, 2017 1 次提交
  11. 28 11月, 2016 1 次提交
  12. 06 11月, 2016 1 次提交
  13. 04 11月, 2016 1 次提交
  14. 08 9月, 2016 3 次提交
  15. 07 9月, 2016 2 次提交
  16. 26 7月, 2016 1 次提交
  17. 24 7月, 2016 1 次提交
  18. 22 7月, 2016 1 次提交
  19. 20 7月, 2016 2 次提交
  20. 29 6月, 2016 1 次提交
  21. 08 6月, 2016 1 次提交
  22. 27 5月, 2016 2 次提交
  23. 24 5月, 2016 5 次提交
  24. 17 5月, 2016 1 次提交
    • N
      Upgrade project.json files to RC2 format. · ee615c0c
      Nick Craver 提交于
      Note: on a nuspec comparison, the following dependencies aren't there
      anymore: Microsoft.CSharp, mscorlib, System, and System.Core aren't
      explicitly specified in frameworkAssemblies anymore. The only one of
      these I can imagine mattering is Microsoft.CSharp.
      ee615c0c