Forum member

joaroyen

2 posts

Posts by joaroyen

  1. Visual Studio 2019 optimized DPI rendering

    One of my favorite features in VS2019 is that it improves rendering when using screens with different DPI. The option is located under "Options -> Environment -> General -> Optimize rendering for screens with different pixel densities (requires restart)". When enabling this, none of the NCrunch w…

  2. NUnit Async Tests not detected

    [quote=Remco;3909]For anyone interested, support for NUnit 2.6.2 with async tests has been introduced with the newly released version of NCrunch (v1.45).[/quote] Async NUnit SetUp methods have the same issue, and none of the test methods in classes with async setup are recognized by NCrunch. I'm …