annotate packages/Castle.Core.3.2.1/Changes.txt @ 6:11b6da379593

Исправлена странная ошибка при использовании OfType<...>().Where(...)
author cin
date Mon, 05 Dec 2016 05:50:52 +0300
parents f990fcb411a9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
1 3.2.1 (2013-10-06)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
2 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
3 - fixed #32 - Improve configuration of SmtpClient in sync sending - contributed by Artur Dorochowicz (@ArturDorochowicz)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
4 - fixed #31 - [DynamicProxy] Preserve DefaultValues of proxied method's parameters (in .NET 4.5)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
5 - fixed #30 - tailoring InternalsVisibleTo message based on assembly of inaccessible type - contributed by Blair Conrad (@blairconrad)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
6 - fixed #27 - Allow dynamic proxy of generic interfaces which have generic methods, under Mono 2.10.8 and Mono 3.0.6 - contributed by Iain Ballard (@i-e-b)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
7 - fixed #26 - Proxy of COM class issue, reference count incremented - contributed by Jean-Claude Viau (@jcviau)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
8 - fixed DYNPROXY-188 - CreateInterfaceProxyWithoutTarget fails with interface containing member with 'ref UIntPtr' - contributed by Pier Janssen (@Pjanssen)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
9 - fixed DYNPROXY-186 - .Net remoting (transparent proxy) cannot be proxied - contributed by Jean-Claude Viau (@jcviau)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
10 - fixed DYNPROXY-185 - ProxyUtil.GetUnproxiedInstance returns proxy object for ClassProxyWithTarget instead of its target - contributed by Dmitry Xlestkov (@d-s-x)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
11
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
12 3.2.0 (2013-02-16)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
13 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
14 - fixed DYNPROXY-179 - Exception when creating a generic proxy (from cache)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
15 - fixed DYNPROXY-175 - invalid CompositionInvocation type used when code uses interface proxies with and without InterceptorSelector
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
16
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
17 3.1.0 (2012-08-05)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
18 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
19 - fixed DYNPROXY-174 - Unable to cast object of type 'System.Collections.ObjectModel.ReadOnlyCollection`1[System.Reflection.CustomAttributeTypedArgument]' to type 'System.Array'
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
20
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
21 3.1.0 RC (2012-07-08)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
22 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
23 - support multiple inheritance of DA attributes on interfaces.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
24 - BREAKING CHANGE: removed propogate child notifications as it violated INotifyPropertyChanged contract
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
25 - improved DictionaryAdapter performance
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
26 - generalized IBindingList support for DictionaryAdapters
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
27 - added reference support to XmlAdapter
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
28 - BRAKING CHANGE: refactored XPathAdapter into XmlAdapter with much more flexibility to support other input like XLinq
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
29
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
30 - implemented CORE-43 - Add option to skip configuring log4net/nlog
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
31
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
32 - fixed CORE-44 - NLog logger does not preserver call site info
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
33 - fixed DYNPROXY-171 - PEVerify error on generic method definition
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
34 - fixed DYNPROXY-170 - Calls to properties inside non-intercepted methods are not forwarded to target object (regression from v2.5)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
35 - fixed DYNPROXY-169 - Support IChangeProxyTarget on additional interfaces and mixins when using CreateInterfaceProxyWithTargetInterface
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
36
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
37 3.0.0 (2011-12-13)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
38 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
39 no major changes since RC
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
40
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
41 3.0.0 RC 1 (2011-11-20)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
42 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
43 - Applied Jeff Sharps patch that refactored Xml DictionaryAdapter to improve maintainability and enable more complete functionality
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
44
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
45 - fixed DYNPROXY-165 - Object.GetType() and Object.MemberwiseClone() should be ignored and not reported as non-interceptable to IProxyGenerationHook
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
46 - fixed DYNPROXY-164 - Invalid Proxy type generated when there are more than one base class generic constraints
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
47 - fixed DYNPROXY-162 - ref or out parameters can not be passed back if proxied method throw an exception
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
48
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
49 3.0.0 beta 1 (2011-08-14)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
50 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
51 - fixed CORE-37 - TAB characters in the XML Configuration of a component parameter is read as String.Empty
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
52 - fixed DYNPROXY-161 - Strong Named DynamicProxy Assembly Not Available in Silverligh
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
53 - fixed DYNPROXY-159 - Sorting MemberInfo array for serialization has side effects
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
54 - fixed DYNPROXY-158 - Can't create class proxy with target and without target in same ProxyGenerator
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
55 - fixed DYNPROXY-153 - When proxying a generic interface which has an interface as GenericType . No proxy can be created
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
56 - fixed DYNPROXY-151 - Cast error when using attributes
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
57
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
58 - implemented CORE-33 - Add lazy logging
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
59 - implemented DYNPROXY-156 - Provide mechanism for interceptors to implement retry logic
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
60
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
61 - removed obsolete members from ILogger and its implementations
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
62
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
63 2.5.2 (2010-11-15)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
64 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
65 - fixed DYNPROXY-150 - Finalizer should not be proxied
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
66 - implemented DYNPROXY-149 - Make AllMethodsHook members virtual so it can be used as a base class
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
67 - fixed DYNPROXY-147 - Can't crete class proxies with two non-public methods having same argument types but different return type
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
68 - fixed DYNPROXY-145 Unable to proxy System.Threading.SynchronizationContext (.NET 4.0)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
69 - fixed DYNPROXY-144 - params argument not supported in constructor
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
70 - fixed DYNPROXY-143 - Permit call to reach "non-proxied" methods of inherited interfaces
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
71 - implemented DYNPROXY-139 - Better error message
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
72 - fixed DYNPROXY-133 - Debug assertion in ClassProxyInstanceContributor fails when proxying ISerializable with an explicit implementation of GetObjectData
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
73 - fixed CORE-32 - Determining if permission is granted via PermissionUtil does not work in .NET 4
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
74 - applied patch by Alwin Meijs - ExtendedLog4netFactory can be configured with a stream from for example an embedded log4net xml config
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
75 - Upgraded NLog to 2.0 Beta 1
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
76 - Added DefaultXmlSerializer to bridge XPathAdapter with standard Xml Serialization.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
77 - XPathAdapter for DictionaryAdapter added IXPathSerializer to provide hooks for custom serialization.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
78
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
79 2.5.1 (2010-09-21)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
80 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
81 - Interface proxy with target Interface now accepts null as a valid target value (which can be replaced at a later stage).
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
82 - DictionaryAdapter behavior overrides are now ordered with all other behaviors
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
83 - BREAKING CHANGE: removed web logger so that by default Castle.Core works in .NET 4 client profile
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
84 - added paramter to ModuleScope disabling usage of signed modules. This is to workaround issue DYNPROXY-134. Also a descriptive exception message is being thrown now when the issue is detected.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
85 - Added IDictionaryBehaviorBuilder to allow grouping behaviors
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
86 - Added GenericDictionaryAdapter to simplify generic value sources
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
87 - fixed issue DYNPROXY-138 - Error message missing space
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
88 - fixed false positive where DynamicProxy would not let you proxy interface with target interface when target object was a COM object.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
89 - fixed ReflectionBasedDictionaryAdapter when using indexed properties
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
90
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
91 2.5.0 (2010-08-21)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
92 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
93 - DynamicProxy will now not replicate non-public attribute types
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
94 - Applied patch from Kenneth Siewers Mller which adds parameterless constructor to DefaultSmtpSender implementation, to be able to configure the inner SmtpClient from the application configuration file (system.net.smtp).
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
95 - added support for .NET 4 and Silverlight 4, updated solution to VisualStudio 2010
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
96 - Removed obsolete overload of CreateClassProxy
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
97 - Added class proxy with taget
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
98 - Added ability to intercept explicitly implemented generic interface methods on class proxy.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
99 - DynamicProxy does not disallow intercepting members of System.Object anymore. AllMethodsHook will still filter them out though.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
100 - Added ability to intercept explicitly implemented interface members on class proxy. Does not support generic members.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
101 - Merged DynamicProxy into Core binary
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
102 - fixed DYNPROXY-ISSUE-132 - "MetaProperty equals implementation incorrect"
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
103 - Fixed bug in DiagnosticsLoggerTestCase, where when running as non-admin, the teardown will throw SecurityException (contributed by maxild)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
104 - Split IoC specific classes into Castle.Windsor project
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
105 - Merged logging services solution
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
106 - Merged DynamicProxy project
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
107
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
108 1.2.0 (2010-01-11)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
109 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
110
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
111 - Added IEmailSender interface and its default implementation
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
112
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
113 1.2.0 beta (2009-12-04)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
114 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
115
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
116 - BREAKING CHANGE - added ChangeProxyTarget method to IChangeProxyTarget interface
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
117 - added docs to IChangeProxyTarget methods
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
118 - Fixed DYNPROXY-ISSUE-108 - Obtaining replicated custom attributes on proxy may fail when property setter throws exception on default value
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
119 - Moved custom attribute replication from CustomAttributeUtil to new interface - IAttributeDisassembler
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
120 - Exposed IAttributeDisassembler via ProxyGenerationOptions, so that users can plug their implementation for some convoluted scenarios. (for Silverlight)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
121 - Moved IInterceptorSelector from Dynamic Proxy to Core (IOC-ISSUE-156)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
122
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
123 1.1.0 (2009-05-04)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
124 ==================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
125
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
126 - Applied Eric Hauser's patch fixing CORE-ISSUE-22
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
127 "Support for environment variables in resource URI"
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
128
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
129 - Applied Gauthier Segay's patch fixing CORE-ISSUE-20
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
130 "Castle.Core.Tests won't build via nant because it use TraceContext without referencing System.Web.dll"
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
131
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
132 - Added simple interface to ComponentModel to make optional properties required.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
133
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
134 - Applied Mark's -- <mwatts42@gmail.com> -- patch that changes
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
135 the Core to support being compiled for Silverlight 2
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
136
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
137 - Applied Louis DeJardin's patch adding TraceLogger as a new logger implementation
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
138
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
139 - Applied Chris Bilson's patch fixing CORE-15
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
140 "WebLogger Throws When Logging Outside of an HttpContext"
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
141
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
142 Release Candidate 3
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
143 ===================
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
144
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
145 - Added IServiceProviderEx which extends IServiceProvider
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
146
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
147 - Added Pair<T,S> class.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
148
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
149 - Applied Bill Pierce's patch fixing CORE-9
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
150 "Allow CastleComponent Attribute to Specify Lifestyle in Constructor"
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
151
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
152 - Added UseSingleInterfaceProxy to CompomentModel to control the proxying
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
153 behavior while maintaining backward compatibility.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
154 Added the corresponding ComponentProxyBehaviorAttribute.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
155
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
156 - Made NullLogger and IExtnededLogger
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
157
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
158 - Enabled a new format on ILogger interface, with 6 overloads for each method:
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
159 Debug(string)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
160 Debug(string, Exception)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
161 Debug(string, params object[])
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
162 DebugFormat(string, params object[])
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
163 DebugFormat(Exception, string, params object[])
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
164 DebugFormat(IFormatProvider, string, params object[])
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
165 DebugFormat(IFormatProvider, Exception, string, params object[])
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
166
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
167 The "FatalError" overloads where marked as [Obsolete], replaced by "Fatal" and "FatalFormat".
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
168
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
169 0.0.1.0
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
170 =======
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
171
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
172 - Included IProxyTargetAccessor
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
173
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
174 - Removed IMethodInterceptor and IMethodInvocation, that have been replaced
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
175 by IInterceptor and IInvocation
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
176
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
177 - Added FindByPropertyInfo to PropertySetCollection
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
178
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
179 - Made the DependencyModel.IsOptional property writable
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
180
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
181 - Applied Curtis Schlak's patch fixing IOC-27
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
182 "assembly resource format only works for resources where the assemblies name and default namespace are the same."
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
183
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
184 Quoting:
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
185
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
186 "I chose to preserve backwards compatibility by implementing the code in the
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
187 reverse order as suggested by the reporter. Given the following URI for a resource:
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
188
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
189 assembly://my.cool.assembly/context/moo/file.xml
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
190
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
191 It will initially look for an embedded resource with the manifest name of
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
192 "my.cool.assembly.context.moo.file.xml" in the loaded assembly my.cool.assembly.dll.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
193 If it does not find it, then it looks for the embedded resource with the manifest name
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
194 of "context.moo.file.xml".
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
195
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
196 - IServiceEnabledComponent Introduced to be used across the project as
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
197 a standard way to have access to common services, for example, logger factories
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
198
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
199 - Added missing log factories
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
200
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
201 - Refactor StreamLogger and DiagnosticLogger to be more consistent behavior-wise
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
202
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
203 - Refactored WebLogger to extend LevelFilteredLogger (removed duplication)
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
204
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
205 - Refactored LoggerLevel order
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
206
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
207 - Project started