Forum member
cadbooster
8 posts
Posts by cadbooster
-
Two bars of test coverage after moving file
Cool, thanks.
04 May 2026 09:02 UTC
-
Two bars of test coverage after moving file
This issue has been present for a while, so I thought I'd take the time to report it. When you move a file (that is open in the editor) in Visual Studio, I did so by dragging a file to another folder, a second column of test coverage icons appears. Closing and re-opening the file fixes the issue.…
02 May 2026 17:54 UTC
-
Custom configuration with preprocessor directives fails to build
Got it. I'll keep the build conditions for now because I need to keep the license package out of the build at any cost. But now I know how to get the NoLicense configuration to build, so I can check that manually from time to time. Thanks for all the help :)
19 Sep 2025 07:57 UTC
-
Custom configuration with preprocessor directives fails to build
Good guess. We do indeed have a configuration-dependent package: [img]https://i.postimg.cc/wTVYNgB3/No-License-build-NCrunch-3.png[/img] Setting 'Use build configuration' to NoLicense helped it get further into the build. I then had to add NCrunch conditionals to some post-build tasks and then…
18 Sep 2025 10:12 UTC
-
Custom configuration with preprocessor directives fails to build
Hi Remco, In the NCrunch Configuation, "Use build configuration" is set to empty. In the project file, we start with Debug. I believe the first one is the default? <Configurations>Debug;Release;NoLicense</Configurations> NCrunch gives these errors when we switch Visual Studio to the NoLicen…
17 Sep 2025 08:14 UTC
-
Custom configuration with preprocessor directives fails to build
We have a solution with three configurations: Debug, Release, NoLicense. NoLicense is a release build with all licensing code removed using preprocessor directives. This License class is completely disabled: [img]https://i.postimg.cc/25K61Z2C/No-License-build-NCrunch-1.png[/img] NCrunch wo…
16 Sep 2025 14:15 UTC
-
Installer for VS2019 tries to write to D drive and stops
Thanks, that is most likely what happened. I'll try the ZIP installer when I'm back at that PC and let you know how it goes :) Edit: I removed the MS Visual Studio folder from the D drive and the MSI installer ran correctly now.
21 Oct 2021 13:38 UTC
-
Installer for VS2019 tries to write to D drive and stops
Hi Remco, I just tried to install NCrunch_VS2019_4.10.0.6.msi and it fails with this error: "Unable to write to the specified folder: D:\Program Files (86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2019\" Screenshot: https://www.…
20 Oct 2021 19:17 UTC