Forum member

DeltaEngine

31 posts

Posts by DeltaEngine

  1. Live Unit Testing in VS 2017

    Seems to be very limited and while a nice addition to have out of the box in a future VS release, currently not usable in production, at least for me (attributes, categories, appdomains, etc.). As Remco said it will take years until all the issues and special cases are solved and who knows if Micros…

  2. NCrunch does not ignore TestCase tests correctly with NUnit 3

    I just saw if the Category is applied on the Test Class, it does not show up at all in the NCrunch Tests window.

  3. NCrunch does not ignore TestCase tests correctly with NUnit 3

    Yes, pretty much. I guess it would be nice if editing the Engine Modes affected tests with categories should be reset, then this would not be an issue. Something with the switch from NUnit 2.6.4 to NUnit 3.0 forced NCrunch to rediscover tests, but instead of starting fresh or using the ignored/exclu…

  4. NCrunch does not ignore TestCase tests correctly with NUnit 3

    The Category in the Test Window is correct and the test was automatically ignored if the Test Framework is NUnit 2.6.4 (as long as "Slow" category tests are excluded from automated tests). Using NUnit 3.0 the Categories tab still shows "Slow", but the test was not longer ignored. Maybe things are r…

  5. NCrunch does not ignore TestCase tests correctly with NUnit 3

    Ignoring works now great with NUnit 3 and NCrunch, however Category exclusion seems to be broken with NUnit 3.0 still (everything is fine and dandy when using NUnit 2.6.4). For example applying a category on a class still executes it and even though I ignored all tests manually my CI Server runni…

  6. NCrunch does not ignore TestCase tests correctly with NUnit 3

    Thanks. I also have to say that NCrunch NUnit 3.0 Support is the best. ReSharper 10 is completely broken (executes all tests instead of the selected one, even ignored ones, text output is broken, etc.), CodeRush still does not support it, the NUnit Test Adapter plainly does not work (throws TargetIn…

  7. NCrunch does not ignore TestCase tests correctly with NUnit 3

    Just updated from NUnit 2.6 to NUnit 3.0 rc and while it is nice that NCrunch and ReSharper finally work with NUnit 3.0, there is still an issue left: This: [quote] [Ignore("TODO: fix, includes too many InputClasses")] [TestCaseSource(nameof(InputClasses))] [/quote] or this: [quote] …

  8. Visual Markers missing with Visual Studio 2015 RC

    Thanks. I guess you don't need the questions answered anymore. I spend a few hours finding the right version of ReSharper (which was the most frustrating part of VS 2015 so far, constant crashes when ReSharper was on) and then got all the usual suspects installed (details at http://deltaengine.net/l…

  9. Visual Markers missing with Visual Studio 2015 RC

    Pretty sure everything worked before in the CTPs, but I tried to use NCrunch for VS 2015 (2.14.0.8) today with the new Visual Studio 2015 RC (Community Edition) and while everything works (installation, testing, metrics, risk view, etc.) there are no green/red/gray markers in the actual text editor …

  10. Visual Studio 2013 Support

    Thanks, great work! There are however still a couple of issues (for me at least): - The first time NCrunch does it work when opening Visual Studio it goes through all projects and correctly compiles and tests them, any subsequent time it won't really compile the right files (it always stays at t…

  11. Visual Studio 2013 Support

    would be great :)