-
HOWTO: Get Regionerate to Run on Visual Studio 2010 Beta 2
Update: Visual Studio 2010 is now officially supported. There is no need to use this workaround.
I really hoped to get Regionerate running quickly on Visual Studio 2010 Beta 2.
Unfortunately, since there are several breaking changes with Visual Studio 2010’s extensibility model, I found myself messing around with it too much.
I’m not giving up, but I [...] -
Where do you use attributes the most?
Where do you use attributes the most?(surveys)
There’s a performance issue regarding multiple attributes on properties, and instead of solving this, we can just easily shift this performance problem to methods, where people supposedly use less attributes. Yeah, I know, pretty lame solution, but its fast!
I was wondering where people use attributes the most, so I will [...] -
Support for MS-Test
Eeek. I had to write a bunch of unit tests with MS-Test yesterday.
I found out that the Unit Test class style only supports NUnit & MbUnit style fixtures (TestFixture, Test attributes etc.) and does not support the MS-Unit attributes.
Anyway, there is an updated version in the trunk. Should be available on the nightly build.