Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
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'…
13 Jan 2021 00:31 UTC
-
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…
12 Jan 2021 23:56 UTC
-
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…
12 Jan 2021 08:04 UTC
-
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 …
11 Jan 2021 23:34 UTC
-
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.
11 Jan 2021 08:38 UTC
-
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?
11 Jan 2021 08:25 UTC
-
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].
08 Jan 2021 12:05 UTC
-
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?
07 Jan 2021 00:05 UTC
-
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…
06 Jan 2021 00:33 UTC
-
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 …
05 Jan 2021 07:38 UTC
-
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…
04 Jan 2021 12:43 UTC
-
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…
04 Jan 2021 09:47 UTC
-
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…
02 Jan 2021 11:58 UTC
-
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…
02 Jan 2021 07:59 UTC
-
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!
02 Jan 2021 00:21 UTC
-
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 …
31 Dec 2020 23:16 UTC
-
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…
31 Dec 2020 09:08 UTC
-
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…
30 Dec 2020 23:51 UTC
-
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…
28 Dec 2020 23:53 UTC
-
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…
28 Dec 2020 23:32 UTC