1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'v5.0.x' of https://github.com/simpleinjector/SimpleInjector into bug-857 More... over 3 years ago
Merge pull request #856 from kwlin/bug-836 More... over 3 years ago
Fixed issue to allow conditionally different instances of the same type services #836 More... over 3 years ago
Allowed conditional registrations to be made in AllowOverridingRegistrations mode in case no registrations for the same service type exist. Fixes #850. More... over 3 years ago
Fixed incorrect debugger display attribute. Thanks to @GeraldLx. More... over 3 years ago
Merge branch 'v5.0.x' of https://github.com/simpleinjector/SimpleInjector More... over 3 years ago
Added lookalike detection to Auto-Registration. More... almost 4 years ago
Merge branch 'v5.0.x' of https://github.com/simpleinjector/SimpleInjector More... almost 4 years ago
Allowed collections containing Scoped components to be resolved from Scope while the application uses Flowing/Closure model. Fixes #829 More... almost 4 years ago
Moved all existing ScopedLifestyle.Flowing tests to a new test class. #829 More... almost 4 years ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... almost 4 years ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector More... almost 4 years ago
Merge pull request #824 from davidroth/docu-fix More... almost 4 years ago
Fixed ResolveUnregisteredConcreteTypes documentation to reflect the new default (false). More... almost 4 years ago
Updated readme.md More... almost 4 years ago
Missing .NET Standard 2.1 lib added in SimpleInjector NuGet package. More... almost 4 years ago
Moved (ASP).NET Core integration packages to different repository: https://github.com/simpleinjector/SimpleInjector.Integration.AspNetCore/ More... almost 4 years ago
Cleaned ip Code Samples. More... almost 4 years ago
Fixed build problems due to invalid version of PartialTrustTestRunner. More... almost 4 years ago
Added tests for IAsyncDisposable. #791 More... almost 4 years ago
DisposableTransientComponentAnalyzer accidentally promoted the full interface names instead of the simplified name. #791 More... almost 4 years ago
Prevented new unneeded object to be creatred. More... almost 4 years ago
DisposableTransientComponentAnalyzer now verifies for IAsyncDisposable as well. #791 More... almost 4 years ago
Outdated comment removed. More... almost 4 years ago
Removed unused optimization. More... almost 4 years ago
Code cleanup in SingletonLifestyle and prevented dynamic assembly compilation to kick in on singletons (because there are only downsides in doing this). More... almost 4 years ago
Merge branch 'feature-393' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... almost 4 years ago
Merge branch 'feature-820' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... almost 4 years ago
New public InstanceProducer.Create methods removed. Not needed any longer. #393 More... almost 4 years ago
Replaced injection of InstanceProducer<T> with new DependencyMetadata<T>. #393 More... almost 4 years ago