Forum member

tjahn

9 posts

Posts by tjahn

  1. Rider with dark theme

    Thank you for trying so hard to reproduce this issue! I am using the "New UI" option in Rider and also the "Sync with OS". Also I forgot to mention, that I used the OS settings to switch from light to dark theme when I noticed that NCrunch continued to use the light theme. Today I explicitly swit…

  2. Rider with dark theme

    NCrunch does not follow Rider's theming - when switching to a dark theme, the NCrunch windows keep a light theme.

  3. OutOfMemoryException while building a project

    Hi Remco, changing the the "build process CPU architecture" solved my problem reliably, thanks again! Kind regards, tjahn

  4. OutOfMemoryException while building a project

    Hi Remco, thanks for your super quick reply. In the meantime I have rebooted my machine which solved the problem for now. Therefore I guess it happens after a while. Thank you for the hint regarding the [i]build process CPU architecture[/i] - I will try changing it the next time it happens to …

  5. OutOfMemoryException while building a project

    Unfortunately, since a few days NCrunch fails to build the same project due to an OutOfMemoryException: [quote][13:28:11.3363-LocalBuildTask-31] ERROR (Internal): System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Ein Aufrufziel hat e…

  6. Doesn't recognize multiple tests with same name using [ValueSource] (NUnit)

    Hi Remco, thank you for your explanations! Now I understand the limitations and consequences when having scenarios like the one above. Kind regards, Tobias

  7. Doesn't recognize multiple tests with same name using [ValueSource] (NUnit)

    Hi Remco, occasionally I would like to pass objects (of a 3rdparty type I cannot modify) to an NUnit test. These objects unfortunately do not provide a proper ToString() implementation (with unique values). Example (using object for the sake of simplicity): [code=csharp] internal sealed …

  8. How to enable NuGet Package Restore with NCrunch?

    Thank you for the quick reply! I was not aware of the fact that NCrunch indeed uses the local NuGet Package Repository directory if it contains the necessary assemblies (which Visual Studio ensures on first build). Running a build from Visual Studio as a workaround in the situation where a NuGet …

  9. How to enable NuGet Package Restore with NCrunch?

    Is there a way to use the [url=http://docs.nuget.org/consume/package-restore#command-line-package-restore]Command-Line Package Restore[/url] technique for NuGet with NCrunch? I would like to avoid the [i]MSBuild-Integrated Package Restore[/i] (see this [url=http://www.xavierdecoster.com/migrate-away…