Forum member

damianh

25 posts

Posts by damianh

  1. ARM64

    Windows on ARM64 recent adopter here (surface 7 laptop, x-elite, 64GB RAM). Switch between VS2026 insiders and Rider. On the whole been a smooth experience I'd have to say with a couple outliers (e.g. SQL Server container is x64 only). Missing NCrunch obviously.

  2. Aspire

    Am leaning more and more into Aspire as part of integration testing approach. https://learn.microsoft.com/en-us/dotnet/aspire/testing/write-your-first-test?pivots=xunit It's looking like NCrunch is going to be non-viable for such tests. Nothing more to add but just a another customer data po…

  3. Xunit.v3 analysis failure

    Thanks.for the detailed response. I'll downgrade to 0.3.0-pre.18 for now and will upgrade on next ncrunch build. Cheers!

  4. Xunit.v3 analysis failure

    When attempting to use xunit.v3 (Version="0.4.0-pre.20") get analysis failure: An error occurred while analysing this project after it was built: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not…

  5. DirectoryNotFoundException: Could not find a part of the path 'D:\ncrunch\workspace\56184\132\...

    Ok will do. I'll try to create a minimal repro. It'll take me a few days.

  6. DirectoryNotFoundException: Could not find a part of the path 'D:\ncrunch\workspace\56184\132\...

    I've set the workspace directory to D:\ws as suggested. The path is 244 characters (under the 260 to be consider 'long') and the exact same error still occurs. I'm not using Grid Node here, just vanilla plugin (VS and Rider) I'm a loss here...

  7. DirectoryNotFoundException: Could not find a part of the path 'D:\ncrunch\workspace\56184\132\...

    NCrunch V5.7.0.3 I'm getting this error when NCrunch is trying to build one of my test projects: [quote] The file 'D:\repos\company\repo\src\MyApp\tests\MyApp.Tests\Path\File.txt' could not be written to the workspace due to error: System.IO.DirectoryNotFoundException: Could not find a part…

  8. Unable to download msi installer due to certificate verification failed

    This is the message I get. Probably a reputation thing.... -------- Make sure you trust NCrunch_VS2022_5.6.0.1 (1).msi before you open it Microsoft Defender SmartScreen couldn't verify if this file is safe because it isn't commonly downloaded. Make sure you trust the file you're downloadin…

  9. Unable to download msi installer due to certificate verification failed

    Since you have changed the download URL to https://s3.amazonaws.com/downloads.ncrunch.net/... Edge marks the download as "not safe" and one has to go through a bunch of click hoops to run the exe. I suggest putting a custom domain on your s3 bucket.

  10. Is NCrunch still being developed?

    Thank you for the fast response and the clarity; apologies for the FUDish tone. Looking forward to the next major release! Just a random suggestion - major releases will often come with some instability will need some maturing out. Totally normal. It would be great if v5 (?) could be installed…

  11. Is NCrunch still being developed?

    Hi, long time ncrunch user here and am wondering if the product is still being actively developed? It's been quite some time since a major release. It does seems things are maintained (nothing specifically has broken) but feature activity seems to have completely stopped and uservoice doesn't seem t…

  12. Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0

    > Because the file is implicitly included in SqlStreamStore.csproj itself, this creates a self reference inside the build system, creating a recursive structure that NCrunch can't handle. Bah! Sorry I wasted your time. > I am actually quite surprised that VS is able to build this solution. …

  13. Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0

    I see an error in the output when "Reload and rebuild selected compontent." . I don't know if related: ENGINE - [23:59:27.5507-Core-28] Event [ComponentDataUpdatedEvent] is being processed on Core thread with subscriber: ImpactDetector. [23:59:27.5697-EventReader-180] Event [ErrorEvent:[Error: …

  14. Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0

    Hi, Been watching this thread, but problems not resolved. No test are being discovered and there is a blue question mark beside all the projects (they are not being built). VS15.3.3 and NCrunch 3.11.0.8 Repro here https://github.com/damianh/SqlStreamStore/tree/netstandard2 If any additio…

  15. Test context menu is slow to show.

    Hi, something that has been irking me lately and I'm not sure if it's been introduce in a recent update or not... the test context menu (right clicking a test in the NCrunch Tests window, or "Tests covering line" popup in the editor) takes 1 to 2 seconds to show after right clicking. This is long…

  16. Error when starting VS

    That didn't paste well, lets try again <entry> <record>40</record> <time>2017/06/02 15:29:12.359</time> <type>Error</type> <source>VisualStudio</source> <description>LegacySitePackage failed for package [nCrunch.VSIntegration2010.CrunchPackage, nCrunch.VSIntegration2017, …

  17. Error when starting VS

    Hi, started to get a package error when starting VS. Entry from the activitylog: [code=xml] <entry> <record>40</record> <time>2017/06/02 15:29:12.359</time> <type>Error</type> <source>VisualStudio</source> <description>LegacySitePackage failed for package [nCrunch.VSIn…

  18. Renamed files losing coverage

    I'm seeing a different UI glitch when renaming type and file via resharper - double, treble etc coverage dots. Closing the file and re-opening resets it. [url]http://i.imgur.com/MwfYdOQ.png[/url] [url]http://i.imgur.com/M3alpcQ.png[/url] [url]http://imgur.com/9wciUe7.png[/url]

  19. Tests not discovered in net462 CPS .csproj

    I'm experiencing the same thing except that ncrunch is not even building the projects. 3.6.0.1 does not fix it.

  20. Corrupt ncrunchproject files

    Is this related to http://forum.ncrunch.net/yaf_postst1580_--ncrunchproject-and---ncrunchsolution-encoding-change.aspx ?