CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 33
Releases: autofac/Autofac.Extras.DynamicProxy
v7.1.0
Compare
Assets 4
v7.0.0
7104182
Compare
What's Changed
- Update Castle.Core to v5.1.1 (thanks @sstassen-wowcorp!)
- Enabled nullable reference type annotations.
Full Changelog: v6.0.1...v7.0.0
Assets 4
v6.0.1
Compare
What's Changed
- Update the dependency on Autofac to version 6.2.0 by @Dmitrii-Naumov in #44
- Distributing symbols as .snupkg instead of embedded in the .nupkg. Add https://symbols.nuget.org/download/symbols to your list of symbol servers.
New Contributors
- @Dmitrii-Naumov made their first contribution in #44
Full Changelog: v6.0.0...v6.0.1
Assets 4
v6.0.0
d14b34a
Compare
This release is an update for compatibility with Autofac 6.0.0
. The Autofac dependency has been updated to require 6.0.0
or later. There are some breaking changes in 6.0.0
- see the Autofac release notes for more information.
- Fix #40 -
PropertiesAutowired
not working whenEnableInterfaceInterceptors
andAllowCircularDependencies
- Removed
net461
target framework - this also removes the ability to intercept transparent proxies (WCF, .NET Remoting) because those are classic .NET constructs. - Autofac minimum bumped to
6.0.0
Assets 3
v5.0.0
1566ba2
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.
- No longer targeting
net45
ornetstandard1.3
- New targets for
net461
,netstandard2.0
,netstandard2.1
- Minimum Autofac 5.1.0.
Assets 3
v4.5.0
Compare
- Upgrade Castle.Core to 4.3.1 for performance improvements.
- Switched from symbol server to SourceLink support.
Assets 3
v4.4.0
Compare
Updated the Castle.Core minimum version to 4.2.1 due to the new "slow-assembly-versioning" approach taken by Castle.Core. See the "Known Issues" section of the Autofac interceptors doc for additional info.
Assets 3
v4.3.0
Compare
- Updated Castle.Core reference to 4.1.0 to avoid missing System.* package warnings.
- Updated Autofac reference to 4.0.1 to make the full .NET 4.5 framework reference experience smoother.
Assets 3
v4.2.1
Compare
Improved performance of class based dynamic proxies by caching attribute defined interceptor services in registration metadata.
Assets 3
v4.2.0
Compare
Added support for netstandard 1.3 via Castle.Core 4.0.0.