Forum member
marhoily
13 posts
Posts by marhoily
-
VS2019 hangs and crashes when opening "Tests..." window
I tried the 3.31.0.3 version and the 4.1.0.1. I suspect this is somehow connected with the splitter\multiscreen positions, because right after installation it worked. Otherwise NCrunch runs my tests fine. 1. Open VS, wait for all tests to pass 2. Open NCrunch Tests... window 3. VS freezes and c…
29 Nov 2019 08:13 UTC
-
Coverage info vanished
I see no\partial coverage info. To repro the issue: 1) Turn on verbose logging 2) Restart NCrunch with the special "... (Reset)" button in UI 2a) Clear the output window 3) Notice that all tests just ran, all coverage info is in and visible (all bulbs without an exception are green) 4) Ta…
03 Nov 2015 19:59 UTC
-
Build fails: Could not load file or assembly Microsoft.CodeAnalysis
Maybe it worth including as a suggestion to the output window of the ncrunch then? Because googling didn't helped me in this instance
01 Oct 2015 12:12 UTC
-
Build fails: Could not load file or assembly Microsoft.CodeAnalysis
Hello! I submitted bug report with the same name as this topic a few seconds ago. Do you have any workaround for it for now? The output is: ..\..\..\..\Program Files (x86)\MSBuild\14.0\bin\Microsoft.CSharp.Core.targets (67, 5): Unexpected exception: ..\..\..\..\Program Files (x86)\MSBuild…
01 Oct 2015 08:26 UTC
-
How to put "set engine modes" to the toolbar\give hem shortkeys?
How do I put "4 Run pinned tests automatically, others manually" on the main VS toolbar, or give it a hot key?
22 Sep 2015 05:36 UTC
-
Can not build project when it uses a specflow plugin to generate NCrunch test attributes
Cool to know! I verified that the attirbutes are applied. They are. I think the issue is in the order of execution of tests that share common state and don't cleanup. Thank you very much for you assistance and quick answers!
26 Aug 2015 10:40 UTC
-
Can not build project when it uses a specflow plugin to generate NCrunch test attributes
I just counted carefully. 1) One test disabled. The other one passes 10 out of 10 2) Both enabled + [assembly: Serial]. Fail 10 times out of 10. Interestingly exactly one tests always fails. And almost every time the failing test is the other than failed the last time. So it's A, B, A, B, ... 2…
26 Aug 2015 06:27 UTC
-
Can not build project when it uses a specflow plugin to generate NCrunch test attributes
I just tried [assembly: Serial] It does not seem to work :( I've 2 tests that have a lot of heavy global state setup. When I disable one of them the other one is green 10 times out of 10. When I enable both one of them is red like 80% of the time (the setup is really heavy, so the chance for 2 tes…
26 Aug 2015 06:20 UTC
-
Can not build project when it uses a specflow plugin to generate NCrunch test attributes
Ah, you'd already answered! Any workarounds to mark the whole assembly as "serial"?
26 Aug 2015 06:13 UTC
-
Can not build project when it uses a specflow plugin to generate NCrunch test attributes
Is there any working solution for the "including NCrunch attributes into the SpecFlow tests"? If no, may be there is some workaround to mark the whole project as serial? I'm working with legacy solution and I need to start with a safety net of integration tests, and the solution uses singleton…
26 Aug 2015 06:01 UTC
-
F# variable identifiers with dots
NCrunch does not run Xunit facts that have dot '.' symbol in the double backslashed name. This standard sample just does not work with NCrunch because both tests have dots in the end namespace Studyin.Tests open Xunit open FsUnit.Xunit type LightBulb(state) = member x.On = state …
25 Apr 2014 19:45 UTC
-
Defaul argument makes NCrunch build fail
Thank you for your effort. It's just a little confusing with portable libraries if they silverlight or not. I guess from the .NET CLR point of view the library is .NET library, not Silverlight. Isn't it?
04 Sep 2012 11:35 UTC
-
Defaul argument makes NCrunch build fail
Here is the sample project that makes NCrunch build fail: https://dl.dropbox.com/u/53057649/PortableClassLibrary1.zip Summary: VS 2012 RTM Portable library .NET 4.5 + Silvarlight Function arguments with default values of type Func`2 crash NCrunch build with mono.cecil stack trace: pu…
02 Sep 2012 17:47 UTC