Forum member
MatthewSteeples
147 posts
Posts by MatthewSteeples
-
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…
05 Mar 2024 13:24 UTC
-
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…
05 Mar 2024 01:30 UTC
-
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…
05 Mar 2024 01:20 UTC
-
Spinning Spinner
Thanks. Have done - https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/47783714-have-an-option-to-disable-animations
23 Feb 2024 18:06 UTC
-
ClassInitializeAttribute from Base Class isn't executed (MSTest)
No problem. We'll find a workaround
01 Oct 2023 23:15 UTC
-
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.
27 Sep 2023 20:21 UTC
-
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…
08 Sep 2023 20:11 UTC
-
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…
15 Nov 2022 12:37 UTC
-
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…
22 Sep 2022 14:46 UTC
-
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…
07 Apr 2021 11:11 UTC
-
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…
25 Mar 2021 19:34 UTC
-
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
27 Nov 2020 17:14 UTC
-
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 …
22 Oct 2020 20:04 UTC
-
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 Oct 2020 07:04 UTC
-
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…
14 Oct 2020 21:41 UTC
-
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.
13 Oct 2020 12:13 UTC
-
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…
13 Oct 2020 00:13 UTC
-
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…
12 Oct 2020 20:26 UTC
-
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, …
26 Aug 2020 09:07 UTC
-
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…
25 Aug 2020 15:05 UTC