Forum member

MikeWard

33 posts

Posts by MikeWard

  1. 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

  2. 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, …

  3. 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.

  4. Test Never Completes - Visual Studio 2105

    Changing just the test project to 4.5.3 worked. Thanks.

  5. 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.

  6. 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 { …

  7. 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.

  8. 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…

  9. 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

  10. 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.

  11. 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>? :)

  12. Issue with NUnit SetUpFixtureAttribute

    SetupFixture is required. We setup some Mocks that are used in many of the tests. Bummer about not supporting Silverlight.

  13. Issue with NUnit SetUpFixtureAttribute

    I'm running 1.35.0.16b (downloaded this morning) and I'm still seeing this issue.