Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. GitVersion.MSBuild error

    [quote=Tim Long;15243] Let me clarify. I believe that GitVersion is _generating_ that file, not looking for it. The error is that its a malformed path (that part is the GitVersion problem). [/quote] Understood. In this case, it may be enough to simply create an empty text file inside the 'obj'…

  2. GitVersion.MSBuild error

    Hi Tim, Unfortunately I have no experience with this package, but my guess would be that it has a dependency on something that isn't being copied to the NCrunch workspace. You might be able to get this working by adding obj\gitversion.json to NCrunch's [url=https://www.ncrunch.net/documentatio…

  3. Test project not recognized as tests

    [quote=Regenhardt;15237] No idea how this is possible, just a big mistake on NuGet I guess. I probably wouldn't have found this one without your help, thank you so much, this has been bugging me for months![/quote] Glad to hear you got it sorted! If you don't mind me asking, did you try running…

  4. Test project not recognized as tests

    [quote=Regenhardt;15235]Unfortunately I can't reproduce it in an MCVE, and can't show others our actual codebase. You have given me a lead though, I'll try something tomorrow and report back my findings.[/quote] Thanks. If we can find a way to reproduce this, I'd very much like to examine it in …

  5. Optimized Instrumentation does not work with Avalonia.

    Thanks. I recommend the legacy option for now as a workaround. We've scoped a task to look into this and get it fixed. I appreciate the time you've taken to report it.

  6. Optimized Instrumentation does not work with Avalonia.

    Thanks for sharing this problem. Can you confirm whether switching the instrumentation mode to 'Legacy' suppresses the issue?

  7. Test project not recognized as tests

    Sorry to hear that. Are you able to isolate the problem with a sample solution that you can share with me? You can submit code in ZIP form through the [url=https://www.ncrunch.net/support/contact]NCrunch contact form[/url].

  8. Test project not recognized as tests

    Does turning on the [url=https://www.ncrunch.net/documentation/reference_project-configuration_preload-assembly-references]Preload assembly references[/url] setting make any difference to the problem?

  9. Test project not recognized as tests

    Thanks for the trace log. I'm not sure why this didn't show up in the Tests Window, but here is the error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Could not load file or assembly 'System.Net.Http, Version=4.2.0.0, Culture=n…

  10. DispatcherScheduler.Current

    I'm interested in learning more about this problem in the hope that we might able to reproduce it. Right now it has the feel of something intermittent. If you have a way to reproduce the problem, can you confirm whether turning off the previously mentioned 'Require source files to exactly match …

  11. DispatcherScheduler.Current

    Hi, thanks for sharing this. The debugger in this area isn't under the control of NCrunch, and we made no change in the 4.7 build that would have affected this. This will be something in your VS that is probably behaving intermittently. If this is still happening for you, can you try the follow…

  12. Support for C# source generators?

    An update here. We've conducted an in-depth assessment of what is required for us to implement support for Roslyn based source generators to make sure we're covering our bases here. At the moment, it looks like this tooling is still in a relatively early preview state. We had difficulty even buil…

  13. DispatcherScheduler.Current

    So it looks like we were getting this wrong. It seems that when projects are built, the system should actually strip the target framework value down to its more generic form (i.e. 'net5.0') in preparation for the runtime. So the build system targets the more specific platform version, but the ac…

  14. DispatcherScheduler.Current

    [quote=Dirk Maegh;15216] Since NCrunch wants to get it all right, I am a bit inclined to install this on my system. I would like to check whether this solves the problem, but installing all of it seems a bit like overkill. Would you know which part is needed to solve the dependency ? Or should I…

  15. License invalid despite meeting all visible criteria

    Hi Max, Can you contact me through the [url=https://www.ncrunch.net/support/contact]contact form[/url] and attach a screenshot of your license dialog with the error showing? Thanks!

  16. Understanding Engine Ignored Tests (by Category)

    Best to create a new engine mode, setting this to exist at Solution/Shared, then in this engine mode override the [url=https://www.ncrunch.net/documentation/reference_solution-configuration_tests-to-execute-automatically]Tests to execute automatically[/url] setting to exclude your Environment tests …

  17. Understanding Engine Ignored Tests (by Category)

    Thanks for posting. The issue here is one of clarity over two configuration settings: [url=https://www.ncrunch.net/documentation/reference_global-configuration_tests-to-execute-on-this-machine]Tests to execute on this machine[/url] controls which tests are allowed to be executed on your computer…

  18. DispatcherScheduler.Current

    [code]<TargetFramework>net5.0-windows10.0.19041</TargetFramework>[/code] When you use the line above, you tell the build system and runtime that you want to use a very specific version of the platform. The specific version of the platform you are targeting is not installed on your machine. So…

  19. DispatcherScheduler.Current

    Thanks for your guidance. I've managed to produce a problem using the project structure you've provided. On my machine, it looks like the problem is related to the targeted platform not being installed on my machine. I've included the error log below, and I've [url=https://www.ncrunch.net/docum…

  20. Test project not recognized as tests

    Under the Processing Queue Window, do you see an Analysis Task for the test project? If so, can you try setting your Log Verbosity to Detailed, then rebuild/reload the project in NCrunch and examine the trace log in the output pane of the Processing Queue Window when the project is selected? Doe…