Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch and Smart Unit Tests

    Hi, thanks for posting! It looks like the Pex code generator is placing a 'dangerous' reference to the Pex assembly inside the generated project file. If you open the project file, you'll see something like this: <Reference Include="Microsoft.Pex.Framework"> <HintPath>..\..\..\Prog…

  2. NCrunch for Visual Studio 14

    2.11.10 had an ugly issue in the release build that broke a number of the UI options ... including the two you've described. An update has been published to the blog page (2.11.12) including a fix for these issues. Try the build here and see if this solves things for you - [url=http://blog.ncrun…

  3. Optimizing unit tests that use caching

    Hi, Just declare the attribute at assembly-level inside the AssemblyInfo.cs file in your test project. For example: [assembly: NCrunch.Framework.ExclusivelyUses("Resource")] .. It will then be automatically added by NCrunch to all tests within the assembly.

  4. Problem using NCrunch with FSharp.Data.SqlClient

    Hi, just an update on this one... This looks to be caused by some strange structural problems around how the assembly references are being physically declared inside the test assembly. The problem doesn't appear if you set your 'Framework utilisation type for Gallio/Xunit' to 'DynamicAnalysis'…

  5. NCrunch console global config instructions

    Hi, The instructions are wrong. The file should be globalconfig.crunch.xml. I've made a note to get this corrected .. thanks for letting me know about it. Cheers, Remco

  6. 2.11.0.12 and xUnit 2 beta 5 inherited tests

    Hi, thanks for sharing this issue. I've immediately managed to reproduce it as you've described. It looks as though this is specific to NCrunch's static analysis method. I'm not sure yet where the issue lies but will do my best to have it fixed for the release build of 2.11. Meanwhile, you s…

  7. NCrunch 1.11 and XUnit 2

    Ok - Give this build a try and do let me know if you find anything else out of place. [url=http://downloads.ncrunch.net/NCrunch_Console_2.11.0.12.msi]http://downloads.ncrunch.net/NCrunch_Console_2.11.0.12.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_2.11.0.12.zip]http://downloads.…

  8. NCrunch 1.11 and XUnit 2

    Thanks, it looks like this is a similar problem. I'll see what I can do about getting an update out shortly.

  9. NCrunch 1.11 and XUnit 2

    Thanks! I've managed to reproduce this issue .. fortunately, it was an easy fix :) Try the build below. I'm interested to hear how you go with it. [url=http://downloads.ncrunch.net/NCrunch_Console_2.11.0.11.msi]http://downloads.ncrunch.net/NCrunch_Console_2.11.0.11.msi[/url] [url=http://dow…

  10. NCrunch 1.11 and XUnit 2

    Hi, Thanks for sharing these issues. NCrunch 2.11 is an early build containing a new feature that allows the engine to run outside the IDE, communicating with devenv.exe using IPC. The problems you've described (UI options not working) suggest that the IPC communication isn't working correctly.…

  11. Problem using NCrunch with FSharp.Data.SqlClient

    Hi, thanks for sharing the sample solution! I'll take a look and will get back to you :) Cheers, Remco

  12. Support High DPI settings (MacBook Pro Retina and other high resolution laptops)

    Yes - this is too big. I've just measured it and its about 80% larger than it should be. Sorry. I'll see what I can do about this in the next build.

  13. Cannot install into VS2013 via automatic or manual methods

    Hi! Sorry for the late response on this. For some reason this message fell through my net. Are you still experiencing this problem? A common reason for this error is if after performing a manual install, the O/S 'blocks' the installed files from loading because they are DLLs that "May harm y…

  14. Support High DPI settings (MacBook Pro Retina and other high resolution laptops)

    [quote=Der-Albert.com;6698]Not overlapping anymore, but button buttons in the toolbar still 2x larger than normal.[/quote] It's possible that this is by design. 200% DPI enlarges all text and visual elements by 200%, so in theory the NCrunch toolbar should be twice normal size. The easiest wa…

  15. Distributed processing:incompatible versions

    A fix for this is now available in an early build of v2.11 - [url=http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx]http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx[/url].

  16. Windows 10 Technical Preview

    A fix for this is now available in an early build of 2.11 - [url=http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx]http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx[/url].

  17. Support High DPI settings (MacBook Pro Retina and other high resolution laptops)

    For anyone suffering with this problem, there is an early build of NCrunch 2.11 available that contains a fix for this - [url=http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx]http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx[/url].

  18. xUnit 2 beta 5 - support for ITestOutputHelper

    Just a heads up on this one. There is now an early build of NCrunch 2.11 that includes integration with Xunit v2 beta 5 - [url=http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx]http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx[/url].

  19. NCrunch for Visual Studio 14

    I've got some news one this one :) [url=http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx]http://blog.ncrunch.net/post/Engine-Separation-and-VS2015-Integration.aspx[/url] The above build contains an installer that targets VS2015. It should also work with the new langua…

  20. NCrunch for Visual Studio 14

    Keep an eye out - there is an NCrunch build coming in the next few days that will work with this.