Forum member

yanglee

89 posts

Posts by yanglee

  1. NCrunch_VS2017_3.17.0.2.msi flagged as Trojan:Win32/Sprisky.V!cl

    I'm using Windows 10 64bit with all updates. Windows Defender Antivirus Definition 1.269.1192.0 (latest version) I just manually scanned: [list][*]NCrunch_VS2017_3.17.0.2.msi NCrunch_GridNodeServer_3.17.0.2.msi[/list] But didn't find any virus/trojan. Maybe Microsoft has fixed it. Windows…

  2. NCrunch, Core 1.0.1 and BadImageFormatException

    I can confirm this issue has been fixed in 3.11.0.6, thanks!

  3. MSTest runsettings file appears to not load

    @Remco, @CreepyGnome, Relax and take a deep breath, it's time to go batting center, it works for me :) [img]https://upload.wikimedia.org/wikipedia/commons/7/79/2012_06_19_049_Rockies_Eric_Young.jpg[/img]

  4. MSTest runsettings file appears to not load

    Actually I personally prefer to call it an issue rather than a bug.

  5. MSTest runsettings file appears to not load

    Just come across this thread. I believe uservoice is actually designed to track both feature requests and bugs. I know it's a little annoying to submit an idea twice. But personally I think it might be better to submit it by yourself on uservoice if you think it's important, because: We al…

  6. NCrunch, Core 1.0.1 and BadImageFormatException

    I think this issue is back. Tested on 2 machines with same software configurations: * Windows 10 64 bit * Visual Studio Professional 2017 15.3.2 * NCrunch 3.11.0.4 Steps to reproduce: 1. Create a new xUnit test project; 2. Change content of the csproj file to: [code=xml] <Project …

  7. jetbrains rider plugin?

    [quote=Remco;10918]Hi, There is a request for this on [url=https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/13326438-integrate-with-the-upcoming-project-rider-similar]uservoice[/url] at the moment. Right now there are no plans to implement this. It's a massive piece of…

  8. Compatibility issue with RavenDB 3.0 [Solved]

    Updating RavenDB from version 3.0.3528 to the latest version 3.0.3599 solved the issue :)

  9. Compatibility issue with RavenDB 3.0 [Solved]

    I tried again, and found actually setting "Allow parallel test execution" to False solved the issue. It didn't work previously probably because I set Engine Mode to "Run impacted tests automatically, others manually", and somehow the settings were not updated. I tried adding "IsolatedAttribute" t…

  10. Compatibility issue with RavenDB 3.0 [Solved]

    Hello, I upgraded [url=http://ravendb.net/]RavenDB[/url] from version 2.5 to [url=http://ayende.com/blog/168355/what-is-new-in-ravendb-3-0-simplicity]3.0[/url]. I can compile and run my software without problem. But I get lots of exceptions with my tests under NCrunch. I set both "Allow parallel …

  11. VS 2013 crashes

    Hello, I probably never experienced this issue before (Have NCrunch installed on 2 machines and several virtual machines with VS 2013). I guess probably one of your VS extensions not compatible with NCrunch. I'd advise you to disable other extensions then try again.

  12. GridNode cannot find sn.exe

    I'm not sure if I understand correctly but I guess it's probably not a bug. According to the [url=http://www.ncrunch.net/documentation/guides_distributed-processing]documentation[/url]: [quote]Each grid node server needs to have installed any SDKs or frameworks required to build your source tree …

  13. Add local machine to the Distributed Processing window

    Hi, I'm testing the distributed processing feature and found when something went wrong or when I need to find out which configuration is best for performance/stability. I often need to quickly enable/disable "Grid Only Mode" (set the max number of processing threads client configuration setting t…

  14. Building issue with Fody on grid node

    [quote=Remco;5074]Thanks for the sample solution. I've managed to make this work by including 'packages\Virtuosity.Fody.1.19.5.0\**.*' using the Additional Files For Grid Processing configuration setting. I've also just noticed this setting is undocumented. I'll get that fixed :)[/quote] Hi Re…

  15. Building issue with Fody on grid node

    Hi, My system configurations: Desktop & laptop: - NCrunch 2.3 (latest version) - Visual Studio 2013 Desktop: - NCrunch Grid Node Server 2.3 (latest version) Had not done any coding in the past few weeks (but kept all development tools updated). Yesterday I opened my main project, and …

  16. Copy Exception Detail to Clipboard

    This probably won't solve your problem completely, but if you have not tried it yet, you may want to take a look at [url=http://visualstudiogallery.msdn.microsoft.com/35966ad9-430f-4ad7-9186-4394b784e36c]Layout O Rama[/url]. When I need to see exception details, I press Ctrl+Shift+Alt+2 to switch…

  17. Forum email notification doesn't work

    Works now. Received notification from forum@ncrunch.net :)

  18. Forum email notification doesn't work

    Nope, I also checked junk mail box, not there also.

  19. Forum email notification doesn't work

    Just changed my email address from *@live.com to *@gmx.com.

  20. Add ClearCoverageMarkers()

    Thanks Remco, will try to use that test structure for some of my tests.