Code analysis warning CA1026: Or what to do with optional parameters in C#
6
Today I decided to give optional parameters in C# a try. I’ve created a unit-test helper method that allows me to create a new build definition in Team Foundation Server. The method itself accepts three parameters, two of them are Continue reading
