1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix: Open-generic registrations for types with generic array generic type arguments couldn't be resolved Fixes #996 More... 2 days ago
Added comments on the creation of InstanceProducers. More... about 1 month ago
Added a second target framework to the DAC assembly, because VS 2022 has trouble compiling without it. More... 4 months ago
Fixed compile error. #966 More... 4 months ago
Different flowing scopes returned the same instance of a scoped component from within a singleton constructor. Fixes #966 More... 4 months ago
Upgraded SHFB project to .NET v4.8. More... 4 months ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector into v5.4.x More... 4 months ago
Build.bat now uses VS 2022 Community edition instead of VS 2019 Community. More... 4 months ago
Fixed unit tests that failed when running inside of Visual Studio 2022. More... 4 months ago
Merge branch 'v5.4.x' of https://github.com/simpleinjector/SimpleInjector More... 5 months ago
Performance improvement when making registrations based on generic service types. Fixes #985 More... 5 months ago
Some small readability improvements and performance improvements in GenericRegistrationEntry. More... 5 months ago
Merge branch 'v5.4.x' of https://github.com/simpleinjector/SimpleInjector More... 5 months ago
Removed a first-chance exception in the happy path of application and improved performance of the registration process. Fixes #984 More... 5 months ago
XML comments cleanup: Reduced fully qualified type named to their simple type names. This was needed long time ago when compiling (can't even remember why, perhaps it was needed for Silverlight or something). More... 6 months ago
Merge branch 'v5.4.x' of https://github.com/simpleinjector/SimpleInjector More... 11 months ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector More... 11 months ago
Fixed outdated XML comments on RegisterInitializer methods. More... 11 months ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector into v5.4.x More... over 1 year ago
Optimization. Saved 8 bytes of memory per InstanceProducer. #956 More... over 1 year ago
Small refactoring in CyclicDependencyValidator. #956 More... over 1 year ago
Comments updated. #956 More... over 1 year ago
The use of ThreadLocal<bool> caused memory leaks in CyclicDependencyValidator. Instead, it now stores thread ids. Fixes #956 More... over 1 year ago
Comments added. More... over 1 year ago
Update README.md More... over 1 year ago
Bug fix: List<T> and T[] collections could only be resolved when the container was set up using the flowing scoped lifestyle. Fixes #948 More... almost 2 years ago
Added an InstanceProcuder.GetInstance(Scope) overload. Fixes #947 More... almost 2 years ago
Merge branch 'v5.1.x' of https://github.com/simpleinjector/SimpleInjector into v5.4.x More... almost 2 years ago
Fixed a bug in IsClosedTypeOf that returned true when type was open generic and a bug in GetClosedTypeOf and GetClosedTypesOf that that allowed open-generic types to be returned. Fixes #951 More... almost 2 years ago
Merge branch 'v5.3.x' of https://github.com/simpleinjector/SimpleInjector More... almost 2 years ago