Forum member
michaelkroes
306 posts
Posts by michaelkroes
-
VS2019 hangs and crashes when opening "Tests..." window
Hi thanks for posting! Sorry you're experiencing this issue. I've got a couple of questions: - Which version of Visual Studio are you using? (Specific patch level) - Is the "Optimize rendering for screens with different pixel densities" enabled? - Which windows version are using? Is dotn…
29 Nov 2019 08:50 UTC
-
Using generic ActionResult from aspnet core 3.0.0.0 results in build failure
Thanks for posting! Could you please confirm which version of NCrunch you are using?
22 Nov 2019 13:16 UTC
-
Array as datarow attribute parameter
Thanks for pointing that out! I'll have another look :)
16 Nov 2019 17:41 UTC
-
Array as datarow attribute parameter
[quote=MrAgitato;13946]I still have a problem with this, even with the DynamicAnalysis setting. Code example to reproduce the error: using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Tests { [TestClass] public class UnitTest1 { [DataTestMethod] [D…
11 Nov 2019 14:33 UTC
-
NCrunch 4 - Instrumentation Mode - Optimized - Project fails to build
Hi! Thanks for taking the time to report the issue in such great detail. We will have a look and report back to you. Michael
07 Nov 2019 15:12 UTC
-
'Tests to execute on this machine' doesn't seem to be working
Hi! What you are looking for is the "Capabilities" option. https://www.ncrunch.net/documentation/concepts_capabilities You can set this at the project level or the test/fixture/assembly level. Set at the project level: https://www.ncrunch.net/documentation/reference_project-configuratio…
04 Nov 2019 18:20 UTC
-
Use wildcards or regular expression in filter "is in project with name"
We've talked this through and we'll be adding this in before the V4 release. This should be available within a couple of weeks.
30 Oct 2019 05:20 UTC
-
Installing NCrunch with Multi Vs2019 instances?
Hi, sorry this isn't working as expected. Would you mind trying to run the installer the following way: msiexec /i "C:\temp\NCrunch_VS2019_3.31.0.3.msi" /l*v "C:\temp\MSI_Installer.log" Could you post / mail the log file? This should tell me if the installer can detect the VS installation.
29 Oct 2019 18:58 UTC
-
Use wildcards or regular expression in filter "is in project with name"
Ah thanks for clearing that up! One thing I can think of is to add a category to the test project on an assembly level and filter on that. This means you don't have to change the filter, but you'd still be required to make a modification to the test project. I'll check with Remco and see if h…
29 Oct 2019 13:08 UTC
-
Use wildcards or regular expression in filter "is in project with name"
Hi Marko, Thanks for posting. This should be possible with the filter full name matches regex filter. The UnitTests keyword will probably be unique enough so you don't have to add any other wildcard.
29 Oct 2019 12:52 UTC
-
Test project build fails on multi targeted project with different version of the same package
That's great, thanks for reporting back!
28 Oct 2019 08:35 UTC
-
Test project build fails on multi targeted project with different version of the same package
Hi, Would you mind giving the build below a try? This works with the test project you provided. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.31.0.7.msi]NCrunch_Console_3.31.0.7.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.31.0.7.zip]…
25 Oct 2019 09:38 UTC
-
InvalidCastException installing Grid Node 3.29
This is fixed in the upcoming release :) Thanks again for reporting it.
18 Oct 2019 12:03 UTC
-
.NET Core 3.0 project does not build in NCrunch
Hi, Sorry to hear you are having this problem. Is there a possibility for you to submit a sample solution that reproduces this issue? Creating a blank MVC project doesn't seem to trigger the issue for me. You can submit this via: https://www.ncrunch.net/Support/Contact
07 Oct 2019 10:44 UTC
-
Warning when trying to build .net standard projects on grid server
You're welcome. :) The problem is that the nuget cache is stored under Windows\System32, this can cause unexpected problems for some OS configurations. Generally it's not a good idea to store the cache there.
02 Oct 2019 13:19 UTC
-
Warning when trying to build .net standard projects on grid server
Hi thanks for posting! If it works it should be fine, but that can change at any time. When using NET Core or NET Standard it is advisable to run the NCrunch Grid Node Service under a different account or directly from the console. You can change the account used by changing the Log On As set…
02 Oct 2019 11:47 UTC
-
VS 2019 16.3 dark mode broken
Awesome! Thanks for coming back to us so quickly.
24 Sep 2019 15:54 UTC
-
VS 2019 16.3 dark mode broken
Hi thanks for posting! Can you confirm that you are using the latest version? If you are using that could you please submit a bug report via the extension? This might give us some insight as to why this isn’t working on your setup.
24 Sep 2019 15:09 UTC
-
Need to manually open/close Grid Node configuration on remote server almost daily
Here are a couple of things you can try: - Verify the IP address used - Use telnet to connect to the ip address/port from both the grid node and the client to see if a connection can be established (This will tell you if the problem is network related, if telnet can't accept a connection then th…
16 Sep 2019 08:03 UTC
-
Crash in VS2019 with NCrunch 3.27
Here's a release that logs to c:\temp. Could you give this release a go and send me the log files? You can mail me at michael at ncrunch dot net. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_VS2019_3.31.0.2.msi]NCrunch_VS2019_3.31.0.2.msi[/url]
13 Sep 2019 11:17 UTC