Skip to content

Releases: seesharper/LightInject.Interception

v2.0.4

27 Sep 19:24
e85d697
Compare
Choose a tag to compare

Change Log

v2.0.4 (9/27/2021)

Full Changelog

Merged Pull Requests

#32 copy original constructor parameter attributes (9/23/2021) #33 (kemsky)

Fixes #32
Update build system (9/23/2021) #34 (seesharper)

This PR updates the AppVeyor CI build, Coverlet and other build-related deps
Bumped to 2.0.4 (9/23/2021) #35 (seesharper)

This PR bumps the version to 2.0.4
Updated NuGet API key (9/27/2021) #36 (seesharper)

This PR updates the NuGet API key needed to push packages to NuGet

Closed Issues

  • This package is not compatible with Annotations (9/23/2021) #32 (kemsky)

v2.0.3

24 Jun 21:24
e2c1f3f
Compare
Choose a tag to compare

Change Log

v2.0.3 (6/24/2019)

Full Changelog

Merged Pull Requests

Build on mono (5/8/2019) #25 (seesharper)

Adds support for building and testing on mono
Use GetRuntimeInterfaceMap to properly map methods in inherited classes (#21) (6/24/2019) #27 (cnshenj)

Fix for issue #21.
Bumped to version 2.0.3 (6/24/2019) #28 (seesharper)

Prepare 2.0.3 release
SDK style source package (6/24/2019) #30 (seesharper)

This PR adds support for SDK style source package.

Closed Issues

  • Intercept methods that have a custom attribute (8/18/2018) #17 (leandro86)
  • Xamarin.iOS AOT (8/21/2018) #20 (xlievo)

v2.0.2

18 Aug 09:37
68b7e40
Compare
Choose a tag to compare

Change Log

v2.0.2 (8/18/2018)

Full Changelog

Merged Pull Requests

  • Add property to access, in IInvocationInfo, the underlying target class method, if the proxy is an interface. (8/18/2018) #18 (leandro86)
  • Prepare release 2.0.2 (8/18/2018) #19 (seesharper)

v2.0.1

05 Jun 13:16
Compare
Choose a tag to compare

Change Log

v2.0.1 (6/5/2018)

Full Changelog

Merged Pull Requests

Closed Issues

  • Question: Intercepting async and non-async methods (9/8/2017) #9 (eugene-chehovskoy)
  • Build with DotNet (NetStandard) (9/13/2017) #12 (seesharper)
  • Could not load type with LightInject.Interception + Microsoft DI (9/13/2017) #13 (blipson89)
  • Add parameter names to intercepted methods (6/4/2018) #14 (seesharper)