Forum member

Ravadre

7 posts

Posts by Ravadre

  1. xUnit 2.0 beta support

    Hi, I will go with downloading new version - it works so far (after 5 minutes of tests :) ). Thank you.

  2. xUnit 2.0 beta support

    Hi, some time ago new build of xUnit 2.0 (build 2650) was released, however, only last build seems to be supported by nCrunch. Projects with new version build, but tests are not discovered. It would be great, if in the nearest patch this would be fixed. Regards, Marcin Deptuła

  3. Grid Node .Net Framework 4.5.1 and xUnit 2.0.0 Beta

    Thank you for help. You definitely pointed me in the right direction. I also checked if this would resolve the issue on Windows 8.0 machine and it did.

  4. Grid Node .Net Framework 4.5.1 and xUnit 2.0.0 Beta

    Hi, I made some progress, link you gave me installed Windows 8 sdk, which contains .net framework 4.5 sdk, there's a newer package, 8.1, which contains 4.5.1 sdk here: [url=http://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx]http://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx…

  5. Grid Node .Net Framework 4.5.1 and xUnit 2.0.0 Beta

    Hi, I think you are right with the MSBuild issue. Installing windows sdk doesn't seem to help unfortunately. On [url=http://msdn.microsoft.com/en-us/library/hh162058.aspx]MSDN[/url] I found: [quote]MSBuild is now installed as part of Visual Studio rather than as part of the .NET Framework. T…

  6. Grid Node .Net Framework 4.5.1 and xUnit 2.0.0 Beta

    Hi, Firstly, to reproduce an error: 1. Create an empty C# dll project, .Net 4.5.1; Any Cpu. 2. Add xUnit 2.0.0 beta 3. Add an empty test (attribute [Fact] on a public method) 4. Make sure that x86 cpu architecture is set (this should be by default - NCrunch Configuration -> General Settings …

  7. Grid Node .Net Framework 4.5.1 and xUnit 2.0.0 Beta

    Hello, (note: When I wrote this post, I thought the issue was with .Net Framework 4.5.1, but before posting I downgraded xUnit from 2.0 beta to stable (1.9.2) and the problem does not exist, however, rest of the post, as well as quick fix applies still, just bear in mind that it's not about .net…