Forum member

jotto

13 posts

Posts by jotto

  1. NCrunch under Mac/Parallels

    Thanks for the quick reply. I have voted for that feature now. I'm running Rider natively on the Mac now, but its continuous unit testing is nowhere near NCrunch on performance and usability. Missing NCrunch so much!

  2. NCrunch under Mac/Parallels

    I'm trying to run NCrunch under Mac with Parallels and Visual Studio 17.8. None of the test projects will build because of the following error: [quote] NCrunch was unable to restore Nuget packages required to build a test environment for this solution, due to an unspecified failure when invok…

  3. Blazor WASM project build fails

    Thank you. That fixed the issue! For the record, I am only running NCrunch locally. Excellent customer support and response time from you, as usual.

  4. Blazor WASM project build fails

    Sure -- an empty example from the Blazor WASM template in Visual Studio reproduces this. I have sent it to you via the form.

  5. Blazor WASM project build fails

    After upgrading to the newest Visual Studio 2022 and NCrunch 4.18 (not sure which upgraded caused the problems), I can no longer build Blazor WASM projects. I am getting the following error message: [b]..\..\..\..\Program Files\dotnet\sdk\7.0.400\Sdks\Microsoft.NET.Sdk.BlazorWebAssembly\target…

  6. .Net Core 3.1 with WPF classes fail

    Do you guys never take a break during weekends? :-D Thanks -- it works now!

  7. .Net Core 3.1 with WPF classes fail

    It still fails. Fortunately it's easy to reproduce with a test :-) [h]using System.Windows.Media; using System.Windows.Media.Imaging; using NUnit.Framework; namespace MyNamespace { [TestFixture] public class FailingTestClass { [Test] public void FailingTest(…

  8. .Net Core 3.1 with WPF classes fail

    Thanks for following up guys. Unfortunately I'm getting the same error with "Copy referenced assemblies to workspace".

  9. .Net Core 3.1 with WPF classes fail

    I have recently converted a project from .Net Framework 4.8 to .Net Core 3.1. The tested classes are using BitmapSource from WPF. When I try to run these tests, I'm getting the following exception: System.IO.FileNotFoundException : Could not load file or assembly 'PresentationCore, Version=4.0…

  10. Color bullets are not updated

    Thanks -- seems like that did the trick!

  11. Color bullets are not updated

    The problem is intermittent. If I run the test manually, the problem sometimes disappear for that specific test. I'll try to clear the cache next time the problem appears and get back to you!

  12. Color bullets are not updated

    The setting says "When true". Note that this doesn't happen in all tests. It works fine in some tests in the same test fixture. It seems random.

  13. Color bullets are not updated

    Color bullets are not updated for new tests. I have an issue where the color bullets do not update when I add new tests. The color bullets are white until I make the test fail. Then the white color bullet is replaced by a red x at the Assert line. The other bullets are still white though. I…