Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Bind engine mode button to keyboard shortcut?

    Your understanding is correct. The loss of our top-level menu introduces a serious regression in keyboard shortcut capability in NCrunch. We have a wave of UI changes in the works to address this. Unfortunately we didn't have time to put these in place before the first VS2019 test build, but ho…

  2. VS 2019 support

    [quote=smitchamb;13189]Thanks. Loaded it up this morning and it popped up a license dialog even though my license is good through july. Is that intentional because it is an experimental version? I'm using the 30-day trial license for now, but wanted to mention it.[/quote] We haven't made any c…

  3. VS 2019 support

    VS2019 support in NCrunch is [url=https://www.ncrunch.net/download]now available[/url].

  4. BUG: DynamicData does not work properly for Interfaces

    Great to hear! Thanks for confirming.

  5. BUG: DynamicData does not work properly for Interfaces

    You have a talent for finding these compatibility holes :) Sorry for the trouble here. I've prepared another build with a fix for this issue: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.24.0.4.msi]NCrunch_Console_3.24.0.4.msi[/url] [url=https://s3.amazonaws.com/down…

  6. VS 2019 support

    We're aiming to push an experimental build at the end of this week.

  7. BUG: DynamicData does not work properly for class with null test

    [quote=TKrueger;13178]Now I get this message: [quote] NCrunch: The test cases for this test cannot be reported individually by NCrunch because at least one of the parameters being supplied is not a primitive type. For full test case decomposition under NCrunch, all test case parameters must be o…

  8. "Analysis failure" for dotnet standard lib with no tests in it

    Hi, thanks for sharing this issue. To fix this problem, all you should need to do is disable the NUnit adapter in your NCrunch project-level configuration for the netstandard project. In this way NCrunch won't try to discover tests from the project. This is in the assumption that the error yo…

  9. Debugger visualizers not working anymore after update to 3.22.1

    Thanks. We've been making progress on the new PDB system. It's still at best a couple of months away, but I'm becoming more convinced that it will solve problems like this.

  10. Distributed processing

    Generally, it's better to have large chunky servers instead of a larger number of smaller servers. This is because the build tasks need to be performed on each node in the grid. For a node to run your tests, it will first need to build your projects. Having 5 servers means that your solution wi…

  11. BUG: DynamicData does not work properly for class with null test

    My apologies for the time it's taken to get back to you on this issue. The initial report slipped our net. The build below contains a targeted fix. Would you be interested in giving it a try? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.24.0.3.msi]NCrunch_Console_3.24.…

  12. BUG: DynamicData does not work properly for Interfaces

    My apologies for the time it's taken to get back to you on this issue. The initial report slipped our net. The build below contains a targeted fix. Would you be interested in giving it a try? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.24.0.3.msi]NCrunch_Console_3.24.…

  13. How to remove .ncrunchproject files from .Net Core project

    [quote=IlyaC;13163]Maybe then there can be a configuration option on top level for that? Now it's possible to do per solution, what if we can do that for all solutions maybe to not make it default option? I think more and more people switching to .net core will not find it seamless and would need to…

  14. Could not locate the assembly "System.ValueTuple"

    Thanks, this is quite interesting. Probably the logic to 'sandbox' the DLL is still running while the redirection is not taking place. Regardless, it shouldn't be something you need to be worried about. This workaround shouldn't have any side-effects and should allow the engine to work normally w…

  15. NCrunch + NuGet PackageReference + PostSharp

    We saw something with a recent VS update that changed the structure/content of the files inside the Nuget packages. This meant that it is actually possible for the same version of the same Nuget package to have different binary content when compared across machines. This triggered a whole range of…

  16. How to remove .ncrunchproject files from .Net Core project

    The problem with doing this by default is that we've had people using the product for 8 years (most of them prior to .NET Core), and storing config files adjacent to project files is the way it's always been. So to suddenly change this by default for .NET Core projects would jarringly impact many p…

  17. Exclude tests based on wildcard

    There is a way to do this using the 'Tests to execute automatically' filter, but actually I think a cleaner way would be to do the following: #if !NCRUNCH [Test] #endif public void MyTestHere() { ...

  18. Could not locate the assembly "System.ValueTuple"

    [quote=NuvasiveIOS;13148] Thanks for the explanation. In my case, adding the dll to 'Additional Files To Include' didn't change anything since the dll with or without it is found within _ncrunchreferences. The only thing that was different was the csproj. Unfortunately, I cannot update our build/re…

  19. Could not locate the assembly "System.ValueTuple"

    The main issue here actually comes from a little known redirection system that Microsoft introduced in a minor update to VS2017 around the middle of last year. System.ValueTuple is one of a number of assemblies that can be redirected internally inside the MSBuild system to a different location. …

  20. Support for VS 2019?

    [quote=MatthewSteeples;13145] Would appear I was wrong :P[/quote] I'm quite relieved :) P3 definitely did not feel very final to us. I hope they have everything ready in time..