Forum member

wilhelmmedetz

35 posts

Posts by wilhelmmedetz

  1. When debugging C++ files are opened from within the BuildSystem directory in the VS editor

    When debugging (breakpoints) NCrunch 4.18.0.3 opens C++ source file copies from within the BuildSystem directory in the VisualStudio editor. Thus editing these C++ file thus not change/fix the program behavior. It should open the original C++ source file.

  2. WPF project build error - Could not copy xxx.csproj.nuget.dgspec.json

    After installing VS 2022 RC & NCrunch v4.10 I get the following error message: NCrunch: If you are experiencing problems in getting this project to build, have a look at http://www.ncrunch.net/documentation/troubleshooting_project-build-issues ..\..\..\..\Program Files\dotnet\sdk\6.0.100-rc.2.21…

  3. Unloaded Projects

    Hi Remco, thanks for the explanation.

  4. Unloaded Projects

    Hi, I just noticed that NCrunch now responds to 'Unload Project' in Visual Studio (16.9.2) and also unloads components. This would be quite helpful, especially when refactoring large solutions, that temporarily result in partially uncompilable projects. The extension https://marketplace.visua…

  5. Load & build error

    With the above version I could finde the files with wring encodings - problems solved. Thanks for the fast response and help.

  6. Load & build error

    Hi Remco, VS version and installed components should be the same (except that VS was updated continuously over one year on the older machine). Disabling all other extensions made no difference. Why does NCrunch try to build Keba.Xfs.TestUtils.csproj and Keba.Xfs.CoreEx.csproj although it st…

  7. Load & build error

    Hi, when trying to switch to a new computer the following error occurred. The exactly same solution builds on an other computer without any problems. Main difference between the two systems: this one has more cores and memory (software configuration should be roughly the same). When loading …

  8. NCrunch & Visual Studio 16.5.0 - tooltips flicker

    The problems is caused by the latest version of the Microsoft PowerToys https://github.com/microsoft/PowerToys tool. After moving Visual Studio with the PowerToys fancy zones feature the weird hover/popup flickering occurs. After adjusting one border of Visual Studio manually, the flickering disap…

  9. NCrunch & Visual Studio 16.5.0 - tooltips flicker

    When hovering over markers the popup window flickers and is unreadable. When hovering over the lower right corner button the popup window flickers, until it take up the whole Visual Studio window. After closing it with Alt+F4 no hovering popup window is display, but the righ-click menu works norm…

  10. NCrunch 4 - Instrumentation Mode - Optimized - Project fails to build

    Tried NCrunch_VS2019_4.2.0.1.msi Still getting a build error. Submitted bug report. Solution can be found at https://github.com/SimControl/SimControl.Reactive [10:02:49.2611-LocalBuildTask-37] ERROR: System.Exception: Unable to instrument type SimControl.Templates.CSharp.OldClassLibrary.Cla…

  11. NCrunch 4 - Instrumentation Mode - Optimized - Project fails to build

    Also getting a Null reference exception - NCrunch 4.1.0.1 [18:13:30.3805-LocalBuildTask-24] ERROR: System.InvalidOperationException: Das Objekt mit Nullwert muss einen Wert haben. bei System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) bei nCrunch.Compiler.NewSta…

  12. 'Show unexecuted tests' behavior

    Hi Remco, 'make the Tests Window filter more configurable so that you can show tests that are passing but out of date, while hiding the tests that are passing but are current.' seems to be exactly what I want.

  13. AtomicAttribute and 'Run selected test in new task runner process'

    I have a class marked with the AtomicAttribute that contains several tests. When I select a single test in the test window and execute the 'Run selected test in new task runner process' all test of this test class are executed. Regards Wilhelm

  14. 'Show unexecuted tests' behavior

    I have some long-running stability/performance tests, that are excluded in my default engine mode via a TestCategory. I usually disable 'show passing tests' and enable the other three options (failing, unexecuted, ignored). When i manually execute the stability tests successfully for the first…

  15. Grid + local performance question

    Thanks for the clarification Wilhelm

  16. Grid + local performance question

    Hi, I have the following configuration: NCrunch 2.19.0.4 local: Logical CPU Cores: 4 Physical CPU Cores: 2 Physical Memory: 8.071 CPU: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz Task Capacity: 2 Azure Virtual Machine: Logical CPU Cores: 4 Physical CPU Cores: 4 Physical Memory: 14.3…

  17. C++ types not available in C# under VS2015

    Hi, The proposed change worked. Thanks for fixing it so fast. Wilhelm

  18. C++ types not available in C# under VS2015

    Hi, I could reproduce this with a simple example (ProjectA is not needed). It works with VS2013. It fails with VS 2015. Building ProjectB creates an error - see below. There also is a second problem - when deselecting 'Show passing tests' only the build error for ProjectC is displayed. …

  19. C++ types not available in C# under VS2015

    Project A is C# project. Project B is a mixed mode (VS 2013) C++ project, defining .Net types, referencing project A. Project C is a C# project, referencing project A and B. With NCrunch under VS2013 everything works fine. VS2015 builds and executes tests without an error NCrunch under VS…

  20. Non-English Build error messages under VS2015

    I have installed an English-only version of Visual Studio 2015 and selected English as the UI language. The Operation system is Windows 8.1 Professional German. Visual Studio displays all error messages in English. NCrunch displays build errors in German. I would prefer NCrunch to displa…