Looks like Google groups ignored my images in the email, so here are the screenshots again for these who read it online: http://img844.yfrog.com/gal.php?g=j29.png
On Sep 19, 9:47 am, Krzysztof Koźmic <[email protected]> wrote: > Hi, > > I've been working on a new addition for Windsor 2.5.1 in its debugger > views support. > The goal is to detect and report Singletons depending on Transients or > PerWebRequest components (directly or indirectly) and report it. > > Here's how it looks like in action: > In Visual Studio > > I call it "Potential Lifestyle Mismatches", because there are some cases > when what it reports is valid case. > At the top level menu I show the number of such dependencies (sounds > like the most reasonable thing to me). > > One level in I show each such (direct or indirect) dependency as > "Depender" DependersLifestyle -> "Dependee" DependeesLifestyle > Idea was to show enough information here, so that you don't need to go > deeper to fix the issue. > > If you do want to go one level deeper though you get a descriptive > message of the issue and list of all components in the dependency chain > in question. > > So you can see that C (singleton) depends on B (singleton) which depends > on A (Transient) > > The description message looks like this: > > description message > > *So now I want your feedback here - am I showing the right information, > is everything clear and intuitive?* > The code is not yet pushed, I need to do some cleanup and testing first, > which will take me an hour or two. > > cheers, > Krzysztof -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
