Forum member

MatthewSteeples

147 posts

Posts by MatthewSteeples

  1. IPv6 support?

    Not as far as I can tell. I can connect to the same device over IPv4, and I can RDP into it over IPv6. Looking at TCPView (from Sysinternals) it doesn't look like a v6 connection is even being attempted, which ties in with the error being shown. I've restarted Windows and checked there's no rules in…

  2. IPv6 support?

    This issue has changed slightly with the release of v5. DNS entries resolve, but VS fails to connect to the Gridnode's IPv6 address with the following error: [code=plain]Connection Failure: None of the discovered or specified addresses match the socket address family. Parameter name: context[/co…

  3. Gridnode fails to set up RDI Storage

    Congrats on shipping v5. RDI looks pretty cool. When clicking on the option in the UI to configure RDI storage I get the following stack trace: [code=plain]Application: NCrunch.GridNode.Configuration.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandle…

  4. Spinning Spinner

    Thanks. Have done - https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/47783714-have-an-option-to-disable-animations

  5. ClassInitializeAttribute from Base Class isn't executed (MSTest)

    No problem. We'll find a workaround

  6. ClassInitializeAttribute from Base Class isn't executed (MSTest)

    Hi Remco, Just wondering if you'd had chance to have a look at this yet? Not necessarily the InstanceBehaviour attribute but the ability for multiple ClassInit methods to be called.

  7. ClassInitializeAttribute from Base Class isn't executed (MSTest)

    See https://github.com/matthewsteeples/testattributes for a repro If you run the DerivedTestMethod1 test, the following methods _should_ be executed * ClassInit.AssemblyInitialize * ClassInit.ClassInitMethod * DerivedClassInit.ClassInitMethod2 * DerivedClassInit.DerivedTestMethod1 The 2n…

  8. Spinning Spinner

    Hi, Trivial request (in terms of benefit rather than time to implement) but is it possible to have an option to disable the animation on the Spinner status icon at the bottom right? Happy for it to change and keep the white/coloured dots per parallel task in progress. Reason I ask is that I fr…

  9. DataRow tests with nullable enums fail to run

    See https://github.com/MatthewSteeples/NullableEnumDataRow for a repro If you create a DataRow test with enum values and null is an acceptable value then NCrunch fails to run the test with a stack trace similar to the following [quote]System.ArgumentException: Object of type 'System.Int32' can…

  10. UserException - targetting netstandard 2.0

    Hi, We're frequently (multiple times per day, multiple dev machines) receiving the following error trying to build various projects in our solution. [quote]System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has been throw…

  11. Install Console Tool Within Docker Container

    Hi Meagy, I had a play around with this a few years back and recently resurrected my efforts (as we're planning on running some grid nodes in Docker images). I published a [url=https://github.com/MatthewSteeples/DockerCrunch]Dockerfile[/url] if you want to use that as a starting point. Regards…

  12. Test method must be public

    Hi Remco, Sorry about the delay. For some reason I didn't get a notification about this post. Yes this fixes the issue for us. Thanks

  13. Test method must be public

    We're receiving a failure for one of our tests, and the entire Trace Output of it is below: [quote]NCrunch: This test was executed on server '(local)' Test method must be public [/quote] We're unable to work out what's causing this problem, and we're only able to sort of reproduce it in a …

  14. Error running test that requires IsolatedStorage

    Yep, turning off that option fixes our tests. Just to give you a bigger picture of this, it started affecting us because Microsoft's library for generating Excel files starts using Isolated Storage as a temp files location either when the file gets over a certain size or the memory in use by the pro…

  15. Error running test that requires IsolatedStorage

    Managed to do some digging with this and stepping into framework source / spelunking through ILSpy. On the plus side, this is very easy to reproduce! https://ledgerscope.sharepoint.com/:i:/s/MMBTesting/ER5k2vTM7cVOgUW6HPS4ProB2aHdrk2JoUe1xG5Qpe-3JQ?e=8qjBDC - StackTrace - You can see there's a Fi…

  16. Error running test that requires IsolatedStorage

    That looks fine from what I can tell. It might be (because of continuous crunching) that it's run out of space or something like that instead. The line about adding the MyComputer Zone to the evidence is what's recommended. I'll keep digging.

  17. Error running test that requires IsolatedStorage

    Hi Remco, does NCrunch load and execute the tests in an AppDomain at all? If so, it's potentially looking like a lack of "evidence" could be the problem. It looks like Isolated Storage uses the identity of the AppDomain to determine where to read and write data, so if this isn't set (as I believe it…

  18. Error running test that requires IsolatedStorage

    We have some tests that are throwing a SecurityException when trying to save an OpenXml Excel file. It looks like it's trying to use IsolatedStorage (because it's an 8mb file and it saves it to disk instead of in memory). I'm sure I used to know how to solve this kind of problem but I can't work out…

  19. Missing local build output

    We are chopping and changing a lot of our project stuff at the moment (we're in the midst of retargeting our projects to NETSTANDARD, and VS doesn't always require a restart). The main problem we have that makes this difficult to track down is that it's a server error as opposed to a session error, …

  20. Missing local build output

    Occasionally our nodes show the following error. This is building a net472 project, but new SDK style csproj file format. VS is up to date (16.7.2), NCrunch is up to date (4.4.0.12) and the highest version of the .NET Core SDK we've got installed is 3.1.401 [quote]System.Exception: Component [Sna…