1. 02 May, 2020 4 commits
    • Nick Craver's avatar
      Update benchmarks (#1451) · f486848e
      Nick Craver authored
      This fixes things for `netcoreapp3.1` and fixes the outstanding #1205.
      f486848e
    • Nick Craver's avatar
      Fix for #1202 · 601a5c28
      Nick Craver authored
      Behavior is expected, but doc isn't clear - clarifying!
      601a5c28
    • Damir Ainullin's avatar
      Set initial capacity for collections (#1449) · 9b010240
      Damir Ainullin authored
      * Set initial capacity for collections
      * Revert Massive changes
      Co-authored-by: 's avatarNick Craver <nrcraver@gmail.com>
      9b010240
    • Nick Craver's avatar
      AppVeyor: Build tweaks & misc fixes (#1450) · 663588f9
      Nick Craver authored
      Simplifying and improve build speed.
      
      - Decreases builds from 8-13 minutes down to ~2 minutes (while running more tests)
      - Moves to SQL Server 2019 on AppVeyor
      - Moves the 2 longest running tests with params to `[FactLongRunning]`
      - Bumps tests up to `netcoreapp3.1`
      - Also fixes .Contrib tests
      - Moves to `Build.csproj`
      - Simplifies `build.ps1`
      - Removed defunct `build.sh`
      - Nukes `IsAppveyor` (moves to environmental variable overloads)
      - Builds now work in Linux/macOS
      663588f9
  2. 01 May, 2020 8 commits
  3. 28 Apr, 2020 1 commit
  4. 06 Apr, 2020 1 commit
  5. 05 Apr, 2020 1 commit
  6. 26 Mar, 2020 1 commit
  7. 24 Dec, 2019 1 commit
  8. 03 Nov, 2019 1 commit
  9. 25 Oct, 2019 1 commit
    • Sébastien Ros's avatar
      Use InvariantCulture in FlexibleConvert (#1363) · a18dc63c
      Sébastien Ros authored
      In Sqlite, DateTime is stored as String, and custom serializers ultimately use Convert.ChangeType to do the conversion. The generated code however doesn't set the Invariant culture, and the conversion can fail if the current culture doesn't match the standard DateTime serialization format from Sqlite.
      a18dc63c
  10. 27 Sep, 2019 5 commits
  11. 26 Sep, 2019 1 commit
    • Nick Craver's avatar
      Tooling and project updates (#1333) · 1481c4d3
      Nick Craver authored
      This is a branch cleaning up old `#if` clauses, `.csproj` bits, Linux build compatibility, and a few other tid-bits (broken out by commit).
      
      In general: we're on 3.0 tooling and all previous cruft has been removed.
      1481c4d3
  12. 22 Sep, 2019 4 commits
  13. 21 Sep, 2019 1 commit
  14. 12 Sep, 2019 3 commits
  15. 10 Sep, 2019 2 commits
  16. 30 Aug, 2019 5 commits