1 Beta 1 Version 1.0.0.0
\r
2 ======================
\r
3 - Added a load API to ModuleScope
\r
4 - SaveAssembly now serializes the cache keys together with the generated types
\r
6 - Fixed test issue - PEVerify is now called with a quoted assembly path (to allow for spaces in the path)
\r
7 - Fixed test annoyance - PEVerify is now not called in a separate window
\r
8 - Changed PersistentProxyBuilder behavior - SaveAssembly is not called by the class generators any more, instead PersistentProxyBuilder.SaveAssemblies
\r
9 must be used. This allows the proxy builder to save multiple proxies at the same time. Test cases have been adapted.
\r
11 - Fixed issues with CacheKey.Equals and ProxyGenerationOptions.Equals/GetHashCode
\r
12 - Added a way to set and retrieve the ModuleScope used by ProxyObjectReference for proxy deserialization; proxies can now be deserialized with
\r
13 the same ModuleScope used by the application (DYNPROXY-71)
\r
15 - Made BasePEVerifyTestCase only check those assemblies that were actually generated in the test case, see DYNPROXY-68
\r
16 - Fixed bug with protected internal constructors, see DYNPROXY-66/DYNPROXY-67
\r
17 - Fixed test cases not using the ProxyGenerator supplied by BasePEVerifyTestCase, see DYNPROXY-69
\r
19 - Added StrongNameUtil, which provides methods for checking whether an assembly is signed/a type comes from a signed assembly
\r
20 - Added an additional constructor overload to ClassEmitter, allowing to force it to use an unsigned assembly
\r
22 - Fixed a bug in ModuleScope: SaveAssembly tried to delete from the current directory if a file with a matching name existed, not from the target
\r
25 - Applied Pawel Pabich's suggestion fixing DYNPROXY-65
\r
26 "OpCodeUtil.GetUnderlyingTypeOfEnum doesn't handle unsigned integers"
\r
28 - Fixed bug in ArgumentReference occurring when emitting static methods
\r
30 - Removed ClsCompliant(false) from all the public types in DynamicProxy
\r
32 - Added constructors to ClassEmitter, removed "serializable" ctor parameter, it wasn't used
\r
34 - Fixed bug in ModuleScope, see DYNPROXY-64
\r
36 - Fixed bug in LoadArrayElementExpression, see DYNPROXY-57
\r
38 - Changed signing behavior for generated assembly, assembly is now only signed if all involved types (base type, interfaces) are also signed
\r
40 - Documented ModuleScope, added friendlier API for saving assemblies, added tests for ModuleScope, see DYNPROXY-55
\r
42 - Applied Adam Tybor's patch fixing DYNPROXY-63
\r
43 "ProxyType not included in CacheKey"
\r
45 - Reimplemented serialization of ProxyGenerationOptions, see revision 3803, DYNPROXY-59
\r
47 - Added method signature filtering to MethodFinder (see MethodSignatureComparer) because there were
\r
48 still cases triggering duplicate methods
\r
50 - Reimplemented serialization without default constructors, see revision 3725, DYNPROXY-53
\r
51 - Reimplemented serialization with delegates/events, see revision 3751, DYNPROXY-56
\r
53 - Renamed InterfaceProxyGeneratorWithoutTarget to InterfaceProxyWithoutTargetGenerator
\r
56 "Some tests in MethodFinderTestCase failed because of culture specific exception messages"
\r
58 - Implemented cache for System.Type.GetMethods() in order to avoid triggering the duplicate methods bug
\r
60 - Applied Adam Tybor's patch fixing DYNPROXY-61
\r
61 "Need GetInterceptors from IProxyTargetAccessor back for NHibernate Trunk"
\r
63 - Disabled replication of internal constructors on class proxies.
\r
65 - Moved the UseSingleInterfaceProxy from Core.ComponentModel to ProxyGeneratorOptions.
\r
67 - Applied Lee Henson's patch fixing generic parameter definitions
\r
69 - Applied Jacob Lewallen's patch that introduces ProxyInterfaceWithTargetInterface
\r
72 "I've introduced a new "mode" that is
\r
73 ProxyInterfaceWithTargetInterface, that uses the given interface as
\r
74 the target type, rather than the type of the target (it asserts the
\r
75 target implements the interface) All other modes should remain the
\r
78 "In this scenario, the IInvocation will also implement
\r
79 IChangeProxyTarget, which can then be used to change the proxy target
\r
80 to another implementation of the target interface."
\r
82 - Added support for events
\r
85 "DP2 : Missing ParameterInfo 'Name' for Proxied methods"
\r
88 "Invalid state exception on DP2"
\r
91 "Deadlock in DynamicProxy2"
\r
94 "Virtual methods calls from constructors are not working"
\r
97 "Support for non-parameterless constructors"
\r
100 "Chars returns are not properly configured"
\r
102 - Fixed DYNPROXY-24
\r
103 "DynamicProxy2: missing locks"
\r
105 - Fixed DYNPROXY-34
\r
106 "Cant proxy generic interfaces"
\r
109 Alpha Version 1.0.0.0
\r
110 =====================
\r