1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PredicateContext.Consumer not longer returns null, but instead throws an exception. Fixes #694. More... almost 4 years ago
Fixed StyleCop warnings (in preparation for use of source code analyzer). More... almost 4 years ago
Added required deserialization constructor for .NET 4.6.1. #791. More... almost 4 years ago
Exceptions were not serializable in .NET 4.6.1 version. #791. More... almost 4 years ago
The default lifestyle mismatch behavior is now set to 'loosened' by default, meaning that Scoped dependencies can be injected into Transients. Fixes #816. More... almost 4 years ago
Split the SimpleInjector.Integration.AspNetCore.Mvc.Core library/package into two seperate packages: Fixes #587. More... almost 4 years ago
Further optimized performance of ContainerControlledCollection<T> using a Lazy<InstanceProducer[]> instead of Lazy<InstanceProducer>[] and implemented a custom enumerator. More... almost 4 years ago
Added file header template to editor config (net VS 16.6 feature). More... almost 4 years ago
Merge branch 'feature-393' of https://github.com/simpleinjector/SimpleInjector into feature-393 More... almost 4 years ago
Merge branch 'feature-791' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... almost 4 years ago
InstanceProducer.ImplementationType property added to receive the originally registered implementation Type. InstanceProducer.Registration.ImplementationType was unreliable, because it changes after decorators are applied. #393 More... almost 4 years ago
InstanceProducer.ImplementationType property added to receive the originally registered implementation Type. InstanceProducer.Registration.ImplementationType was unreliable, because it changes after decorators are applied. #393 More... almost 4 years ago
Prevented the breaking change of making InstanceProducer abstract. #393. More... almost 4 years ago
Prevented the breaking change of making InstanceProducer abstract. #393. More... almost 4 years ago
Allowed InstanceProducer<T> to be injected and used as factories. Breaking change: InstanceProducer is now abstract. Creation must be done through InstanceProducer.Create or "new InstanceProducer<T>". Fixes #393. More... almost 4 years ago
Allowed InstanceProducer<T> to be injected and used as factories. Breaking change: InstanceProducer is now abstract. Creation must be done through InstanceProducer.Create or "new InstanceProducer<T>". Fixes #393. More... almost 4 years ago
Removed all explanations that a null reference is "Nothing in VB." Reasons: More... about 4 years ago
Dropped support for decorating uncontrolled collections using a singleton decorator. Fixes #700 More... about 4 years ago
Fixed problem where streams would create the first element prematurely. Fixes #815. More... about 4 years ago
Added unit tests. Fixes #742. More... about 4 years ago
Fixed StyleCop violations. More... about 4 years ago
Improved performance of iterating collections with +- 33%. More... about 4 years ago
Empty line removed. #791. More... about 4 years ago
Ensured that container is marked as disposed after calling DisposeAsync, and ensured the stack trace is stored after calling DisposeAsync. #791. More... about 4 years ago
Made the behavior of DisposeAsync identical to Dispose. DisposeAync will also call all IDisposable.Dispose methods and calling Scope.Dispose will be a no-op after calling Scope.DisposeAsync. Also changed the locking behavior of Scope. Disposing is now not thread safe any longer. This didn't make much sense, as no one in their right mind would dispose from multiple threads. #791. More... about 4 years ago
Allowed COM Objects to be registered as singletons. Fixes #589. More... about 4 years ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... about 4 years ago
Merge pull request #813 from Bouke/patch-1 More... about 4 years ago
Fixed typo More... about 4 years ago
Fixed typo More... about 4 years ago