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

Update nugets #30

Merged
merged 3 commits into from
Oct 26, 2017
Merged

Update nugets #30

merged 3 commits into from
Oct 26, 2017

Commits on Oct 26, 2017

  1. Remove System.ValueTuple

    This should be picked up from the .NET Standard Library instead.
    Tomas Lycken committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    7fb3935 View commit details
    Browse the repository at this point in the history
  2. Update xUnit and Moq

    Due to improved support for parallel test runs in xUnit 2.3, we need to
    explicitly disable parallel test runs of the EF tests, because they're
    all re-using the same db instance.
    
    A better solution would be to refactor the test fixture and base class
    to create a new db-connection instance for each test, and use that.
    Tomas Lycken committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    a92e0e7 View commit details
    Browse the repository at this point in the history
  3. Use xUnit asserts more idiomatically

    Tomas Lycken committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    829eb9a View commit details
    Browse the repository at this point in the history