How to prevent Castle Windsor from injecting property dependencies?

Posted by Markus Dulghier on Stack Overflow See other posts from Stack Overflow or by Markus Dulghier
Published on 2009-08-31T20:46:31Z Indexed on 2010/06/16 2:32 UTC
Read the original article Hit count: 332

Is there a way to prevent Castle Windsor from automatically injecting dependencies into properties (besides the [DoNotWire] attribute)?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about inversion-of-control