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

[WIP] xUnit #196

Closed
wants to merge 22 commits into from
Closed

[WIP] xUnit #196

wants to merge 22 commits into from

Conversation

ErikSchierboom
Copy link
Member

This is a WIP PR to fix #193. There were several oddities, most notably the fact that xUnit doesn't out of the box handle nested enumerable equality. On the plus side, xUnit is now the preferred unit test framework for .NET Core and it will be very easy getting it to work there. Also, we no longer need a special case handling for AppVeyor (and possible CircleCI).

As there are so many changes, I'd really like a thorough review. If things are good, I think we should then leave it unmerged for a while, as otherwise we would have to adjust our documentation, which we would then have to anyway when we convert to .NET Core.

That would be the next thing I'm working on, converting to .NET Core. I will be doing that based on the code in this PR. Good times coming!

@robkeim
Copy link
Contributor

robkeim commented Feb 11, 2017

@ErikSchierboom I'd love to look through this but I'm moving tomorrow and I won't have time before then. I'll be back online after my vacation the second weekend of March.

I'm sure that you and @balazsbotond will keep everything up and running while I'm gone, and I'll "see" you soon!

@ErikSchierboom
Copy link
Member Author

But of course. No problem! When you're back, I hope to have . net core working.

@ErikSchierboom
Copy link
Member Author

This PR can be closed, as everything in this PR has been merged into #199.

@ErikSchierboom ErikSchierboom deleted the xunit branch February 19, 2017 13:23
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.

Replace NUnit with Xunit
2 participants