compose-net / compose

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

Move to Test Attributes #85

Closed smudge202 closed 9 years ago

smudge202 commented 9 years ago

Make sure test command filters to unit tests, and second command for all.

herecydev commented 9 years ago

Got the fix, just struggling to build yours against dnxCore50. Have you got a different runtime to me? Building against beta4; only 4000 errors :S

smudge202 commented 9 years ago

Was fine last time I played with it. Looks like we're wildcarding all the dependencies in the project.json so no surprise it breaks now. If you switch from nightly to release feed do you still get issues?

herecydev commented 9 years ago

Can't test now, will test on return. Wildcarding is too dangerous right now. IMO. I would raise an issue to lock down versions.

smudge202 commented 9 years ago

Agreed, created #86 to address it.

smudge202 commented 9 years ago

86 was completed; think you'll be able to take another look, @herecydev ? Bear in mind #89, not sure if blocking?

herecydev commented 9 years ago

Resolved by #91