Forum member

michaelkroes

306 posts

Posts by michaelkroes

  1. Resolved file has a bad image, no metadata, or is otherwise inaccessible

    Hi, Sorry you're having this issue! Which version of NCrunch are you using? Do you have optimised set for the instrumentation mode?

  2. Cannot change font to Jetbrains Mono

    You could also try to set it in the globalconfig.crunch.v3.xml file located under C:\Users\[user]\AppData\Roaming\NCrunch if all else fails. The font it self works just fine under NCrunch, it just doesn't like to be selected. [code=plain] <GlobalConfiguration> <Settings> <TextOutputFont>…

  3. Cannot change font to Jetbrains Mono

    I'm not sure why this is happening. On a VM the exception doesn't occur. On another PC it does, but only on one instance of VS. A separate instance works just fine (both the same VS version and the font is the same). The exception is thrown inside the FontDialog. [code=plain] System.ArgumentExce…

  4. Razor page .Views.dll is not copied to integration test project

    Thanks for your patience on this issue. Would you mind trying the build below to see if it works for your actual solution? It passes the sample you posted. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.12.msi]NCrunch_Console_4.3.0.12.msi[/url] [url=https://s3.amazo…

  5. Could not load file or assembly 'PresentationCore, Version=4.0.0.0,...

    Hi, Thanks for testing this so quickly. Glad 50% works. I had a look at the failing test to see what the VS runner does in that case. That seems to crash on the whole test set, with a stack overflow exception. The same happens with dotnet test. Does that happen for you too? If it does could yo…

  6. Could not load file or assembly 'PresentationCore, Version=4.0.0.0,...

    Hi, Would you mind trying the build below? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.11.msi]NCrunch_Console_4.3.0.11.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.11.zip]NCrunch_Console_4.3.0.11.zip[/url] [url=https://s3.a…

  7. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    Hi Magnus, Would you mind trying the build below? I did some hardening in generating the dependency data. I'm not sure this will solve your specific issue, but it might be worth a try. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.7.msi]NCrunch_Console_4.3.0.7.msi[/…

  8. DynamicData Attribute Requires Public Access to Property?

    The next version isn't released yet. This is an incremental build that contains the fix. If you want you can give it a try! [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.7.msi]NCrunch_Console_4.3.0.7.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunc…

  9. Could not load file or assembly after 4.2.0.7 update

    [quote=IngemarWard;14331]Sounds great![/quote] I've created a build that passes my test that reproduces this issue. Would you mind trying this build to see if it works on your real solution? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.7.msi]NCrunch_Console_4.3.0…

  10. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    Hi thanks for taking the time to post this problem! This is in an area of the framework that has been in flux the last couple of months and we've been working hard to fix all these issues. We have a newer build that fixed a similar sounding problem. Would you mind giving that a try? [url=ht…

  11. Could not load file or assembly after 4.2.0.7 update

    Thank you very much! I think I've got this reproduced under netcore 2.1. The issue is similar to netcore 2.2+ but will require a different solution. This might take some time to solve properly. Thanks for you patience. [quote=IngemarWard;14322][quote=michaelkroes;14319][quote=IngemarWard;1431…

  12. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    [quote=Advisto;14325]I totally missed your post with version 4.2.0.5. I just came here to work out a reproduction today, but with 4.2.0.7 this issue is still the same. I'm currently working on a reproduction, but this will have some production code. When I have a small repro, can I share it with you…

  13. Risk/Progress bar not remembering width.

    We store these settings as a user setting for the current solution. When I reopen the same solution the splitter settings are remembered. For a new / different solution you need to set it to the desired position again. This is true for a lot of NCrunch UI settings. The settings is stored in "sol…

  14. Could not load file or assembly after 4.2.0.7 update

    [quote=IngemarWard;14318]Just want to inform that I experience a similar problem. Was running NCrunch_VS2017_4.2.0.7 Tried downgrading to both NCrunch_VS2017_4.3.0.3 and NCrunch_VS2017_4.3.0.4 downloaded from this thread. But the problem was still there. Finally downgraded to NCrunch VS 2017…

  15. DynamicData Attribute Requires Public Access to Property?

    Hi Kevin, Sorry this has taken a while to complete. This will be fixed in the next version. This should be released in the near future.

  16. Ncrunch Console + Grid Server: Sometimes Load Failure

    Hi, It could be that NCrunch is having trouble finding the latest version of visual studio. The console tool will default to the highest version it can find. You could try adding /VS 2019 to the command line parameters.

  17. FrameworkReference Build Error on a netcoreapp2.1 Target Build

    Hi, I've created a build which I think should fix this issue, would you mind giving it a try? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.6.msi]NCrunch_Console_4.3.0.6.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.6.zip]NCrun…

  18. ASP.Net Core 3 ContentRoot?

    Hi, Thanks for posting! Are you using [url=https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Testing]Microsoft.AspNetCore.Mvc.Testing[/url]? I'm not an expert with that package, but this example works for me: [code=csharp] var server = new TestServer(new WebHostBuilder() …

  19. TargetInvocationException Looping

    Hi! Thanks for posting and a happy new year! Would you mind trying the build posted in the last post on this thread: https://forum.ncrunch.net/yaf_postsm14281_Could-not-load-file-or-assembly-after-4-2-0-7-update.aspx#post14281

  20. Could not load file or assembly after 4.2.0.7 update

    Based on the information provided a new build was created. I'm posting the build here too if someone experiences the same error message they can try this version: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.4.msi]NCrunch_Console_4.3.0.4.msi[/url] [url=https://s3.ama…