Forum member

GreenMoose

511 posts

Posts by GreenMoose

  1. Analysis failure for generic fixture

    [NCrunch v4.3.0.13] [NUnit v2.6.2] [Bug Report Ref: D-1767] After picking up an 1 year old legacy project, NCrunch fails to analyze 1 test project with error below: [code=plain] NCrunch: This project was built on server '(local)' NCrunch: The tests in this project were discovered on server '…

  2. nCrunch.TaskRunner.DotNetCore.20.x64 Information prefix for trace output?

    [v4.0.3.13] I notice prefix "nCrunch.TaskRunner.DotNetCore.20.x64 Information: 0 : " below when I log information log entries to trace (but not e.g. debug level), is this something NCrunch adds? [quote] nCrunch.TaskRunner.DotNetCore.20.x64 Information: 0 : [TEST-16:18:26.5436]|INFO|.AppPackag…

  3. Uwp library: This assembly is built by a runtime newer than the currently loaded runtime and cannot

    [quote=Remco;14460]I recommend placing your code in cross-compatible projects instead that can be shared between standard .NET test projects and your UWP project. In this way you can at least have a part of your code testable under NCrunch.[/quote] Yeah I started out with this but eventually I got…

  4. Uwp library: This assembly is built by a runtime newer than the currently loaded runtime and cannot

    [v4.3.0.13] I am trying to create a Universal Windows class library as a test project, that should test another Universal Windows class library, but the test project fails to be analyzed in NCrunch: [code=plain] An error occurred while analysing this project after it was built: System.BadImageF…

  5. NCrunch.Framework 4.0.0.1 missing reference to Framework dll?

    Resolved: Investigated a bit more, and for some reason the users/.nuget folder for v4 did not contain the lib subfolder with the dlls (which v3 had). When deleting the v4 folder under .nuget and restored solution that lib was correctly created, but solution would not build anyhow except for whe…

  6. NCrunch.Framework 4.0.0.1 missing reference to Framework dll?

    When I install NCrunch.Framework 4.0.0.1 I cannot use it in the project (netCore classLib 3.1, but I have same behavior for 2.2). If I install version 3.17 it works fine. [b]v4.0.0.1[/b] [img=https://i.imgur.com/oZcsSFP.png]4.0.0.1[/img] [b]v3.17[/b] [img=https://i.imgur.com/OgbIYaX.png]3.1…

  7. Cannot change font to Jetbrains Mono

    [quote=michaelkroes;14417]Can you try to set it in a second instance of VS?[/quote] Yes, it worked when I changed it globally with VStudio Enterprise, and now it seems to work fine with Community Edition as well. Thanks!

  8. Reset/Clear coverage easily?

    It seems to have worked out fine, but.. After toggling the "Instrument output assembly" option at solution level, the starting point indicator of tests do not seem to re-appear, not even after I run the tests and I can no longer use shortcut "pin covering tests to test window" (it executes it seems …

  9. Cannot change font to Jetbrains Mono

    [v4.2.0.7] Hi, I cannot seem to change the font to [url=https://www.jetbrains.com/lp/mono/]Jetbrains Mono[/url] (which I use in rest of VStudio), other font seems to work fine. Any clues what's up with that? Thanks. [img=https://i.imgur.com/p3LKK5d.gif]Screencast[/img]

  10. Reset/Clear coverage easily?

    Hi. I cannot seem to find a way to clear current coverage without deleting NCrunch cache directory and restart vstudio, isn't that possible? Background: I had x tests under a fixture class, including static one-time initializations, and I wanted to only see coverage from 1 test from that fixtu…

  11. Installing NCrunch with Multi Vs2019 instances?

    Mail sent.

  12. Installing NCrunch with Multi Vs2019 instances?

    I have previously run VS2019 Enterprise with NCrunch and now installed VS2019 Community Edition Side-by-side. But when running the NCrunch installer it does not seem to install to Community Edition? Do I have to do something "special" for NCrunch to be installed in both instances? Thanks.

  13. xunit.runner.utility v2.2.0 "Unable to restore required Nuget packages..."

    I just bumped into this again when running build on TeamCity. [b]Build overview[/b] [img=https://i.imgur.com/Pq8QavZ.png]TCFailure1[/img] [b]Build log[/b] [img=https://i.imgur.com/afv5HrJ.png]TCFailure2[/img] Is NCrunch reporting this as TeamCity error via service messages? If so, why since…

  14. NCrunch console and msbuild dependency

    [NCrunch Console Tool v3.31.0.3] Hi. I am setting up a new clean build server (TeamCity) with NCrunch console and am struggling a bit to make NCrunch play nice (dotnet build works fine). 1) [b]Restore before build:[/b] Should the integration server always use use dotnet restore on netCore pro…

  15. NCrunchConsole alternative for global.json?

    I initially had issues with MethodNodFoundException in NCrunch which is why I originally wrote the post (with dotnet test it was "could not find dll"), but that was due to use of different versions of a nuget package but led me to wonder if global.json was used. Anyhow, I did a quick test and NCr…

  16. NCrunchConsole alternative for global.json?

    [v3.30.0.1] Wen building awith dotnet.exe I can have a global.json with content below, and I can easily see in TeamCity output SDK is used, e.g. global.json: [quote] { …

  17. Console tool: Abort on build failure?

    [NCrunch Console Tool v3.20.0.6] Even if NCrunch bumps into build error the test tasks for other projects continues (and finally returns a Build Failure). Is there a way to prevent this, i.e. so the build on server fails quickly if it cannot build? (I have a msbuild step before NCrunch only to fa…

  18. Console: ERROR (Internal): Unable to load description for framework 'nCrunch.Module.Gallio.Inte...

    Hrm I use NCrunch console via a home-brew nuget package though, but how come this scenario can appear in the first place? Is it a known issue due to NCrunch process being aborted or similar? i.e. is there anything one can do to avoid it from happening? (I only use NUnit btw)

  19. Console: ERROR (Internal): Unable to load description for framework 'nCrunch.Module.Gallio.Inte...

    [NCrunch Console Tool v3.28.0.6] I have started getting below error from NCrunch Console (process completes and exits with error code #0 though (but my TC is set to fail for exceptions in log). [code] [13:06:26][Core-16] Loading external NCrunch modules [13:06:26][Core-16] Loading module: E:…

  20. Feedback for "Timeline Report Now Available Inside VS"

    Nice to see this in main NCrunch as well, however I don't see myself do any "exports" unless I need it for troubleshooting. It would be really nice if this was in its own window dynamically updated ("auto-scrolling" sort of thing displayling last x minutes/rows but pausing when NCrunch is idle) so …