Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Releases: aspnet/DependencyInjection

2.0.0

14 Aug 13:04
Compare
Choose a tag to compare

Bugs Fixed

  • Transient and scoped services are not disposed when resolved using a compiled call site (#541)
  • "Could not resolve service for type" on unreachable path (#514)
  • Mixing open generic and closed types for IEnumerable (#500)
  • ActivatorUtilities exceptions lack context (#386)

2.0.0-preview2

28 Jun 06:29
Compare
Choose a tag to compare
2.0.0-preview2 Pre-release
Pre-release
rel/2.0.0-preview2

Cleanup NuGet.config

2.0.0-preview1

10 May 04:10
Compare
Choose a tag to compare
2.0.0-preview1 Pre-release
Pre-release

Features

  • Turn on scope validation by default (#481)
  • How to dispose top-level IServiceProvider (#338)

Bugs Fixed

  • Dispose services in order (#463)

1.1.1

01 Jun 20:27
Compare
Choose a tag to compare

Bugs Fixed

  • Include scopeValidation race condition fix into a patch release (#493)

1.1.0

16 Nov 16:26
Compare
Choose a tag to compare
rel/1.1.0

Pinning versions for 1.1.0 release

1.1.0-preview1

25 Oct 15:51
Compare
Choose a tag to compare
1.1.0-preview1 Pre-release
Pre-release

Features

  • Proposal: Add IServiceProviderFactory (#442)
  • Throw when accessing a scoped service from a non-scoped service (#88)

Bugs Fixed

  • Update Abstractions project.json description (#420)

1.0.0

27 Jun 14:53
Compare
Choose a tag to compare

Bugs Fixed

  • Unique-ify the names of the various ServiceCollectionExtensions types (#408)

1.0.0-rc2

16 May 17:19
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

Features

  • Add interface to allow container implementors to expose a more native service lookup for required services (#378)
  • Rename AddInstance to AddSingleton (#319)
  • Create a Microsoft.Extensions.DependencyInjection.Specification.Tests package (#270)

Bugs Fixed

  • Should it be possible to add primitive types? (#382)
  • Improve error message for "No parameterless constructor defined for this object" (#310)

1.0.0-rc1

18 Nov 15:28
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Features

  • Rename Microsoft.Framework.* to Microsoft.Extensions.* (#297)

1.0.0-beta8

15 Oct 17:27
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release

Bugs Fixed

  • [PERF] Remove lambda allocation in ServiceProvider.GetService (#282)
  • NeutralResourcesLanguage Warnings on UWP (#256)