Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
"You cannot have two engine modes with the same name" blocks UI
Hi, thanks for sharing this problem. This is a terrible UI experience. Sorry about this. I'll see that it gets fixed.
15 Jun 2017 11:57 UTC
-
Ncrunch is blocked by the antivirus program
Hi, Your virus scanner is giving you a false positive. NCrunch does not encrypt files on disk. The extent to which encryption is used in NCrunch is when storing passwords for grid nodes and when encrypting data passed over a network to grid nodes. Because NCrunch executes your own test code,…
15 Jun 2017 11:52 UTC
-
FSharp Expression causes compiler results not consistent across grid
Hi, thanks for sharing this problem. I've been able to reproduce it as per your instructions. I can confirm a fix for this will be in the next available build of NCrunch.
14 Jun 2017 01:11 UTC
-
doen't run test with TestCaseSource
[quote=Henrry;10607] According to what you say is not NCrunch fault but it would be great having it working. Any way NCrunch still is a really great tool[/quote] I appreciate that. I go through great pain to try to support some crazy things with NCrunch, not because I believe in them, but just …
13 Jun 2017 12:10 UTC
-
Framework Utilisation Types missing Xunit v2+
I've updated the documentation, adding a new page giving a [url=http://www.ncrunch.net/documentation/considerations-and-constraints_unique-test-names]detailed description of why this is a problem for NCrunch[/url]. I've also had a brainwave and done a quick spike on an approach that I hoped might…
13 Jun 2017 11:55 UTC
-
doen't run test with TestCaseSource
I've just updated the documentation to paint a clearer picture of [url=http://www.ncrunch.net/documentation/considerations-and-constraints_unique-test-names]why this is a problem for NCrunch[/url]. It's an interesting coincidence that you posted this support request while I was writing up the docum…
13 Jun 2017 11:45 UTC
-
doen't run test with TestCaseSource
[quote=Henrry;10602]Thanks for the suggestion Are you aware of any plans in the future to fix this problem?[/quote] Unfortunately, the problem is caused by a technical limitation. Basically, it's caused by the way that test frameworks work. If NCrunch were only ever to do a single unparallel…
13 Jun 2017 11:20 UTC
-
doen't run test with TestCaseSource
I'd suggest redesigning the test to include the test cases and individual tests within a single [Test]. The user defined type doesn't seem stable enough to be used as a parameter for a test case. Parameters for test cases must be uniquely identifiable and consistent, otherwise NCrunch can't identi…
13 Jun 2017 10:50 UTC
-
doen't run test with TestCaseSource
Hi Henrry, The warning given by NCrunch here gives an accurate description of the problem. When test cases use a user-defined type, there is no way for NCrunch to tell the tests apart, so you end up with a uniqueness problem. The default NUnit runner doesn't encounter a problem here because in …
13 Jun 2017 10:21 UTC
-
Framework Utilisation Types missing Xunit v2+
[quote=robert-j-engdahl;10596]The download count of the nuget AutoFixture.Xunit is significant. Perhaps it would be fair to detect uses of AutoData and AutoInlineData and give a friendly warning so that others will know that these guys are obsolete.[/quote] Agreed 100%. I'm actually in the proc…
13 Jun 2017 09:27 UTC
-
Framework Utilisation Types missing Xunit v2+
[quote=Kirlu;10594] Am I to understand this as a recommendation against unstable test parameters in general? [/quote] That's correct. Because of the way these parameters work, there is no way they can be feasibly supported in NCrunch. [quote=Kirlu;10594] If so, will you continue to support…
13 Jun 2017 08:54 UTC
-
FileNotFoundException UTFResources
I'm really happy that you managed to find a solution to this. It's interesting that installing this into the GAC resolved the problem ... Since GAC resolutions always taken precedence, I have a feeling that you might have had a defunct version of this assembly in your GAC. It's unfortunate that th…
13 Jun 2017 06:01 UTC
-
NCRUNCH 3.3: don't resolve nuget packages in project with project.json
Thanks for the sample project. I've just check this and found that it works correctly for me under NCrunch v3.9. Can you confirm if you see the same behaviour?
12 Jun 2017 23:16 UTC
-
Issue running tests which use embedded event store
Hi, thanks for sharing this problem and for the sample solution. Unfortunately, I couldn't get the sample to run. It seems to fail with connectivity related issues before it reaches the assembly resolution problem. On inspection of the Nuget packages, I couldn't find any binaries or resources…
12 Jun 2017 23:09 UTC
-
NCrunch not showing coverage with NUnit TestCaseSource VS2017
[quote=Fasopus;10585]Thank you for looking into this and suggesting a workaround. I believe this issue could also be solved by switching the .NET framework test project to be a netstandard test project? [/quote] Unfortunately not. NCrunch doesn't support netstandard test projects, as these pro…
12 Jun 2017 13:24 UTC
-
Tests utilising Microsoft.AspNet.TestHost i.c.w. MVC Views fail in NCrunch
Hi Jens, Thanks for sharing the extension to this issue. I believe you are correct in that copying the .deps files over when 'Copy referenced assemblies to workspace' is enabled would be the correct solution here. I'll see what I can do about arranging a fix.
12 Jun 2017 10:37 UTC
-
Two instances of VS2017 installed, NCrunch only install into one
Hi, This is a known problem and a limitation with the NCrunch installer. Building an MSI that can have multiple dynamically derived install paths is problematic. I haven't yet found an acceptable solution to this problem. For now, it's best to just install the product manually if you have mu…
12 Jun 2017 02:14 UTC
-
FileNotFoundException UTFResources
Make sure when you reference the MSTest nuget packages that you remove all trace of Microsoft.VisualStudio.QualityTools.UnitTestFramework from your solution. As long as your code is still binding to this assembly, it'll still go through the resource manager when attempting to process assertions. …
10 Jun 2017 23:42 UTC
-
NCRUNCH 3.3: don't resolve nuget packages in project with project.json
Hi, thanks for sharing this problem. What you're experiencing is unlikely to be related to the other changes discussed in this thread. When a solution is transferred to a grid node, there is considerable complexity in negotiating Nuget packages between client and server. In theory, the client s…
10 Jun 2017 02:26 UTC
-
NCrunch not showing coverage with NUnit TestCaseSource VS2017
Hi, thanks for sharing this issue and for the code to reproduce it. I've observed the problem appearing exactly as you've described it. This was a hard one to figure out. The problem is because of differing instrumentation between the netstandard project and the .NET framework test project. …
10 Jun 2017 02:13 UTC