Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@seesharper seesharper released this 06 Nov 23:27
818b50b

Change Log

v7.0.0 (11/06/2024)

Full Changelog

Merged Pull Requests

Master (08/12/2023) #591 (oliverscode)

Fix test code errors
Fix typo in readme.md (08/15/2023) #592 (tompazourek)

Added compatibility with Microsoft.Extensions.DependencyInjection for keyed services. (11/06/2024) #599 (seesharper)

This PR adds the EnableMicrosoftCompatibility option which makes LightInject compatible with Microsoft.Extensions.DependencyInjection.

This includes support for keyed services which is now part of Microsoft.Extensions.DependencyInjection
Use Net8 and bumped all deps (11/06/2024) #601 (seesharper)

Closed Issues

  • CanGetInstance throws System.ArgumentNullException when called with an unregistered serviceType and null serviceName (04/09/2024) #578 (mesakomarevich)