Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Ncrunch unused License expiry

    Hi, thanks for posting. The licenses technically aren't a subscription, which means that after the end of their maintenance period, they'll still work just fine. The limitation is that they won't work with versions of the software released after the end of the maintenance period. As such, they …

  2. Load Failure

    [quote=spolonski;16403] Weird problem happened again today. Something with a message "Test not run". Because of weirdness my first test was to clear the directory C:\Users\f-tfsbuild\AppData\Local\NCrunch\BuildSystem. After that, the error disappeared. I just wanted to let you know that the fix…

  3. OpenCover report

    Hi, thanks for sharing this. Are you able to share the source file and export file with me? (you can upload them through the [url=https://www.ncrunch.net/support/contact]contact form[/url]). I don't have a way to verify or troubleshoot the behaviour of SonarScanner but I can check to see wheth…

  4. Extract Full HTML Result Save Issue

    [quote=Zleeper;16401]Unfortunately, it does not. I am also dependent on OneDrive.[/quote] Sorry, there is little I can do to help with this issue. The dialog in question here is System.Windows.Forms.FolderBrowserDialog. We use this to select a folder for the export option. There are also a f…

  5. Extract Full HTML Result Save Issue

    [quote=Zleeper;16399]This only happened after I updated NCrunch itself. Windows version - 10.0.22621.963 OS build - 22621.963[/quote] Does disabling OneDrive as described in the above link resolve the issue?

  6. Extract Full HTML Result Save Issue

    [quote=Zleeper;16397]The explorer window pops up only allowing you to save to the desktop. NCrunch Version - 4.15.0.4[/quote] I believe this is due to a change MS have made in the latest version of windows. The dialog itself is an O/S based folder selection one, and they seem to have altered it…

  7. Support for Theory instead of Fact attribute ?

    In this particular case, the runner is bundling the test together either because they contain complex types that can't be reliably transferred between the analysis domain and the test domain, or because the types involved cannot be uniquely represented to form a unique test name ([url=https://www.nc…

  8. Support for Theory instead of Fact attribute ?

    Hi, thanks for posting. The Theory attribute under xunit is supported by NCrunch and should just work out of the box. Are you experiencing any problems with it?

  9. System.IO.PathTooLongException

    [quote=erikgassler;16391]The UI is limiting me to select from Desktop and any subfolders of Desktop, which I have discovered when OneDrive is enabled then I am essentially limited to OneDrive desktop. If I close OneDrive then Windows desktop appears to have access to select my C drive and its subfol…

  10. DataRow issue with MSTest 3

    Thanks for sharing this issue. I believe your analysis is correct; they've changed the constructor signatures for this attribute and it's broken our static test discovery. The workaround for this problem is to set your [url=https://www.ncrunch.net/documentation/reference_project-configuration_fr…

  11. System.IO.PathTooLongException

    [quote=erikgassler;16387]This solution appears to no longer work. The current version of NCrunch is not allowing me to set paths outside of the default or Desktop directory/sub-directories.[/quote] Can you describe in more detail what happens here? Does the UI prevent you from changing the setti…

  12. NCrunch can't build projects that use generic attributes

    Would you be interested in trying the build below? It contains a fix to introduce support for generic custom attributes. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.16.0.1.msi]NCrunch_Console_4.16.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunc…

  13. Notsupportedexception when building a project with source generators

    Would you be interested in trying the build below? It contains a fix to introduce support for generic custom attributes. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.16.0.1.msi]NCrunch_Console_4.16.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunc…

  14. Notsupportedexception when building a project with source generators

    Hi Erwin, Thanks for sharing this issue. This problem is caused by a change MS introduced to the .NET assembly structure in the version of VS released two weeks ago (which enabled generics on custom attributes under C# 11). NCrunch needs a small update to support this new feature. We're wo…

  15. NCrunch can't build projects that use generic attributes

    Hi, thanks for sharing this. I actually didn't know this was possible. We'll implement a fix for this in the next release. Thanks for bringing it to my attention.

  16. Getting Approval Tests To Work

    Thanks for confirming this. I think it may be best to post this issue to the VerifyTests GitHub in the hope that Simon may have time to take a look at it. Based on the error here my best guess is that the code used by VerifyTests to find the original project path (and therefore the files needed …

  17. Getting Approval Tests To Work

    Hi, thanks for sharing this. Can you confirm which version of Approval Tests you're running? Are you using VerifyTests? (The successor to ApprovalTests). Simon recently posted an update to [url=https://forum.ncrunch.net/yaf_postst3257_How-to-accept-changes-detected-by-VerifyTests.aspx]add handl…

  18. super small font in popups

    Hi, thanks for sharing this. That's a really small popup. There's no setting that can control this, but it's supposed to scale with the DPI. I've added a task to take a look at it.

  19. Go to DataRow?

    Hi Alex, Unfortunately not. The internal structure of the debug files (PDBs) that we use for navigation does not contain source references for attributes. The closest we can get is to navigate to the method declaring the attributes.

  20. Large solution - pending tests do not execute

    [quote=rathga;16358] I got a meaningful error for these projects in the regard you specify, and that is fine. But what I think is NOT expected behaviour is the fact that client test projects for these two library projects did not execute. I'm not sure there is a good reason for that? Whilst test…