Richard Lawrence

Results 9 comments of Richard Lawrence

Just noticed that keywords like "if" and "else" are also dark blue with no way I can find to change the color.

Cuke4Nuke is unsupported since last summer, and I now recommend SpecFlow instead (see http://www.richardlawrence.info/2011/10/21/the-future-of-cucumber-on-net/), so there's no official .NET 4 binary. However, you can continue to use Cuke4Nuke, and it...

I found the `destination_path` param option in the source code and got that to work. Should that behavior still be in the README?

I've done parameter type conversion in the invocation code here (http://github.com/richardlawrence/Cuke4Nuke/blob/step_definition_parameters/Cuke4Nuke/Core/StepDefinitionRepository.cs) such that if you register a custom TypeConverter than can convert from string you can then use your type...

@x97mdr - I wouldn't mind if it tried the TypeConverter first, which works well for many of the basic types, and then fell back on a static Parse(string) method if...

I currently do the following steps... For each change: Change code Build code Run unit tests Run features Describe changes in History.txt Commit changes To package a release: Bump version...

I believe MonoDevelop can build from SLN files. And AFAIK, there's nothing Windows-specific in Cuke4Nuke right now. Give it a try.

Reopening since Ben Hall has done the work. Just need to pull it and make sure nothing breaks on the Windows side.

Probably. It's low priority for me and will take longer to integrate since I don't have a Mono environment at the moment and want to thoroughly regression test the Windows...