Forum member

michaelkroes

306 posts

Posts by michaelkroes

  1. 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…

  2. 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?

  3. Array as datarow attribute parameter

    Thanks for pointing that out! I'll have another look :)

  4. 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…

  5. 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

  6. '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…

  7. 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.

  8. 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.

  9. 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…

  10. 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.

  11. Test project build fails on multi targeted project with different version of the same package

    That's great, thanks for reporting back!

  12. 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]…

  13. InvalidCastException installing Grid Node 3.29

    This is fixed in the upcoming release :) Thanks again for reporting it.

  14. .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

  15. 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.

  16. 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…

  17. VS 2019 16.3 dark mode broken

    Awesome! Thanks for coming back to us so quickly.

  18. 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.

  19. 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…

  20. 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]