Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. ncrunch menu missing from vs2017

    @EricZimmerman: Sorry, I wasn't able to isolate the issue you're experiencing. For some reason, your Visual Studio refuses to even recognise the NCrunch package and doesn't even attempt to load it. I think there may be something wrong with your VS install. Please do let me know if you manage to …

  2. Can't hide ignored, failing tests in the test list

    Hi Jan, Thanks for posting! Just to confirm - how have you ignored the test? Is this using the 'Ignore test' button on the NCrunch Tests Window? (I ask because some test frameworks have their own concept of 'Ignored' and the term is unfortunately ambiguous). If so, turning off the filter s…

  3. Issue Building .NET Core Project in VS2017 with 3.3

    Sure, just put them through the contact form at [url=https://www.ncrunch.net/support/contact]https://www.ncrunch.net/support/contact[/url]. I only need the structural parts of these files to figure out how to produce the problem. Any domain related elements you a very welcome to remove if you are …

  4. Issue Building .NET Core Project in VS2017 with 3.3

    Hi, thanks for sharing this issue. As you've discovered, .NET Core build support is still a work in progress. Though I'd really like to know more about this problem to make sure it's properly handled in the next release. Is there any chance you could share with me the non-source components of y…

  5. ncrunch menu missing from vs2017

    NCrunch v3.3 is now formally available including a fix for this issue - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  6. Setup ncrunch v3.2 ends real quick

    NCrunch v3.3 is now available including a fix for this issue - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  7. VS2017, NCrunch 3.2.0.3 build error

    NCrunch v3.3 is now available including a fix for this issue - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  8. Unable to parse the configuration setting Text output font (after upgrade to v3)

    NCrunch v3.3 is now available including a fix for this issue - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  9. Unable to ignore projects of unknown type

    NCrunch v3.3 is now available including a fix for this issue - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  10. v2.24 not coping referenced assemblies

    NCrunch v3.3 is now also available including a fix for this issue - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  11. Not identical at IL-level

    NCrunch v3.3 is now available including a fix for this issue - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  12. Code coverage incorrect

    Hi, thanks for sharing this. Although no doubt many people will be unhappy about me saying this, this problem is by design. NCrunch's code coverage only has line-by-line resolution. NCrunch does not separate lines into statements for more detailed analysis. The reasons for this are as foll…

  13. Not identical at IL-level

    Sorry for the time it's taken me to come back to you on this one. The fix turned out to be a bit more complicated than I had expected. I'm expecting to have a new build out later this week (v3.3). This build will contain a revised version of the fix that has been more thoroughly tested against …

  14. DirectoryNotFoundException

    [quote=ericschmidt;9690] To do some more testing, I ended up rolling back to using NUnit v2.6.4, and found that this issue goes away. Also, in v3.5, tests like this only seem to fail when the tests are being run in parallel. If I rerun a failed test using the "Run selected test in new task runner p…

  15. Missing (non used) nuget package

    Thanks for confirming you managed to get this working. There must be an implicit dependency on this package somehow, and because of it's ambiguity, NCrunch likely hasn't been able to detect it automatically. If you manage to find out how the package is being referenced, please do let me know.

  16. Missing (non used) nuget package

    Hi Henrry, Thanks for sharing this issue. This message is the standard message kicked up by Nuget's MSBuild task when it detects that a package is missing. If the package also doesn't exist anywhere in your foreground solution, then in theory you should be seeing the same message when you try…

  17. Can't load strong named dependency

    Hi, thanks for sharing this issue. Can you describe how the reference to this particular assembly is declared? If it's an AssemblyReference inside the project XML, NCrunch should just copy the reference into its workspace without any kind of manipulation. Something you can try is to see if yo…

  18. Duplicate test rows with conflicting states

    Thanks for sharing these extra details. I'm starting to think this might actually be a UI issue. - Have you seen this happen for any tests in your suite that don't originate from TestCaseSource? - Which grouping option are you using in the Tests Window? - Does adjusting the sorting in the …

  19. Duplicate test rows with conflicting states

    Hi, thanks for sharing this issue. Has NCrunch given you any warnings about the test cases having the same name? Are you able to share the code used to generate the tests? (Note that the content of the tests isn't relevant here, just the NUnit declarations used to create their names)

  20. DirectoryNotFoundException

    Can you confirm which test framework you are using? If you are using MSTest, are you using the DeploymentItem attribute? Usually, when NCrunch sets up to run your tests, it will set both the current directory and the application domain base directory to be the same directory that the test assemb…