Ken Bonny
Ken Bonny's Blog

Ken Bonny's Blog

Follow
homeMore Than Codebadgesnewsletter
Tag

IDEs

#ides

More content

Read more stories on Hashnode


Articles with this tag

A Simple SpecFlow 3 setup in Rider

Dec 30, 20192 min read

Checkout the Rider plugin for SpecFlow for an easier integration! Recently, I've gotten some mails on how to use SpecFlow 3 with Jetbrains Rider...

A Simple SpecFlow 3 setup in Rider

Using SpecFlow 3.0 with Rider

Apr 22, 20192 min read

Checkout the Rider plugin for SpecFlow for an easier integration! A while ago, I wrote about using SpecFlow with JetBrains IDE Rider. Recently,...

Using SpecFlow 3.0 with Rider

Minifying JS and CSS files with Rider File Watchers

Aug 13, 20184 min read

In the past, I've used File Watchers in JetBrains Rider to automatically generate SpecFlow feature files, now I want to automate the minification of...

Minifying JS and CSS files with Rider File Watchers

Use DebuggerDisplayAttribute to make your life easier

Jul 30, 20184 min read

To get information about an object, I mostly overload the ToString method to display information in the local debug or the popup window. Then I found...

Use DebuggerDisplayAttribute to make your life easier

SpecFlow steps generation and general Rider changes

Jul 23, 20182 min read

In May of this year, I wrote an article on how to get JetBrains Rider to generate SpecFlow files. The biggest problem I still had back then was that I...

SpecFlow steps generation and general Rider changes

Generating SpecFlow files in Rider

May 28, 20182 min read

At the moment, there is no official SpecFlow support in Jetbrains .net IDE Rider. I found a way to make it more bearable. Keep in mind that it's not a...

Generating SpecFlow files in Rider