Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Core
Commit: 03a64606e4fc8ed2744216a78288ddd1f570201d
https://github.com/castleproject/Castle.Core/commit/03a64606e4fc8ed2744216a78288ddd1f570201d
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M Changes.txt
M src/Castle.Services.Logging.NLogIntegration/ExtendedNLogFactory.cs
M src/Castle.Services.Logging.NLogIntegration/GlobalContextProperties.cs
Log Message:
-----------
- udpated Changes.txt and some heardes
Commit: 795fc9c9c02446c76488513d0a7b06629e80814b
https://github.com/castleproject/Castle.Core/commit/795fc9c9c02446c76488513d0a7b06629e80814b
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M src/Castle.Core.Tests/DynamicProxy.Tests/ClassProxyWithTargetTestCase.cs
Log Message:
-----------
- formatting fixes in the test case
Commit: b33cd1460e5f91d84d4adc3084250b9d84388479
https://github.com/castleproject/Castle.Core/commit/b33cd1460e5f91d84d4adc3084250b9d84388479
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M Changes.txt
M src/Castle.Core.Tests/BasicClassProxyTestCase.cs
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/AbstractClassWithMethod.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/HasFinalizeMethod.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/HasFinalizer.cs
A
src/Castle.Core.Tests/DynamicProxy.Tests/Classes/InheritsAbstractClassWithMethod.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/InheritsDbConnection.cs
M src/Castle.Core/DynamicProxy/AllMethodsHook.cs
M src/Castle.Core/DynamicProxy/Contributors/ClassMembersCollector.cs
M src/Castle.Core/DynamicProxy/ProxyGenerationException.cs
Log Message:
-----------
- fixed DYNPROXY-150 - Finalizer should not be proxied
Commit: 3439aaead83ff7faacdc5e6ccc0376ba498648bd
https://github.com/castleproject/Castle.Core/commit/3439aaead83ff7faacdc5e6ccc0376ba498648bd
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M Changes.txt
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
M src/Castle.Core.Tests/DynamicProxy.Tests/ClassProxyWithTargetTestCase.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/HasTwoProtectedMethods.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Explicit/TwoInterfacesExplicit.cs
M src/Castle.Core.Tests/DynamicProxy.Tests/ExplicitInterfaceTestCase.cs
M src/Castle.Core/DynamicProxy/Contributors/ClassProxyTargetContributor.cs
M
src/Castle.Core/DynamicProxy/Contributors/ClassProxyWithTargetTargetContributor.cs
M src/Castle.Core/DynamicProxy/Contributors/WrappedClassMembersCollector.cs
M src/Castle.Core/DynamicProxy/Generators/Emitters/TypeUtil.cs
Log Message:
-----------
- fixed DYNPROXY-147 - Can't create class proxies with two non-public methods
having same argument types but different return type
- another fix for issue exposed along the way - wrong invocation type would be
creted for class proxy with target when proxying type that inherits abstract
base with abstract method
--
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.