Forum member
jotto
13 posts
Posts by jotto
-
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!
17 Nov 2023 08:13 UTC
-
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…
16 Nov 2023 12:49 UTC
-
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.
25 Aug 2023 17:46 UTC
-
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.
20 Aug 2023 15:28 UTC
-
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…
20 Aug 2023 08:10 UTC
-
.Net Core 3.1 with WPF classes fail
Do you guys never take a break during weekends? :-D Thanks -- it works now!
22 Dec 2019 12:02 UTC
-
.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(…
21 Dec 2019 09:33 UTC
-
.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".
19 Dec 2019 08:20 UTC
-
.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…
18 Dec 2019 11:25 UTC
-
Color bullets are not updated
Thanks -- seems like that did the trick!
09 Jun 2017 20:55 UTC
-
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!
09 Jun 2017 07:16 UTC
-
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.
08 Jun 2017 19:27 UTC
-
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…
07 Jun 2017 17:45 UTC