Skip to content

v6.6.2

Compare
Choose a tag to compare
@seesharper seesharper released this 29 Dec 23:58
· 15 commits to master since this release
13624c8

Change Log

v6.6.2 (12/29/2022)

Full Changelog

Merged Pull Requests

Added decorator test to prove that we can return without recorating (10/03/2022) #576 (seesharper)

Fixed issue #578 by setting serviceName to string.Empty if no registrations for the specified serviceType are found. (10/23/2022) #579 (mesakomarevich)

Fixed issue #578 and updated the unit tests that call CanGetInstance to cover null, empty, and whitespace values for the serviceName argument.
Bugfix dispose decorators as singleton (12/29/2022) #582 (seesharper)

Closed Issues