Forum member

user123

5 posts

Posts by user123

  1. Unit tests dont complete

    Well thanks very much. following your suggestions I did indeed manage to get the code compiling and running unit tests in parallel with the development and it is running for me.

  2. Unit tests dont complete

    Thanks for the suggestion. I tried it (we were already using this for the code analysis issues we were having) but unfortunately we would need code changes to support the unsigned assemblies. I guess if there is a compiler conditional that NCRUNCH puts in place for its compilation we could use tha…

  3. Unit tests dont complete

    I saw that and can recreate if I try and re-sign with the public key. I guess you cant resign with a public key? We have the public key on the development workstations but the private key is not available to the developers, it is applied during the build on the build servers. We have the assembli…

  4. Unit tests dont complete

    Thanks for the response, have set the settings to output and detailed and have pasted below. There is an exception in there about strong name verification failing, however I have put in a *.* suppression to the machine so I'm not sure either why its failing to sign the assembly in the first place n…

  5. Unit tests dont complete

    Hi I have go the projects building within NCrunch but am unable to get any of the unit tests to complete. They just sit there with Running(first time run) and never complete. Currently I have ignored all unit tests except one which is a dummy: [TestMethod] public void DummyTest() …