Forum member
jmarbutt
10 posts
Posts by jmarbutt
-
NCrunch was unable to retrieve a meaningful result from this test due to an unexpected error
I began having this issue also today. I don't have a huge test suite in this project, maybe 180 tests. I am not sure what caused it to start now. I do have a base class for most of my tests that has some common setup code. Any ideas why this just started?
23 Dec 2020 02:58 UTC
-
Building precompiled C# Azure Function fails
Yeah I just paid to upgrade my ncrunch hoping this was fixed, I wouldn't of upgraded without this. :(
27 Oct 2017 16:04 UTC
-
Build Error with JustMock
Ok I figured out how to fix the issue. When you add the just mock reference, it has an option to copy the files to a shared directory instead of the install directory. I did not do that the first time. I added it that way and it worked.
17 Apr 2014 16:09 UTC
-
Build Error with JustMock
I just submitted a bug report
17 Apr 2014 02:59 UTC
-
Build Error with JustMock
Here is the reference from the workspace project file: <Reference Include="Telerik.JustMock, Version=2014.1.1519.1, Culture=neutral, PublicKeyToken=721b6c5bc0326b3a, processorArchitecture=MSIL"> <HintPath>..\..\..\..\Program Files (x86)\Telerik\JustMock\Libraries\Telerik.JustMock.dll</HintPa…
17 Apr 2014 02:58 UTC
-
Build Error with JustMock
Primary reference "Telerik.JustMock". Could not resolve this reference. Could not locate the assembly "Telerik.JustMock". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. For SearchPath "{HintPathFromItem}". …
17 Apr 2014 02:38 UTC
-
Build Error with JustMock
I see it in the nCrunch processing queue [21:25:19.8981-LocalBuildTask-54] ERROR (Build): MyProject.Tests: C:\Users\jonathan\AppData\Local\NCrunch\3280\31\MyProject.Tests\Repositories\RepositoryTest.cs (6): The type or namespace name 'Telerik' could not be found (are you missing a using directiv…
17 Apr 2014 02:27 UTC
-
Build Error with JustMock
Setting it in compatibility mode does not work either.
17 Apr 2014 02:23 UTC
-
Build Error with JustMock
It does build correctly in Visual Studio. Here is the XML for the reference: <Reference Include="Telerik.JustMock, Version=2014.1.1519.1, Culture=neutral, PublicKeyToken=721b6c5bc0326b3a, processorArchitecture=MSIL"> <HintPath>..\..\..\..\Program Files (x86)\Telerik\JustMock\Libraries\…
17 Apr 2014 02:21 UTC
-
Build Error with JustMock
I am getting the following error message: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?) I added Just Mock to my testing project and I followed the configuration instructions at http://www.telerik.com/help/justmock/integrat…
17 Apr 2014 01:54 UTC