Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppVeyor: Build tweaks & misc fixes #1450

Merged
merged 19 commits into from May 2, 2020
Merged

Commits on May 2, 2020

  1. Trying latest Appveyor Images

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    ccaa0a1 View commit details
    Browse the repository at this point in the history
  2. Bump to SQL 2019

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    2ca33e7 View commit details
    Browse the repository at this point in the history
  3. Okay we've GOT to move that out of the code, holy crap

    I'll do a TestConfig pass on Dapper here as a follow-up.
    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    8b90e6d View commit details
    Browse the repository at this point in the history
  4. Connection strings out of code, step 1

    We should centralize these, but at least remove them from code for now.
    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    a38b30d View commit details
    Browse the repository at this point in the history
  5. Dammit.

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    c959437 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57fa8f5 View commit details
    Browse the repository at this point in the history
  7. Move longest tests to long running

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    fe0bb70 View commit details
    Browse the repository at this point in the history
  8. Update tests to netcoreapp3.1

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    577d2f9 View commit details
    Browse the repository at this point in the history
  9. Move build to traversal

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    b1170c2 View commit details
    Browse the repository at this point in the history
  10. More tweaks!

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    72f9988 View commit details
    Browse the repository at this point in the history
  11. Contrib: make tests work

    Contrib tests were broken back in 23ad634 evidently, just now noticing...
    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    b9d86ef View commit details
    Browse the repository at this point in the history
  12. Remove build.sh

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    c7ea139 View commit details
    Browse the repository at this point in the history
  13. Update readme for performance bits

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    49ca027 View commit details
    Browse the repository at this point in the history
  14. yeahhhh let's nuke this

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    5588636 View commit details
    Browse the repository at this point in the history
  15. Woops, match version

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    391b4ea View commit details
    Browse the repository at this point in the history
  16. Bump min SDK, since we're testing on 3.1

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    d2cfd7a View commit details
    Browse the repository at this point in the history
  17. Make builds work on *nix

    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    abfe1de View commit details
    Browse the repository at this point in the history
  18. Dapper.ProviderTools: remove #nullable enable

    This is at the project level, so not needed in each file.
    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    d0d95ae View commit details
    Browse the repository at this point in the history
  19. Move to C# 8 consistently

    Can't use most of it since it won't light up with `net461`, but at be consistent across projects. When we drop net4x later this'll take more effect.
    Nick Craver committed May 2, 2020
    Configuration menu
    Copy the full SHA
    2a474ae View commit details
    Browse the repository at this point in the history