Forum member

pentop

7 posts

Posts by pentop

  1. Rider Scaling issue

    thanks - with this version it looks to me like the icons are fixed, the text is not: [url]https://ibb.co/JCXJQmF[/url] It is probably worth me pointing out that this appears to be a wider issue than just NCrunch - other windows in Rider are often scaled incorrectly

  2. Rider Scaling issue

    I have two monitors: Main: 3456x2160 @ 250% scale. 2nd: 5120x1440 @ 100% scale. By default NCrunch looks like this: [img]https://ibb.co/30hXkSY[/img] Changing main monitor scale to 100% before launching Rider seems to fix the problem

  3. NCrunch window losing icons

    The monitor with 100% scaling is the primary monitor The other monitor has 250% scaling but I never have Visual Studio on it. Unchecking "Optimize rendering for screens with different pixel densities" and restarting VS makes the problem go away yey! I submitted a bug report a few days ago... ha…

  4. NCrunch window losing icons

    Yes, UI scaling is 100% on this monitor Yes, multi monitor with different scaling on the "other" monitor. I tried setting the other monitor to 100% but still see the problem :( No, not over RDP

  5. NCrunch window losing icons

    After a run, NCrunch loses it's icons like this: [img=https://i.ibb.co/Tqyvk1Q/Capture3.png]Oh noes, the icons have gone[/img] Adjusting the size of the NCrunch window makes them reappear, but it's driving me a bit round the bend having to do this hundreds of times a day! :) I'm on VS2019 1…

  6. Including log4net Logging in Test output

    Thanks Remco! You were right, nothing to do with NCrunch - but you pointed me in the right direction. If log4net can get messages onto the console or trace/debug stream, they turn up in the test output window as you say. Thanks v much for the prompt help!

  7. Including log4net Logging in Test output

    Hi all, I've switched to a new machine and have somehow lost the ability to see my log4net logs in the test window output. My log4net config is using a ConsoleAppender and a RollingFileAppender, I know that log4net is set up fine as I can see the RollingFileAppender output on disk, but I want …