Forum member

MrClyfar

17 posts

Posts by MrClyfar

  1. VS 2022 "The msbuild command returned exit code 1" error

    Hello. I am uising the following: [quote]NCrunch version 4.10.0.6 Microsoft Visual Studio Enterprise 2022 RC Version 17.0.0 RC VisualStudio.17.Release/17.0.0+31808.319.rc Microsoft .NET Framework Version 4.8.04084 Installed Version: Enterprise [/quote] Whilst NCrunch is building …

  2. Getting "The type or namespace name 'Http' does not exist in the namespace 'System.Web'"

    Hello. I'm really sorry about this, but I did manage to fix the problem and I was going to reply to my own message with the solution. But for some reason I must have forgot to click the "Post" button. Basically as the unit test project was testing against an MVC api controller, the unit test p…

  3. Getting "The type or namespace name 'Http' does not exist in the namespace 'System.Web'"

    NCrunch 4.2.0.7 Microsoft Visual Studio Enterprise 2019 Version 16.4.3 VisualStudio.16.Release/16.4.3+29709.97 Microsoft .NET Framework Version 4.8.03761 When NCrunch is building my unit test project, it fails with a bunch of errors pointing to the same problem: [quote]NCrunch: If you…

  4. System.ArgumentNullException in NCrunch Tests window

    Hello. I'm using NCrunch v3.14.0.1 I have a .NET project which Visual Studio is building without a hitch. However, when NCrunch is doing it's own build of the solution, the following error appears in the [h]NCrunch Test[/h] window: [quote]System.ArgumentNullException: Value cannot be null. …

  5. NCrunch code coverage icons not displayed when using MoeIDE extension

    Hello. Der-Albert.com, are you able to record a quick video of what you are experiencing? Often, being able to see the symptom(s) can be a massive help. There are free tools such as CamStudio that can record videos. http://camstudio.org/. Only thing is, I'm not sure whether this forum can acce…

  6. NCrunch code coverage icons not displayed when using MoeIDE extension

    I had a feeling it was z-order (or the WPF equivalent) related. I'll post an entry on the UserVoice site now. Thanks. Jason.

  7. NCrunch code coverage icons not displayed when using MoeIDE extension

    Visual Studio Enterprise 2017 NCrunch 3.5.0.1 I've been playing about with a Visual Studio extension called [url=https://marketplace.visualstudio.com/items?itemName=vs-publisher-593793.MoeIDE]MoeIDE[/url]. It's purpose is to allow the user to apply a background image to the whole of the Visual S…

  8. v2.4.0.2 - Build takes long time to process.

    Excellent. Following the tip in that article looks to have done the trick, The build process is much quicker. Many thanks. :) Jason.

  9. v2.4.0.2 - Build takes long time to process.

    Hiya. I created a fresh unit test project, with one test, which had a reference to a class library project. All was fine, NCrunch did not take long at all to process the build. When I added a fakes assembly, and did the tests again, there was a bit of a delay, but not close to the length of th…

  10. v2.4.0.2 - Build takes long time to process.

    Sorry, I just realised I posted this in the wrong forum, should have been in the "Build/Test Issues" section.

  11. v2.4.0.2 - Build takes long time to process.

    I'm using NCrunch v2.4.0.2 with the engine mode of "Run all tests automatically." When making changes to the code, I see that NCrunch is processing a build, but for some reason it takes a long time to complete. Even changing a small piece of code, such as adding a space, results in a lengthy wait…

  12. NCrunch v2 BETA 2.3.0.15 - Cannot execute test with MS Fakes.

    Hiya. Sorry I couldn't reply sooner, been away for most of the day. Bit late, but just to confirm, yeah I'm able to run the tests without NCrunch installed; via the MS Test runner. Cheers. Jason.

  13. NCrunch v2 BETA 2.3.0.15 - Cannot execute test with MS Fakes.

    Hiya. I have a VS2013 project containing XUnit tests with MS Fakes. Here is an example test: [quote][Fact] public void Test() { var p = new Person(); using (ShimsContext.Create()) { // Arrange. const int anyAge = 23; Tests.Unit.Fakes.ShimPerson.A…

  14. RedGate .NET Demon

    Hi there. No worries. I'll be honest, I've tried other CT tools in the past (like AutoTest.NET, MightyMoose, and ContinousTest) and they weren't that special for me (ContinousTest resulted in my having to re-install VS 2010 since it broke it!) NCrunch has worked great from the first time I …

  15. RedGate .NET Demon

    Hi there. Just seen this for the first time today: [url=http://www.red-gate.com/products/dotnet-development/dotnet-demon/]http://www.red-gate.com/products/dotnet-development/dotnet-demon/[/url] "Keep your friends close, and your enemies closer" as they say. :) I'm sticking with NCrunch, …

  16. Possible Memory leak in nCrunch 1.35b?

    Hi rikrak. First thing I'd try is running VS without R# 6 (I know it will be painful :) and see what the memory usage is. If there's no change, then it could be an issue with NCrunch, but that would need further analysis. Also have you tried the latest Resharper 6.1 EAP? http://confluence.j…

  17. NSpec support

    Hi there. I've been using NCrunch 1.32.0.0.b this evening, and I must say I, really like it. One thing I'd like to promote is support for NSpec. I've started using NSpec this evening, and think it's really, really cool. If NCrunch would support NSpec, then that would be ace! :) I would vote on…