NGenerics.dll not in repository
Opened this issue · 0 comments
GoogleCodeExporter commented
1. Checked out the source code using TortoiseSVN to a local folder.
2. Attempted to compile with VS2005.
3. Build error generated: missing reference to NGenerics.dll
After googling for NGenerics, downloaded version 1.3 from
http://www.codeplex.com/NGenerics.
Modified FromTypeTree.cs and ToTypeFromTypeTree.cs:
from
using NGenerics.DataStructures
to
using NGenerics.DataStructures.Trees
Now it compiles. If dll cannot be included with other dependency dlls,
there should be a readme describing what needs done.
Original issue reported on code.google.com by reed...@gmail.com
on 21 Nov 2008 at 6:58