0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added README More... about 14 years ago
FIX: PackageFiles itemgroup does not work on a clean build directory. Made it into a property that's initialized in an InitialTargets task. More... about 14 years ago
Remove unused file. More... about 14 years ago
Don't package CastleDynProxy2.dll More... about 14 years ago
Assembly name was wrong. More... about 14 years ago
License headers for 2010. More... about 14 years ago
Moved to MSBuild More... about 14 years ago
build tools & scripts added More... about 14 years ago
- unified and extended exception messages being thrown when proceed is called on a method without target. More... about 14 years ago
Committing Changes.txt that should have made its way into the package (will reupload the package). More... over 14 years ago
- updated Core references to v1.2 More... over 14 years ago
- updated references to newer version of Core - removed version of Core for silverlight-2.0 which is no longer supported More... over 14 years ago
- fixed SL build More... over 14 years ago
- reverted back C#-like explicit implementation of interface members. -- interface members are still implemented explicitly (override token gets emitted), but they are following the usual rules with regards to MethodAttributes and name as non-interface members most of the time. -- in case of collision the first item is named normally (just name), and the following ones take the full name Type.Member. This follows the usual order of precedense target types --> mixins --> additional interfaces - Renamed *ToGenerate types (MethodToGenerate, PropertyToGenerate etc...) to Meta* (MetaProperty). More... over 14 years ago
- reverted last commit. Since in Silverlight there's no TypeDescriptor infrastructure, that approach won't work in Silverlight. I think it's best to revert from implementing interface members explicitly, and do that only if otherwise we'd have a collision. More... over 14 years ago
- first shot at adding custom TypeDescriptor to proxy (mostly to do transparent databinding for WPF) - most of the functionality is not working yet. - proxy types now have TypeDescriptionProviderAttribute defined on them. More... over 14 years ago
- fixed broken tests More... over 14 years ago
- made explicitly implemented properties for interface proxies public More... over 14 years ago
- fixed SL build More... over 14 years ago
- removed some ugly code. More... over 14 years ago
- Experimentally changed explicit interface implementation methods to be public to support WPF databinding. More... over 14 years ago
- removed IProxyMethod interface as it was not used anywhere anyway - removed some duplication and not needed code - added logger to all contributors/collectors and now logger gets populated onto them as they are created More... over 14 years ago
- changed InterfaceProxyWithoutTargetContributor to inherit from CompositeTypeContributor More... over 14 years ago
Removed AssemblyInfo from csproj files More... over 14 years ago
- added check for required permissions when setting the logger to trace logger, so that the code won't fail under medium trust More... over 14 years ago
- updated reference to Silverlight version of Core More... over 14 years ago
- added reference for silverlight-3.0 More... over 14 years ago
- upgraded references to Castle.Core.dll - made some members of proxy generator classes virtual for better extensibility More... over 14 years ago
Updating Castle.Core.dll lib More... over 14 years ago
- updated build file for Mono and Silverlight compatibility More... over 14 years ago