compose-net / compose

Lightweight framework to assist in application composition
Apache License 2.0
6 stars 6 forks source link

Update xunit #97

Closed smudge202 closed 8 years ago

smudge202 commented 9 years ago

xunit doesn't work with beta6 yet. Needs resolving so we can run the tests and confirm we're ready to publish 0.1.5! /grumble

herecydev commented 9 years ago

Ran locally okay, all tests working.

smudge202 commented 9 years ago

Say whaaa. Not for me. What's your dnvm list looking like?

smudge202 commented 9 years ago

I should mention, this was prompted by a silently failing build issue: https://ci.appveyor.com/project/Smudge202/compose/build/0.1.126

Notice the core build didn't run. We've had differences in behaviour between core and full CLR trip us up before so it's important we test both in my opinion. Current build script may explain better?

herecydev commented 9 years ago

Hmm, I was using xunit that certainly wasn't running beta6 so unsure how that was even operational. Also I have it on good authority that we might need full fat dnx.

smudge202 commented 8 years ago

I believe this will be resolved by #104