Forum member
paulrogero
27 posts
Posts by paulrogero
-
System.Runtime 4.1.2.0
Hi Matthew, Thanks for the info. I did upgrade my machine to 15.9 and tried removed the binding redirect, however, that did not have any effect on the remote NCrunch grid node. Resharper and VS were able to run the tests without issue, and the NCrunch on my local machine could in fact run the tes…
19 Nov 2018 22:01 UTC
-
System.Runtime 4.1.2.0
OK, so I have been able to get the last project to work. I noticed that this last project would not work correctly in Resharper's unit test runner either. So the library under test would build without problem, but this test project would not. I noticed the library had a nuget package 'System.Rea…
19 Nov 2018 15:41 UTC
-
System.Runtime 4.1.2.0
Hi Remco, Thanks a lot for the updated build! Almost all the errors are fixed. The .net core projects are working correctly now. Additionally, all the .net Framework projects except for 1 is working correctly. I did upgrade both grid nodes and they are both working identically--all projects bu…
19 Nov 2018 15:19 UTC
-
System.Runtime 4.1.2.0
The test projects in question are actually .net Framework projects. In the solution there are (10) .net Framework projects and (2) .net Core projects. For .NET Core: there is a WebApi project and a test project for the WebApi project. These are not working on grid nodes either. However, I'm mo…
15 Nov 2018 13:17 UTC
-
System.Runtime 4.1.2.0
Hello, In my project I have several test projects. If I use "local" NCrunch, then everything works great, as expected. However, I am trying to run these tests on a grid node and I am having all kinds of trouble there. It seems that the errors I receive are related to System.Runtime.dll. I'm no…
14 Nov 2018 16:17 UTC
-
NCrunch failing to build 4.6.1 project (VS2017)
The download you posted fixed this issue for me as well in VS2017. Thanks!
02 Oct 2017 01:39 UTC
-
Test Isolation Issue
Hi Remco, I went to user voice to add the suggestion and it looks like someone beat me to it! http://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/7133358-add-an-attribute-like-isolated-which-applies-to I added some votes to that suggestion. Thanks, Paul
15 Jan 2016 13:05 UTC
-
Test Isolation Issue
One other suggestion: It would be nice to apply the Isolated attribute to a class and have it isolate [i]each[/i] test in the class. Currently it only means that there will be one process for all the tests of this class. Perhaps a new attribute, such as [IndividualIsolation] to be applied to t…
14 Jan 2016 22:41 UTC
-
Test Isolation Issue
Hi Remco, You mention that the NCrunch engine can reuse a process when running tests. I previously thought this did not occur. I was reading this page (http://www.ncrunch.net/documentation/considerations-and-constraints_concurrent-use-of-test-resources) and the paragraphs that threw me off I incl…
14 Jan 2016 22:35 UTC
-
Test Isolation Issue
Hi! I am running into an issue where it appears there is some "state" or information being shared between tests. I noticed this issue while working with Entity Framework 7. In a nutshell, it appears that the tests run fine if I run them manually one by one using the Ncrunch Tests window, howev…
14 Jan 2016 13:58 UTC
-
Ncrunch output window text wrapping
I'm currently maximizing the test window when needed, which works, but is annoying to do often. I've added the idea to the feature requests on UserVoice. Thanks, Paul
04 Nov 2015 22:11 UTC
-
Ncrunch output window text wrapping
Hi, I was wondering if there is someway to enable/disable text wrapping in the output window of the NCrunch Tests tool window? My call stacks end up being very wide which makes it difficult to read when the text wraps. Can the text wrapping be turned off? A button to toggle text wrapping on/off…
04 Nov 2015 16:00 UTC
-
VS2015 RC No Markers
Sounds good, thanks for looking into it!
01 May 2015 11:47 UTC
-
VS2015 RC No Markers
Hi Remco, It has happened to me on two computers. Please find my answers below - Which exact release of VS are you using? i.e. enterprise, professional, community * Enterprise - How was your upgrade of VS applied? Did you run the installer straight over CTP6? * Straight over CTP6 i…
01 May 2015 03:16 UTC
-
VS2015 RC No Markers
Hi, Just wanted to report the coverage markers do not show up in the VS2015 RC that was released yesterday. At least on my machine. Any plans on releasing an updated build for this new release of VS 2015? Or is there some workaround to get them to display again? Thanks, Paul **Update: I…
30 Apr 2015 15:36 UTC
-
Exception when building with NCrunch 2015 2.11.023
And I have another project failing to build with the same stack trace as above. It is a test project with one class with one method. It is an xunit unit test and there are no MSTest unit tests in the project. If I remove the Fact attribute then the project builds successfully. So it appears to h…
30 Jan 2015 23:56 UTC
-
Exception when building with NCrunch 2015 2.11.023
So I've dug into one of the projects that is failing and found some strange behavior. This is the code that breaks the build below. There used to be code in the body of the method but the build fails even with all the code removed. public class Test1 { [Fact] public v…
30 Jan 2015 23:52 UTC
-
Exception when building with NCrunch 2015 2.11.023
So I'm trying the new bits and have a similar but different error than before. The stack trace in the test runner is as follows: Gallio.Model.ModelException: An exception occurred while invoking a test driver. ---> Microsoft.Cci.Pdb.PdbDebugException: Unknown custom metadata item version: 2 …
30 Jan 2015 23:38 UTC
-
Exception when building with NCrunch 2015 2.11.023
Hi Remco, Thanks for the updated build, I'll give it a try shortly. Also, regarding the grid nodes issue, I mean to say that the grid node is experiencing the same build issues related to that Mono.Cecil.Pdb.dll as the local test runner. I don't think there is anything else wrong with the grid …
30 Jan 2015 23:21 UTC
-
Exception when building with NCrunch 2015 2.11.023
Also, is the grid server for version 2.11.0.12 still available for download somewhere? I can only find 2.11.0.23 and 2.12.0.2, neither of which work for me at the moment. Thanks, Paul
30 Jan 2015 20:41 UTC