Forum member
MikeWard
33 posts
Posts by MikeWard
-
How to suppress AfterBuild
Found the answer in another post: http://forum.ncrunch.net/yaf_postst193_Problem-building-a-project-with-custom-BeforeBuild-target.aspx
24 May 2016 16:53 UTC
-
How to suppress AfterBuild
I've got an AfterBuild step in my .csproj as follows: ``` <Target Name="AfterBuild"> <CallTarget Targets="ConcatenateVendorScripts" /> <CallTarget Targets="ConcatenateVendorCss" /> </Target> ``` Obviously, these steps concat files. They're not needed for CS unit tests. However, …
24 May 2016 16:27 UTC
-
Installer should warn about expired license
It would be nice if the installer checked for an expired license before upgrading. It's annoying to install a new version only to find out I have to uninstall it, download the old one and reinstall. For those of us with purchasing depts., it takes a few days to get these things approved.
07 May 2015 18:56 UTC
-
Test Never Completes - Visual Studio 2105
Changing just the test project to 4.5.3 worked. Thanks.
12 Jan 2015 14:13 UTC
-
Test Never Completes - Visual Studio 2105
Here's the repo https://github.com/mike-ward/Markdown-Edit.git Use the V1.3 branch. Thanks for looking into this.
12 Jan 2015 02:40 UTC
-
Test Never Completes - Visual Studio 2105
C# 6.0 project in Visual Studio 2015 using NCrunch 2.11.0.12 I've got two projects. One is the product, the other is the unit tests. I have one unit test as follows: using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace UnitTests { …
11 Jan 2015 22:01 UTC
-
Target of Build being used by another process
Never mind. I found another process that was locking it up... All is well. This thing rocks.
01 Feb 2012 15:38 UTC
-
Target of Build being used by another process
Just upgraded to 137b and I'm getting the following error when I try to build. ------ Build started: Project: VSColorOutput, Configuration: Debug Any CPU ------ VSColorOutput -> VSColorOutput -> C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3238,5): error MSB30…
01 Feb 2012 15:33 UTC
-
Larger font for Risk bar
I run the Risk/Progress bar in the corner of my IDE crunched (pun!) down to one line. The font is a bit small at this level. Also, if the title bar could be removed it would help. Here's a screenshot of how I run it: http://sharesend.com/qyd3u
01 Feb 2012 15:09 UTC
-
Donations?
I second the request for a donation link. This thing just rocks. Takes about a minute to set up a Paypal link for donations. Login and go to merchant services. Generate a donate button. It will also generate a link (under the email tab) that I've found to be more reliable the the button code.
01 Feb 2012 15:03 UTC
-
Indicators in status bar
I develop on a laptop so screen real estate is limited. Any chance you could put the status of NCrunch in the status bar area similar to <cough>Mighty Moose</cough>? :)
10 Nov 2011 23:13 UTC
-
Issue with NUnit SetUpFixtureAttribute
SetupFixture is required. We setup some Mocks that are used in many of the tests. Bummer about not supporting Silverlight.
20 Oct 2011 12:14 UTC
-
Issue with NUnit SetUpFixtureAttribute
I'm running 1.35.0.16b (downloaded this morning) and I'm still seeing this issue.
19 Oct 2011 14:23 UTC