-
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 [...]
-
Tabs & Spaces
Seems like StyleCop wants regions to be indented by spaces, and not tabs. I got this request from like 12 different users, and barryd was kind enough to do the work for me.
It took me about 4 months to commit the patch, sorry guys
You can now choose between tabs or spaces as your [...]