show/hide this revision's text 2 added 413 characters in body

(I've left this answer here in case others find it a useful intro to PostSharp, but it doesn't actually answer the question properly! I misread the question as asking about method attributes instead of class attributes. Doh. From what I remember, the generated SOAP classes use parameter attributes. LINQ to SQL uses return attributes and may use parameter attributes too, when it comes to stored procs.)

I'm used them with PostSharp, although admittedly only in a quick demo so far (I haven't used PostSharp in production).

See my blog post for more details.

Oh, and of course NUnit tests specify [Test] all over the place :)

Jon

show/hide this revision's text 1

I'm used them with PostSharp, although admittedly only in a quick demo so far (I haven't used PostSharp in production).

See my blog post for more details.

Oh, and of course NUnit tests specify [Test] all over the place :)

Jon