github simpleinjector/SimpleInjector v3.3
Simple Injector v3.3

latest releases: v5.5.0, v5.4.6, v5.4.5...
7 years ago

Release Notes

If you're upgrading from v2.x, please make sure you upgrade your application to the latest 2.8.x version of Simple Injector first. please read the v3.0 release notes before upgrading to v3.x.

The most prominent changes in Simple Injector v3.3 are the addition of the Container.Options.DefaultLifestyle property to simplify changing the default lifestyle and the deprecation of old API that will be removed in v4.

Please goto NuGet to download this release.

New features and improvements for the SimpleInjector.dll

  • Added ContainerOptions.DefaultLifestyle property to make it easier to override the default (transient) lifestyle. (fixes #313)
  • Improved error message in case a registration couldn't be resolved caused by incorrect dynamic assembly loading. (fixes #325)
  • Marked ContainerOptions.ResolveUnregisteredCollections obsolete. (fixes #303)
  • Removed unneeded dependencies in .NETStandard NuGet release. (fixes #312)

New features and improvements for the SimpleInjector.Integration.Web.dll

  • Marked RegisterPerWebRequest extension method obsolete. (fixes #303)

New features and improvements for the SimpleInjector.Integration.Wcf.dll

  • Marked RegisterPerWcfOperation and GetCurrentWcfOperationScope methods obsolete. (fixes #303)
  • Marked WcfOperationLifestyle ctor overloads that allow controlling disposal obsolete. (fixes #307)
  • Marked WebRequestLifestyle ctor overloads that allow controlling disposal obsolete. (fixes #307)

New features and improvements for the SimpleInjector.Extensions.LifetimeScoping.dll

  • Marked RegisterLifetimeScope and GetCurrentLifetimeScope methods obsolete. (fixes #303)
  • Marked LifetimeScopeLifestyle ctor overloads that allow controlling disposal obsolete. (fixes #307)

New features and improvements for the SimpleInjector.Integration.WebApi.dll

  • Marked RegisterWebApiRequest method obsolete. (fixes #303)
  • Marked WebApiRequestLifestyle ctor overloads that allow controlling disposal obsolete. (fixes #307)

New features and improvements for the SimpleInjector.Extensions.ExecutionContextScoping.dll

  • Marked ExecutionContextScopeLifestyle ctor overloads that allow controlling disposal obsolete. (fixes #307)

Don't miss a new SimpleInjector release

NewReleases is sending notifications on new releases.