Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
SpecFlow Results/Code Coverage
Hi Rudi - I'm afraid it's hard for me to create a meaningful response to the idea of showing code coverage in feature files until I've had a good look at how SpecFlow works internally and which integration strategy is most sensible. Right now SpecFlow integration is in the NCrunch backlog, altho…
22 May 2012 22:50 UTC
-
nuget-installed ninject.extensions.factory fails under ncrunch
This isn't at all a bad idea, although as I'm sure you can imagine it would be difficult to create a clean and consistent implementation. One of the things I have considered is to introduce an 'auto configure' mode that would do something similar to what you've described, and set a bunch of configu…
22 May 2012 04:46 UTC
-
nuget-installed ninject.extensions.factory fails under ncrunch
Ok, I take much of that last post back. It seems that MSTest is doing its best to make a fool out of me. Apparently the BaseDirectory inside the Visual Studio MSTest app domain depends upon whether or not you have the 'Enable Deployment' option turned on inside your MSTest configuration. If you…
22 May 2012 02:31 UTC
-
nuget-installed ninject.extensions.factory fails under ncrunch
Hi James, Sorry - I've just re-read my post and realised that I didn't make it completely clear what I was asking. NCrunch sets the base directory to be equal to the MSTest working directory exactly as you've described. This is by design and is exactly as you've described it. It also is (in …
22 May 2012 00:12 UTC
-
Coverage Metric differs on coding style
Hi - Yes, there is a difference between how the code coverage is calculated/considered between NCrunch and NCover. While both work at MSIL level, NCrunch uses a lower resolution for coverage detection - working on a line-by-line basis, while NCover works by statement. The reason for this is a…
21 May 2012 20:35 UTC
-
nuget-installed ninject.extensions.factory fails under ncrunch
Hi James - Nice analysis! Are you able to let me know which version of MSTest you were checking this behaviour against? Or whether you have any custom configuration that might affect it? When I test locally with MSTest under VS2010, it always sets the application base directory to be equal to …
21 May 2012 20:30 UTC
-
Compile Errors Hyperlinking.
For anyone interested, this feature has just been added in the recently released NCrunch 1.39b.
20 May 2012 23:48 UTC
-
Support for NUnit 2.6 Action Attributes
For anyone interested, the recently released NCrunch 1.39b adds support for many NUnit 2.6 features including Action Attributes.
20 May 2012 23:47 UTC
-
Skip unnecessary costly build steps (code analysis / code contracts static checker) when possible
For anyone interested, the recently released v1.39b of NCrunch includes a project-level configuration setting that can disable code contracts checking for NCrunch builds. By default, code contracts checking is now disabled.
20 May 2012 23:44 UTC
-
Tried creating a no-contract build configuration for ncrunch, ncrunch can't build anymore
For anyone interested, a fix for this issue has been released recently with v1.39b of NCrunch.
20 May 2012 23:39 UTC
-
MSpec empty tests should be reported as FAILED not PASSED
For anyone interested, a fix for this issue has been released recently with v1.39b of NCrunch.
20 May 2012 23:38 UTC
-
VS2011 metro project support
For anyone interested, a fix for this issue has been released recently with v1.39b of NCrunch.
20 May 2012 23:37 UTC
-
mspec and generic type behaviors not found by the runner
For anyone interested, a fix for this issue has been released recently with v1.39b of NCrunch.
20 May 2012 23:36 UTC
-
Constantly running out of disk space on my 6GB RamDrive with a 200mb solution
For anyone interested, the recently released v1.39b contains a fix that should greatly reduce the disk consumption of solutions that are using Nuget.
20 May 2012 23:33 UTC
-
System.NullReferenceException when running with isolator V7
An update on this: I'm currently working with members of the Isolator team to identify why this issue is occurring. Hopefully I'll have more details to share soon.
20 May 2012 23:30 UTC
-
very long time to build new workspace - possibly the cause is nuget
For anyone interested, the recently released v1.39b contains a fix that should greatly reduce the disk consumption of solutions that are using Nuget.
20 May 2012 23:29 UTC
-
NCrunch Build Failing With RamDisk + NuGet Enable Restore
For anyone interested, the recently released v1.39b contains a fix that should greatly reduce the disk consumption of solutions that are using Nuget.
20 May 2012 23:27 UTC
-
Enable NCrunch menu option is disabled
For anyone interested, the issue described above (devenv.exe left hanging) was caused by a random deadlock on exit of VS and has been fixed in the most recent release of NCrunch (1.39b).
20 May 2012 23:24 UTC
-
MSTest - NCrunch doesn't fail on multiple TestInitialize
Hi James, Thanks for reporting this. It's of no surprise to me as NCrunch's test runner only emulates MSTest behaviour rather than integrating with it directly. I expect there will be other similar misalignments, though right now I'd prefer to avoid adding many of these constraints to the NCrun…
20 May 2012 23:12 UTC
-
nuget-installed ninject.extensions.factory fails under ncrunch
Hi James - I believe so. I'm not familiar with this framework myself but based on the comment of the author my expectation is that it is loading assemblies into the app domain dynamically, with the expectation that they exist in the same directory as the executing DLL. Have a look [url=https:…
20 May 2012 20:27 UTC