Skip to content

Avoid odd test failures #109

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

Merged
merged 1 commit into from
Nov 28, 2017
Merged

Avoid odd test failures #109

merged 1 commit into from
Nov 28, 2017

Conversation

dougbu
Copy link
Contributor

@dougbu dougbu commented Nov 28, 2017

  • XML serializers handle DBNull on some machines but not others
  • possible an underlying problem was fixed recently, in .NET Core SDK 2.0.3
  • but, better to make builds work almost everywhere and wait for .NET Core SDK 2.1.x (where DBNull is seralizable)

- XML serializers handle `DBNull` on some machines but not others
- possible an underlying problem was fixed recently, in .NET Core SDK 2.0.3
- but, better to make builds work almost everywhere and wait for .NET Core SDK 2.1.x (where `DBNull` is seralizable)
@dougbu
Copy link
Contributor Author

dougbu commented Nov 28, 2017

@Eilon this time it's four changed lines 😃

Can't really test end-to-end 'til this goes into master. AppVeyor worked last time around, as did local builds on multiple machines ☹️ Good news is our most recent official CI build was otherwise clean.

@dougbu dougbu merged commit 86f6078 into master Nov 28, 2017
@dougbu
Copy link
Contributor Author

dougbu commented Nov 28, 2017

86f6078

@dougbu dougbu deleted the dougbu/odd.test.failures branch November 28, 2017 18:37
dougbu added a commit that referenced this pull request Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants