Windsor Container: How to specify a public property should not be filled by the container?

后端 未结 7 1869
小鲜肉
小鲜肉 2021-01-01 23:32

When Instantiating a class, Windsor by default treats all public properties of the class as optional dependencies and tries to satisfy them. In my case, this creates a rath

7条回答
  •  时光说笑
    2021-01-01 23:41

    Posted this on the google groups forum too here: http://groups.google.com/group/castle-project-devel/browse_thread/thread/43aa513817bd057a

提交回复
热议问题