Forum member
SteveDunn
4 posts
Posts by SteveDunn
-
NCrunch fails to build a project with NSwag build target
I fodun that by using `BeforeTargets="PrepareForBuild"`, this fixed the problem for me.
24 Mar 2022 15:51 UTC
-
NCrunch 2.23.0.2 continually prompts me to 'Save As' any open source files
Turns out it was Tortoise SVN (1.8.6.25415). Turning off NCrunch meant the Save As prompt (almost) completely disappeared (maybe one every 30 minutes), but with NCrunch on, it happened nearly every time I did a ReSharper Refactor or invoke a build. Kill the Tortoise SVN process (TSVNCache and T…
11 Jul 2016 12:27 UTC
-
NCrunch 2.23.0.2 continually prompts me to 'Save As' any open source files
Recently, when I close a source file, VS asks me to 'Save As', even though the file is part of my project. It also happens when I do a refactor in ReSharper or when I build the solution. When I press Save in the Save As dialog box, sometimes it saves and sometimes it says 'Cannot create a file whe…
16 Jun 2016 19:13 UTC
-
MSpec tests not run when they contain 'Behaves_like'
MSpec has this notion of 'Behaves_like'. e.g. here's the behaviour [code=csharp][Behaviors] public class VehicleThatHasBeenStartedBehaviors { protected static IVehicle vehicle; It should_have_a_running_engine = () => vehicle.IsEngineRunning.ShouldBeTrue(); It should_have_a_ru…
15 Mar 2012 18:48 UTC