Forum member

james

30 posts

Posts by james

  1. UI scaling issues: Hot Spots

    I understand. And I’ve lived with these quirks for years. But when this breaks the UI, like hot spots (where the information is 1000s off pixels off screen. Now fixed) or now the configuration window (where the config options disappear) i feel it’s worth raising a support ticket. I’m surprised it…

  2. UI scaling issues: Hot Spots

    Windows 11 Pro: 10.0.22631 Build 22631 Visual Studio Professional 2022 (64 bit): 17.9.3 No window managers installed.

  3. UI scaling issues: Hot Spots

    @michaelkroes There's still lots of weird stuff happening in this version. After deleting all NCrunch files and the .vs folder in a project. Here's how it looks. 1) https://ibb.co/0n52WSP 2) https://ibb.co/XD23Zb6 After clicking "Enable NCrunch" 3) https://ibb.co/rkMk7ZT NCrunch is now enab…

  4. UI scaling issues: Hot Spots

    Thanks for the update. I’ll test this version tomorrow and get back to you

  5. UI scaling issues: Hot Spots

    That's great to hear ! Looking forward to it.

  6. UI scaling issues: Hot Spots

    Hi, I've been "getting by" with the various issues the NCrunch UI has with scaling when using multiple monitors with different DPI Most of the time when the UI looks odd I can just wiggle something to trigger a re-render, like resizing the toolbox or adjusting the split. However, This doesn't …

  7. Update call to action popup doesn't render well.

    You’re more than welcome. I’m looking forward to a version with these changes.

  8. Update call to action popup doesn't render well.

    My setup is: high DPI laptop screen (main) and a second, lower DPI, monitor (second). The Visual Studio "main window" is full-screen on the second monitor. All the NCrunch tool windows (tests, metrics, configuration, etc.) are grouped together, un-docked, on my main screen. see photo: https:…

  9. Update call to action popup doesn't render well.

    Kudos on the quick fix :D There are other screens that don't scale well (like the "Additional files to include" config option) but I can sometime just move it to the other screen and it looks ok. Not sure if you're aware of them or want me to raise new issues for them? I thought you'd be keen …

  10. Update call to action popup doesn't render well.

    [img=https://ibb.co/3fLtGZk]screenshot[/img] Main monitor : 3840x2400 at 250% scale Second monitor : 2560x1440 at 125% scale Visual Studio is on the second monitor.

  11. RDI Covering test not found

    Thanks. I've installed this version. I've only had the issue 3-4 times since last posting but I will let you know if it happens again.

  12. RDI Covering test not found

    Just to let you know this happened again today. I'm wondering if this is because I haven't multiple branches of the same repo checked out in different folders?

  13. RDI Covering test not found

    That worked. Cleared the cache and RDI is working again. (Learnt the faded green doesn't mean stale :P) If there's anything I can do to diagnose this, let me know. If it happens again I'll follow up. Thanks !

  14. RDI Covering test not found

    I haven’t seen anywhere in the code base where RDI is now functioning. Whether looking at a test or any covered method. Even methods with 100s of covering tests. (I’ve not checked the whole code base 🤣) The RDI markers in the margin are all faded green - as you might be able to tell from the image…

  15. RDI Covering test not found

    [img=https://i.ibb.co/NTmgypj/Screenshot-2024-03-18-110809.png]Covering test not found[/img] RDI was working wonderfully on a fairly sizable project (Love this new feature btw, ❤️) But now I'm getting the above message when clicking on the RDI markers in the margin, even on covered code. Let m…

  16. Warm up cache before running tests.

    We have some code which takes a second to execute. We cache the result in a static property so subsequent runs don't pay the cost of executing this slow code. However, since nCrunch splits the tests into multiple "runs" in different app domains, the slow code is executed once for each group if at le…

  17. NCrunch not respecting FilesExcludedFromAutoBuild config option

    Thanks ever so much. I did a quick search on the forums for "ApprovalTests" but didn't find that post. It may be worth updating the documentation page for the FilesExcludedFromAutoBuild option? a) to mention what wildcard syntax is valid and b) to warn about the new project type auto including fi…

  18. NCrunch not respecting FilesExcludedFromAutoBuild config option

    Hi I may be configuring things wrongly but I've not been able to find adequate documentation I'm using ApprovalTests and have the following configuration: [code=xml]// TestProject.v3.ncrunchproject <ProjectConfiguration> <Settings> <FilesExcludedFromAutoBuild> <Value>*.rec…

  19. Collapsing methods hides markers

    Hi I tend to collapse methods to get an overview of a class. Unfortunately, you lose the ncrunch markers. ... Unless you put the opening brace on the same line as the method. It would be great if you didn't need to do that as I prefer to put the opening brace on a new line. See the follo…

  20. Opposite of Isolated

    So, assuming there's an NCrunch test runner, 'Run selected tests using existing task runner process' only runs the setup once and I get times comparable to a standalone test runner. Parallel execution *is* enabled. I want to enable parallel execution of my other test assemblies. It's only this on…