Forum member
Dirk Maegh
60 posts
Posts by Dirk Maegh
-
DispatcherScheduler.Current
Hello, that does the trick, thx for the great work !
02 Jan 2021 21:34 UTC
-
DispatcherScheduler.Current
Hi, I searched google just now, and found the following link - which seems to be the SDK for 10.0.19041.0. https://go.microsoft.com/fwlink/p/?linkid=2120843 Since NCrunch wants to get it all right, I am a bit inclined to install this on my system. I would like to check whether this solves th…
02 Jan 2021 05:32 UTC
-
DispatcherScheduler.Current
Hi, thanks for your updated documentation. I managed to get this result: [quote] ENGINE - [19:24:35.4155-ProcessOutputRedirectionErr-56] Process 21900: You can resolve the problem by installing the specified framework and/or SDK. ENGINE - [19:24:35.4155-ProcessOutputRedirectionErr-56] Proce…
30 Dec 2020 18:43 UTC
-
DispatcherScheduler.Current
Hello, today I was just trying to create a sample solution. I created an XUnit Test project, using VS2019, all latest upgrade. I copied over the project details from my "faulty" project (the one that nCrunch seems to be unable to build, omitting any content files etc.). The result is I hav…
28 Dec 2020 14:50 UTC
-
DispatcherScheduler.Current
Hi, I just retested the same thing with Resharper (be it on a different computer, NCrunch gives me the same error output, being nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: The connection has been closed) - they have no problem with the project and the test. So I think all necessary requ…
26 Dec 2020 18:41 UTC
-
DispatcherScheduler.Current
Hi, in an XUnit TestProject for .Net Core 5.0, I have a reference to DispatcherScheduler.Current, which should live in namespace System.Reactive.Concurrency. Since I also work with a reference to a WPF project, to test the viewmodels, I need to get the target framework as [quote] <PropertyGr…
23 Dec 2020 11:09 UTC
-
Post Build Event exitcode 3
Hi there, I recently started working at a new client, and let ncrunch have a go at one of the solutions. It fails building several projects, and I suppose these reference each other, so one build failure triggers others. So I started looking at one particular project, called the framework. …
13 Feb 2020 12:03 UTC
-
Could not load file or assembly 'PresentationCore, Version=4.0.0.0,...
I have been trying to fix this. Debugging through .Net code (not just my code) seems to run fine - odd again. Then I stumbled on this thread: https://stackoverflow.com/questions/6005398/uriformatexception-invalid-uri-invalid-port-specified All I had to do was to add the following code to f…
28 Jan 2020 12:12 UTC
-
Could not load file or assembly 'PresentationCore, Version=4.0.0.0,...
Hi, I can confirm that the following test fails in VS runner as well. (did not check dotnet test) [TestMethod] public void TestUri() { new Uri(@"pack://application:,,,/Resources/notebook.png", UriKind.Absolute); } with the following exception: System.UriFormatException: Invalid URI: …
28 Jan 2020 10:07 UTC
-
Could not load file or assembly 'PresentationCore, Version=4.0.0.0,...
Hi, just tested with the new suggested version. Of the two tests in the sample solution, one ran without problems now - 50% fixed ;) The other test showed the following exception System.UriFormatException: Invalid URI: Invalid port specified. at System.Uri.CreateThis(String uri, Boolean d…
28 Jan 2020 07:51 UTC
-
Could not load file or assembly 'PresentationCore, Version=4.0.0.0,...
I have installed this build, but the tests still fail. I get a different error however. NCrunch encountered an error while trying to construct an environment to execute this test: nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: The connection has been closed at nCrunch.Core.ProcessManag…
27 Jan 2020 06:58 UTC
-
Could not load file or assembly 'PresentationCore, Version=4.0.0.0,...
Hi I got the following problem, and it seems related to another forum post, but I didn't want to hijack that post, because I don't know it's exactly the same issue. Exception is System.IO.FileNotFoundException: Could not load file or assembly 'PresentationCore, Version=4.0.0.0, Culture=neutral, …
23 Jan 2020 13:34 UTC
-
NCrunch on OneDrive
Hi Remco, I have an environment where OneDrive is storing the stuff that does not make it into git every day. So I have a synced storage folder, with git in it. My project is usually used on one computer. Today however I am trying to build my project on a second computer. For space constrai…
29 Apr 2019 17:19 UTC
-
Setup ncrunch v3.2 ends real quick
On Windows 10, .Net 3.5 is a Windows feature, so I switched it on. After installation, I tried again and the installation ran fine. A big thanks to you and great warm year ending wishes to you !
16 Dec 2016 08:19 UTC
-
Setup ncrunch v3.2 ends real quick
I find in Windows\Microsoft.net\Framework the following directories v1.0 v1.1 v2.0 v3.5 v4.0 in Windows\Microsoft.net\Framework64 v4.0 Looking in installed programs: a bunch of Microsoft .Net related stuff only for 4.5 and 4.6. But they all say Multi-Targeting Pack or SDK . Nothing …
16 Dec 2016 08:04 UTC
-
Setup ncrunch v3.2 ends real quick
Visual Studio 2017RC on Windows 10, all up to date Resharper latest version Tried to install ncrunch, but it ends before it starts copying files, real quick after pressing Install with following error. NCrunch for Visual Studio 2017 Setup Wizard ended prematurely because of an error. Your sy…
16 Dec 2016 07:29 UTC
-
NCrunch doesn't start crunching
Installed v3.1. Testing seems fine now. Thx for the update !
01 Dec 2016 11:27 UTC
-
NCrunch doesn't start crunching
I opened the project properties, changed nothing, saved it again. Ncrunch did not notice or act on it. Opened it again, changed something, saved changed it back, saved. Ncrunch does not notice.
01 Dec 2016 11:21 UTC
-
NCrunch doesn't start crunching
Lightweight option was switched off, as mentioned in previous post. Bug in VS2017 ? I know I edited the post :-) But that's not what I edited. I was adding more information on my situation.
01 Dec 2016 11:14 UTC
-
NCrunch doesn't start crunching
NCrunch 3.0.0.2 VS2017 RC Community Edition Resharper Ultimate 2016.3 EAP10 Opened a solution with several projects, one unittest project, one performance test project, both using NUnit 3.5 Solution explorer keeps saying "loading... lightweight" though lightweight option is switched off. Resh…
01 Dec 2016 10:29 UTC