Archive for the ‘v0.7.3.0’ Category

  • 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.

  • Some Thoughts on Versioning (And v0.7.3.0)

    I have just updated the assembly and code layout schema versions to v0.7.3.0 (which will be the next major release), so if you are using the nightly build, make sure you update your custom code layouts to point to v0.7.3.0. I have made this version change since the v0.7.3.0 schema includes the ability to choose [...]