Branch: refs/heads/master
Home: https://github.com/castleproject/Windsor
Commit: 11763eecb61d6a002b6744e26138993100f4692c
https://github.com/castleproject/Windsor/commit/11763eecb61d6a002b6744e26138993100f4692c
Author: CV1 <[email protected]>
Date: 2012-05-21 (Mon, 21 May 2012)
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.
Commit: a54e73a340dd304e18c1f45b7dc1d80cbd540d11
https://github.com/castleproject/Windsor/commit/a54e73a340dd304e18c1f45b7dc1d80cbd540d11
Author: Krzysztof Koźmic <[email protected]>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M src/Castle.Windsor/MicroKernel/SubSystems/Naming/DefaultNamingSubSystem.cs
Log Message:
-----------
Merge pull request #5 from CV1/master
Debugger breaks on try catch block in DefaultNamingSubSystem when trying to
make a generic type
Compare: https://github.com/castleproject/Windsor/compare/db4b8c1...a54e73a
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" 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-commits?hl=en.