Forum member

adandy

8 posts

Posts by adandy

  1. xunit.v3 builds eternally and can't run tests

    This is working great. I even enabled RDI for the net8 target and that also is working well. Thanks for the fix!

  2. xunit.v3 builds eternally and can't run tests

    Good to hear! Just in case it helps somehow because I was poking around already: I nuked my .NCrunch_ folder, deleted all tests, and the net48 one seems to consistently get stuck. Also, I am seeing a weird state where the (N) logo stops churning even though it still has an item in the queue. It c…

  3. xunit.v3 builds eternally and can't run tests

    I deleted every test from the project and it still gets stuck on Analyse. I'm starting to wonder if I have some turds stuck in a pipe somewhere. Is there a way I can flush all NCrunch state out which may be specific to my system and not on yours?

  4. xunit.v3 builds eternally and can't run tests

    Well, it looks like I'm spending a hell of a lot of time here: https://github.com/xunit/xunit/blob/72878584ab032c9d7cd02a3387de36e1b3233938/src/xunit.v3.runner.utility/Utility/BufferedTextReaderWriter.cs#L59 Call stack: [code=plain] System.Private.CoreLib.dll!System.Threading.Thread.Sleep(i…

  5. xunit.v3 builds eternally and can't run tests

    It gets stuck on Analyze Assembly. Somehow, this time, 2 of the 3 targets finished analysis. I have rebooted multiple times previously and usually all 3 targets would get stuck like this. I don't know what is different this time to cause the 2 to complete. I sent a report in while the net48 target w…

  6. xunit.v3 builds eternally and can't run tests

    I am currently on 5.12.0.10 and am trying to use xunit.v3 1.1.0 but can't get NCrunch to build my test projects and it just spins forever. I suspect I am triggering some kind of corner case, possibly related to targeting multiple frameworks. I am able to run tests using `dotnet test` and the VS Test…

  7. Bug with combination of catch-when and params arguments

    Awesome. Have a gif: http://i.imgur.com/fcI43vR.gifv !

  8. Bug with combination of catch-when and params arguments

    I also ran into this issue but was only able to test my project by turning off instrumentation. I would really like to use the coverage feature to help debug test failures in this code.