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
Simplified and improved async disposal in the ASP.NET Core integration package. Now any component implementing IAsyncDisposable will be disposed, not only those that also implement IDisposable. #791. More... about 4 years ago
Added support for IAsyncDisposable in the Core library. Container, ContainerScope, and Scope now implement IAsyncDisposable in the .NET Standard 2.0, .NET Standard 2.1 (new), and .NET 4.6.1 (new) versions of Simple Injector. Fixes #791. More... about 4 years ago
AllowPartiallyTrustedCallers and SecurityTransparent assembly attributes removed. They are not needed (any longer) for running in medium trust (especially since Silverlight is dead for years now). More... about 4 years ago
ReflectionExtensions simplified. Code duplication was required for .NET 4.0, but old version is not supported any longer. More... about 4 years ago
Merge branch 'feature-275' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... about 4 years ago
Added NuGet package generation. #275 More... about 4 years ago
Moved dynamic assembly compilation out of core library and into new project. Fixes #275 More... about 4 years ago
Updated SimpleInjectorTagHelperActivator to work with ResolveUnregisteredConcreteTypes set to false. More... about 4 years ago
Disabled resolving concrete types by default. Fixes #780 More... about 4 years ago
Fixed failing unit tests caused by change in default behavior. #780. More... about 4 years ago
Updated code samples to work with new default ResolveUnregisteredConcreteTypes behavior. #780. More... about 4 years ago
Removed ContextDependentExtensions code samples. This feature has been implemented in v3. More... about 4 years ago
Reformatted, cleaned-up, and improved InterceptorExtensions code samples. More... about 4 years ago
All Simple Injector projects/packages now have a minimum .NET version of 4.5. .NET 4.0 is no longer supported. Fixes #692. More... about 4 years ago
Fixed upper limit of version number in dependency refererence in NuGet package templates. More... about 4 years ago
Removed NuGet package templates for old packages. More... about 4 years ago
Changed signature of IConstructorResolutionBehavior and IDependencyInjectionBehavior. Fixes #557 More... about 4 years ago
Marked obsoleted code as error. Fixes #810 More... about 4 years ago
Removed obsoleted code that is marked for removal in v5. Fixes #809. More... about 4 years ago
Updated default version numbers of project files to 5.0.0. More... about 4 years ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... about 4 years ago
Merge branch 'v4.10.x' of https://github.com/simpleinjector/SimpleInjector More... about 4 years ago
Fixed failing tests related to #811. More... about 4 years ago
Marked Obsolete messages as compile error. Fixes #811. More... about 4 years ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... about 4 years ago
Merge branch 'v4.10.x' of https://github.com/simpleinjector/SimpleInjector More... about 4 years ago
Merge branch 'master' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... about 4 years ago
Merge tag 'v4.10.0' of https://github.com/simpleinjector/SimpleInjector into v5.0.x More... about 4 years ago
Merge tag 'v4.10.0' of https://github.com/simpleinjector/SimpleInjector More... about 4 years ago
Merge branch 'feature-808' of https://github.com/simpleinjector/SimpleInjector into v4.10.x More... about 4 years ago