renameproject v2.1.3
There’s another update out for renameproject
, just a bugfix release. See here for details, or just update it with
There’s another update out for renameproject
, just a bugfix release. See here for details, or just update it with
While I couldn’t imagine a life without the excellent FluentAssertions library, there are a few bits I find rather counter-intuitive.
There’s another update out for renameproject
, just a bugfix release. See here for details, or just update it with
When using the otherwise superb NSubstitute, one thing has been bothering me for a long time: you cannot match arguments by equivalency.
Sometimes you got async methods you know will run for some time and you want to prevent them from being called while a previous call has not yet finished.
Nobody likes it, but most of us eventually encounter a legacy code-base without tests and without IOC where everything revolves around the dreaded singleton pattern.
There’s an update out for renameproject
, just a bugfix release. See here for details, or just update it with
renameproject
now also supports moving projects to different directories. See here for details, or just update it with
At some point in the many years since I’ve been using R#, they have sneaked in a very useful feature, but hidden it so well that it took me until now to find it.
If anyone wondered, like me, how in Visual Studio you can get a horizontal equivalent for Window | Split
:
While the focus is on the tab you want to duplicate, click Window | New Window
, and then you get basically a copied tab.