M
marchelloua
Guest
Hi all,
I got really basic knowledge of C# (I'm sql developer mainly). We use C# based unit tests. For some reason there are two copies of unit tests framework in the source control. The second one gives error on build:
> error cs0234 the type or namespace name ... does not exist in the namespace ...
I tried to compare two copies of unit tests and the failing one has
> namespace Test2
while another which doesn't fail has
> namespace UnitTests
Should this namespace be a reason? Any other possible reason? I can build it locally, it shows 0 errors and 0 warnings, but it fails when I try to build it on source control server.
Please let me know what additional information I should provide in order to get help.
Please advise.
Continue reading...
I got really basic knowledge of C# (I'm sql developer mainly). We use C# based unit tests. For some reason there are two copies of unit tests framework in the source control. The second one gives error on build:
> error cs0234 the type or namespace name ... does not exist in the namespace ...
I tried to compare two copies of unit tests and the failing one has
> namespace Test2
while another which doesn't fail has
> namespace UnitTests
Should this namespace be a reason? Any other possible reason? I can build it locally, it shows 0 errors and 0 warnings, but it fails when I try to build it on source control server.
Please let me know what additional information I should provide in order to get help.
Please advise.
Continue reading...