Skip to content

Releases: seesharper/LightInject.Microsoft.DependencyInjection

v3.4.0

08 Nov 20:07
c173fc3
Compare
Choose a tag to compare

Change Log

v3.4.0 (11/08/2021)

Full Changelog

Merged Pull Requests

Update to 6.0 release packages (11/08/2021) #192 (seesharper)

This PR updates dependencies to 6.0 release packages and also adds support for IServiceProviderIsService

Closed Issues

  • Add possiblity to customize container and lifetimes on CreateServiceProvider (10/01/2021) #191 (feO2x)

3.4.0-preview1

02 Sep 12:04
Compare
Choose a tag to compare
3.4.0-preview1 Pre-release
Pre-release

Change Log

3.4.0-preview1 (09/02/2021)

Full Changelog

Merged Pull Requests

Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0 in /src (11/09/2020) #162 (dependabot-preview)

Bumps Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v16.8.0

See the release notes here.

v16.8.0-preview-20200921-01

See the release notes here.

v16.8.0-preview-20200812-03

See the release notes here.

v16.8.0-preview-20200806-02

See the release notes here.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
**Implement optional ISupportRequiredService on LightInjectServiceProvider (12/11/2020) [\#170](https://github.com//pull/170) ([billwerk-andi](https://github.com/billwerk-andi))**

I've added an implementation for the optional Microsoft.Extensions.DependencyInjection.ISupportRequiredService interface to the LightInjectServiceProvider. This replaces the generic exception thown by GetRequiredService<T>(IServiceProvider) with the original exception thrown by LightInject.

Documentation can be found here: https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.isupportrequiredservice
Bump setup-dotnet (12/10/2020) #171 (seesharper)

This PR bump actions/setup-dotnet to 1.7.2
Bumped all deps their latest versions (09/01/2021) #190 (seesharper)

This PR bump all deps to their latest versions

Closed Issues

  • Scoped instances can be injected into Singleton instances (08/10/2021) #148 (wzchua)

v3.3.6

21 Oct 21:20
5363663
Compare
Choose a tag to compare

Change Log

v3.3.6 (10/21/2020)

Full Changelog

Merged Pull Requests

Pass rootscope from PerRootScopeLifeTime (10/21/2020) #161 (seesharper)

This PR fixes a bug where we injected a scoped instance into a singleton. The scoped instance got disposed under the feet of the singleton when we disposed the scope and we discovered an error related to accessing a disposed object. Yet another test that should have been covered by the tests provided by Microsoft.Extensions.DependencyInjection.Specification.Tests 👍

v3.3.5

20 Oct 12:58
fd06b5e
Compare
Choose a tag to compare

Change Log

v3.3.5 (10/20/2020)

Full Changelog

Merged Pull Requests

Bumped deps (10/20/2020) #160 (seesharper)

v3.3.4

16 Oct 19:13
f6e2fda
Compare
Choose a tag to compare

Change Log

v3.3.4 (10/16/2020)

Full Changelog

Merged Pull Requests

Bumped all deps (10/16/2020) #158 (seesharper)

This PR bump all deps to their latest versions

v3.3.3

23 Sep 16:58
a359721
Compare
Choose a tag to compare

Change Log

v3.3.3 (09/23/2020)

Full Changelog

Merged Pull Requests

Use netstandard2.0 again (09/23/2020) #153 (seesharper)

Accidentally retargeted to netcoreapp3.1. Back to netstandard2.0

v3.3.2

23 Sep 16:00
c63b765
Compare
Choose a tag to compare

Change Log

v3.3.2 (09/23/2020)

Full Changelog

Merged Pull Requests

Bump BenchmarkDotNet from 0.12.0 to 0.12.1 in /src (06/10/2020) #125 (dependabot-preview)

Bumps BenchmarkDotNet from 0.12.0 to 0.12.1.

Commits
  • 384d479 Set library version: 0.12.1
  • 12798ed Update documentation
  • 928fb1e EventPipeProfiler doc improvements (#1419)
  • 76a0704 EventPipeProfiler documentation (#1418)
  • 2de040d Bump perfolizer version from 0.2.0 to 0.2.1
  • e728974 Add v0.12.1 highlights
  • 53d090a Fix documentation.md
  • f457e7f Prepare v0.12.1 changelog
  • b503fd7 Bump DocFX version from 2.46 to 2.51
  • f6dcd32 Add BenchmarkDotNet.Annotations in API documentation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
**Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1 in /src (04/27/2020) [\#127](https://github.com//pull/127) ([dependabot-preview](https://github.com/apps/dependabot-preview))**

Bumps Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v16.6.1

See the release notes here.

v16.6.0

✔ 16.6.1 was released, use that instead.

🔥 VSTest release 16.6.0 has a major bug in Fakes in vstest.console. The 16.6.0 packages are unlisted from nuget.org, with the exception of Microsoft.NET.Test.SDK and it's dependencies which are not impacted by this problem. Please see: microsoft/vstest#2408

See the release notes here.

v16.6.0-preview-20200318-01

See the release notes here.

v16.6.0-preview-20200310-03

See the release notes here.

v16.6.0-preview-20200309-01

See the release notes here.

v16.6.0-preview-20200226-03

See the release notes here.

Commits

[![Dependabot compatibility ...

Read more

v3.3.1

17 Mar 22:40
2c32d36
Compare
Choose a tag to compare

Change Log

v3.3.1 (03/17/2020)

Full Changelog

Merged Pull Requests

Bumped dependencies (03/17/2020) #120 (seesharper)

This PR bumpes dependencies to their latest version

v3.3.0

26 Feb 13:58
412566e
Compare
Choose a tag to compare

Change Log

v3.3.0 (02/26/2020)

Full Changelog

Merged Pull Requests

Enable optional arguments by default (02/26/2020) #116 (seesharper)

v3.2.2

12 Feb 12:57
20799d3
Compare
Choose a tag to compare

Change Log

v3.2.2 (02/12/2020)

Full Changelog

Merged Pull Requests

Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0 in /src (02/12/2020) #99 (dependabot-preview)

Bumps Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
**Bump Microsoft.Extensions.DependencyInjection.Specification.Tests from 3.0.0 to 3.1.1 in /src (02/12/2020) [\#104](https://github.com//pull/104) ([dependabot-preview](https://github.com/apps/dependabot-preview))**

Bumps Microsoft.Extensions.DependencyInjection.Specification.Tests from 3.0.0 to 3.1.1.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Specification.Tests's releases.

.NET Core 3.1.0-preview3

Release Notes Install Instructions

Repos

.NET Core 3.1.0-preview2

Release Notes Install Instructions

Repos

.NET Core 3.1.0 Preview 1

Release Notes Download and Install

Repos

Read more