Changed paths:
M src/Castle.Windsor/MicroKernel/SubSystems/Naming/DefaultNamingSubSystem.cs
Log Message:
-----------
There is a debugger issue with the IsAssignable(Type thisOne, Type fromThisOne) function. When the debugger option "break on thrown Exceptions" is set, the debugger will break in the line 366 where the generic type is tried to make. With the [DebuggerHidden] attribute this issue could be prevented.