I installed on metal VS2010 RC, and when I tried to write the first line of code I see that intellisense failed to show parameter info.
This bring me back when I was young, and we have to remember all C stdlib functions because we used vi in linux to edit source file, but in [...]
Continue reading about Visual Studio 2010 Intellisense does not show “Parameter Info”.
With VS2010 RC MS had released a vhd to evaluate Lab Management. This is a very good news, and since I already have a Beta2 Lab Management Up and running I want to try the VHD to see what is improved on RC.
Lab Management is and environment, so there is not a way you can [...]
TypeMock Isolator is a good library to inject mock objects without the need of interfaces, but what happens when you try to run test that uses typemock isolator inside a tfs 2010 build? Clearly the tests will not succeed
If you look at test result you can check why the tests are failing
Ok, the [...]
Continue reading about Run test with TypeMockIsolator during a tfs2010 build
I’m creating some web tests with Visual Studio to test an application in an end-to-end fashion. This is absolutely not a unit test, but I want to be able to launch a series of automatic tests against a web server to verify if the whole site satisfy an initial set of core requirements.
One of this [...]
If you have an MSBuild custom task that you want to reuse in a TFS 2010 build workflow, you have two solution. The first is using the MsBuild activity as I described in this post, but this approach has a lot of limitations.
First of all it is clumsy, because you have to pass custom task [...]
Continue reading about Wrap a MsBuild Custom task inside a custom action




