Forum member
forki
19 posts
Posts by forki
-
NCrunch cannot build F# projects
Awesome. This works like a charm. Thanks. Cheers, Steffen
06 Jun 2011 09:06 UTC
-
Linebreak for better readability
That's ok, I will send a pull-request to mspec. Thanks.
25 May 2011 18:40 UTC
-
Linebreak for better readability
Hi, consider the following code: [code=csharp] public class when_showing_error { It should_be_aligned = () => 1.ShouldEqual(2); }[/code] The report looks a bit strange, since it is not aligned: Machine.Specifications.SpecificationException: Expected: [2] But wa…
25 May 2011 13:02 UTC
-
Code coverage shows black bubbles in covered lines when using mspec style line breaks
Thanks for the explanation. It helped me a lot. BTW: I was already able to remove two unused methods, because they consisted of only black lines. Cheers, Steffen
25 May 2011 12:56 UTC
-
Code coverage shows black bubbles in covered lines when using mspec style line breaks
So what do the black markers tell me in contrast to no marker?
25 May 2011 12:37 UTC
-
Code coverage shows black bubbles in covered lines when using mspec style line breaks
So why do they exist at all?
25 May 2011 09:17 UTC
-
NCrunch cannot build F# projects
Hi, I have a lot of F# projects, which I am testing from C# (NUnit). NCrunch can't build them since it's not finding the right FSharp.Build.dll (which is in the tools folder of the project). You can see this here: https://github.com/forki/FAKE Cheers and thanks for your good work, Steffen
25 May 2011 07:32 UTC
-
Code coverage shows black bubbles in covered lines when using mspec style line breaks
Hi, we are using "MSpec-style line breaks". This means we are writing the Establish, Because and It on one line and the actuacl code on the next. With this style NCrunch is marking the Establish, Because and It lines with black bubbles. That's not really what I would expect. It would be nicer if …
25 May 2011 06:54 UTC
-
NCrunch doesn't run nested mspecs
Hi, NCrunch is now working for me, but I'm using the (new) nested classes feature in MSpec. [code=csharp] public class when_using_simple_class { It should_run_this = () => 1.ShouldEqual(1); } public class when_using_nested_classes { public class when_…
25 May 2011 06:45 UTC
-
Crunch crashes on every project.
Works for me. Thanks.
25 May 2011 06:40 UTC
-
Crunch crashes on every project.
Hi, that sounds good. I will try anything you give me, since I really want to use nCrunch and it seems that more german developers have this issue. BTW: If you want to debug on my machine we could use TeamViewer. Just contact me @sforkmann or via skype (forki23). Regards, Steffen
18 May 2011 08:49 UTC
-
Crunch crashes on every project.
Hi again, I am using Win7 x64 SP1 (german) and Visual Studio 2010 Premium SP1 (ENU). The .NET Framework 2.0 seems to be part of my OS - I tried to install it manually but that doesn't work. I deinstalled all my VS-Plugins (incl. GitExtensions, Resharper, F# 2.0, Nuget) but it doesn't help. …
18 May 2011 06:32 UTC
-
Crunch crashes on every project.
I just sent that bug report. I have http://code.google.com/p/gitextensions/ installed, but uninstalling doesn't work.
17 May 2011 20:56 UTC
-
Crunch crashes on every project.
And I don't really think it's the cpu, since it doesn't work on my laptop and my desktop. Maybe some issues with installed VS-plugins? Resharper EAP or something like that?
17 May 2011 20:36 UTC
-
Crunch crashes on every project.
Disabling the Instrumentation doesn't seem to work. If I go to NCrunch/Tests I get the following errors: System.Runtime.Remoting.RemotingException: Failed to read from an IPC Port: Die Pipe wurde beendet. Server stack trace: at System.Runtime.Remoting.Channels.Ipc.IpcPort.Read(Byte…
17 May 2011 20:28 UTC
-
Crunch crashes on every project.
BTW: It crashes on all my solutions. The dump is from https://github.com/forki/AskMe Regards and thanks again, Steffen
17 May 2011 19:26 UTC
-
Crunch crashes on every project.
Hi, sorry I don't really know what you mean. Could you please give me a short hint? Regards, Steffen
17 May 2011 19:21 UTC
-
Crunch crashes on every project.
You can download a dump from my dropbox account: http://dl.dropbox.com/u/14655724/WERA88C.tmp.mdmp Thanks for your help and please tell me if you need additional information. Best regards, Steffen
17 May 2011 16:00 UTC
-
Crunch crashes on every project.
Hi, I'm trying to enable nCrunch but it crashes on every of my projects (and on two machines): I'm posting the crash report and I can send you the minidump if you want. It would be awesome if we find the solution. Thanks for your help. C:\Users\Steffen\AppData\Local\temp\WERCAA7.tmp.WERI…
17 May 2011 13:20 UTC