Can we reference NUnit in Tool rather than Library folder?
5 views
Skip to first unread message
tillig
unread,
Jul 26, 2010, 2:57:01 PM7/26/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Autofac
I noticed that in both the core and contrib projects NUnit appears in
two places:
* Resource/Library/NUnit
* Resource/Tool/NUnit
While I see the value in maintaining the set of assemblies referenced
in one place separate from the set of tools used in the build, NUnit
sort of spans that gap. I'm curious if we can switch it to only have
NUnit in the Tool folder and remove the Library folder.
* Keeping them separate introduces the chance that the version you're
building against isn't the version you're executing in the build.
* Keeping them separate means a [slightly] larger working copy
footprint/checkout time.
* Putting them together allows us to add a hook for TestDriven.NET
that will run the actual version in the repository rather than the one
that ships with TestDriven.NET.
Is there any objection to unifying NUnit into one spot (each for core
and contrib)?
tillig
unread,
Jul 27, 2010, 11:40:22 AM7/27/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message