1. 08 5月, 2017 2 次提交
  2. 07 5月, 2017 18 次提交
  3. 05 5月, 2017 1 次提交
  4. 01 5月, 2017 1 次提交
  5. 30 4月, 2017 1 次提交
  6. 07 4月, 2017 4 次提交
  7. 26 3月, 2017 2 次提交
    • K
      Correct minor typographical error in Readme.md (#732) · d73ae3b3
      Kruithne 提交于
      Under the `List Support` section, the sentence opens with `Dapper allow you`, which should instead be `Dapper allows you`. This PR will correct this mistake, restoring balance to the universe.
      
      After originally spotting this, the most minor of mistakes, I decided to leave it and move on with my life, since it likely effected nobody. Four hours passed and the thought that it existed unchecked had fully manifested itself within my subconscious and I was no longer able to continue with my existence knowing that I had seen this mistake and not exercised my power to correct it.
      
      Thank you, and sorry.
      d73ae3b3
    • 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
  8. 14 3月, 2017 3 次提交
  9. 02 3月, 2017 2 次提交
  10. 01 3月, 2017 4 次提交
  11. 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
  12. 13 2月, 2017 1 次提交