Skip to content

Releases: autofac/Autofac.Wcf

v7.0.0

27 Jan 20:29
Compare
Choose a tag to compare

Breaking Changes

Updated minimum core Autofac to 8.0.0, which includes minor breaking changes and target framework updates. See release notes for core Autofac. (Thanks, @2226cc!)

v6.1.0

18 Jul 15:44
Compare
Choose a tag to compare

What's Changed

  • #28: Missing service registrations will now throw InvalidOperationException instead of NullReferenceException. (Thanks @JarkoDubbeldam! #29)
  • Package now includes README and symbols are published in .snupkg format to NuGet.

Full Changelog: v6.0.0...v6.1.0

v6.0.0

04 Oct 10:50
Compare
Choose a tag to compare

This is a compatibility release for Autofac 6.0

Breaking change: Starting with Autofac 6.0, we now only target netstandard2.0 and netstandard2.1; we have removed the explicit target for net461.

This package therefore now targets net472, instead of net461.

v5.0.0

30 Jan 22:54
Compare
Choose a tag to compare

This release is an update for compatibility with Autofac 5.0.0 and requires that new version. Autofac 5.0.0 does have some breaking changes - see the Autofac release notes for more information.

  • Minimum .NET Framework updated to .NET 4.6.1
  • Support for registering modules that will be added on a per-instance-context basis.

v4.1.0

24 May 21:32
Compare
Choose a tag to compare
  • #1: Added minimum .NET Framework assembly references to the package so referencing the package will also include WCF framework references.
  • #5: Added support for ServiceHost.AddDependencyInjectionBehavior to allow parameters to be provided as part of the manual behavior attachment to a host.

v4.0.0

03 Jan 23:56
Compare
Choose a tag to compare

Verified Autofac 4 support.

v3.0.2

03 Jan 23:54
Compare
Choose a tag to compare

Resolved #3: AutofacInstanceProvider disposes the lifetime scope immediately when an exception is thrown in the constructor of the service being resolved.

v3.0.1

03 Jan 23:53
Compare
Choose a tag to compare

Added AllowPartiallyTrustedCallersAttribute to the assembly.