The referenced component 'NUnitCore' could not be found.
C:\Source
Files\cscodedomparser\CodeTreeView\TreeCreator.cs(23):
The private field
'CodeTreeView.TreeCreator.currentTypeName' is never used
C:\Source Files\cscodedomparser\nunittests\Test.cs(12):
The type or namespace name 'NUnit' could not be found
(are you missing a using directive or an assembly
reference?)
C:\Source Files\cscodedomparser\nunittests\Test.cs(22):
The type or namespace name 'TestCase' could not be
found (are you missing a using directive or an assembly
reference?)
C:\Source
Files\cscodedomparser\nunittests\Test.cs(733): The type
or namespace name 'ITest' could not be found (are you
missing a using directive or an assembly reference?)
C:\Source
Files\cscodedomparser\nunittests\TestProjectFiles.cs(13):
The type or namespace name 'NUnit' could not be found
(are you missing a using directive or an assembly
reference?)
C:\Source
Files\cscodedomparser\nunittests\TestProjectFiles.cs(23):
The type or namespace name 'TestCase' could not be
found (are you missing a using directive or an assembly
reference?)
C:\Source
Files\cscodedomparser\nunittests\TestProjectFiles.cs(72):
The type or namespace name 'ITest' could not be found
(are you missing a using directive or an assembly
reference?)
Logged In: YES
user_id=1061796
If you remove the test project il will compile adn even run.
But if you try to run build.bat il will mess up cs-paser.cs. I
don't know how to make it work.
Logged In: YES
user_id=603395
Needs NUnit for tests - you should download NUnit assembly
from their site.