Will Windor move on to Core 4.x?

2017-06-14 Thread Xi Shen
Hi, Castle Core has been updated 4.0, but the latest Windsor is still depending on Core 3.4. It become a problem if I also need to use other packages that relies on the latest Core 4.0, such as the latest Moq. Now, I have to downgrade my Moq dependency to match the Core version. This it not

Re: Will Windor move on to Core 4.x?

2017-06-14 Thread Xi Shen
Awesome! Thanks. On Wednesday, June 14, 2017 at 5:48:42 PM UTC+8, Jonathon Rossi wrote: > > Yes, very soon. > > Please follow this issue as we prepare for the next Windsor release: > https://github.com/castleproject/Windsor/issues/227 > > Jono > > On Wed, Jun 14, 201

Re: Is Child container obsolete?

2017-09-07 Thread Xi Shen
to > resolve from the child as the direction is one way. > > The right question to be answered is "what is your scenario?" Experience > shows that more often than not, a conceptually simpler solution can be had > that does not involve child containers. > > On Sep 6, 2017

Is Child container obsolete?

2017-09-06 Thread Xi Shen
Hi, Is Child container still in use in Windsor 4.0? I had some issue using child container, and opened an ticket https://github.com/castleproject/Windsor/issues/323, but nobody replies...I wonder if I am using some obsolete technique that nobody cares. If child container is obsolete, what is