aspnet / dnx

OBSOLETE - see readme
Other
963 stars 224 forks source link

Circular reference with Testing #358

Closed bricelam closed 9 years ago

bricelam commented 10 years ago

This repo uses Xunit.KRunner from Testing. Testing uses Microsoft.Framework.Runtime.Interfaces.

glennc commented 9 years ago

@bricelam Is this still an issue?

bricelam commented 9 years ago

Yep, with xunit.runner.aspnet from aspnet.xunit now. I suppose we could move XRE's tests into another repository. The CI workflow would be:

  1. Build XRE
  2. Build aspnet.xunit
  3. Test XRE
  4. Cascade, rinse & repeat
davidfowl commented 9 years ago

We're not fixing this. We don't look at the test folder for repo dependencies. I'm sure this problem exists for other repos too

muratg commented 9 years ago

Closing per last comment