You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Autofac
For those following along with 2.x development, there's a new binary available with the following changes since 2.1.3:
Merged in Rinat's ContainerExtensions.Build() from 1.4 as RegistrationExtensions.Configure(), and made ContainerBuilder.Build(IComponentRegistry) internal.
Added convenience methods WithParameters(), WithProperties() and WithExtendedProperties(). Issue 168.
Applied patch from Issue 163 by Carl Hoerberg (add Parameters to Activating and Activated event.)
Committed patch for Issue 156 (hosting services in WCF that are registered under interface types) from Mark Crowley.
Closes issue 152 - modification of parameters/provision of instance in Preparing handlers.
Changes for Issue 102 - improve experience constructing IComponentRegistration instances. Added RegistrationBuilder.ForType and RegistrationBuilder.ForDelegate. Needs much more work.
Fixed SHFB HHC path to work on Let SHFB find HHC itself, so that both x86 and x64 systems are supported.
Issue 165 - crash under IIS7.
Added MonoTest build target to run tests under latest version of Mono (not run as part of regular build.) Fixed Mono compatibility issue causing a test failure.
Removed obsolete Disposer tests and fixed Disposer to remove the indeterminism WeakReference introduces.
Updated error messages; moved some resources.
Committed patch from Alex Meyer-Gleaves to add support for scanning for types closing a given open generic type (AsClosedTypesOf).
Committed patch for issue 166 from Alex Ilyin (setting multiple properties via XML config).
Thanks everyone who contributed to this preview!
We're getting close to a beta soon - I've done triage in the issue tracker and will post an update to http://nblumhardt.com describing what is left to be done.