Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LightInject from 6.3.4 to 6.4.0 #141

Merged
merged 1 commit into from
Dec 12, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2020

Bumps LightInject from 6.3.4 to 6.4.0.

Release notes

Sourced from LightInject's releases.

v6.4.0

Change Log

v6.4.0 (10/19/2020)

Full Changelog

Merged Pull Requests

Bugfix/initializer (10/19/2020) #547 (seesharper)

This PR fixes a potential bug where we didn't pass the current scope to the Initialize method. Also added a new Initialize overload that filters initialization by the TService generic argument.

v6.3.6

Change Log

v6.3.6 (10/16/2020)

Full Changelog

Merged Pull Requests

Bugfix/execute override only once (10/16/2020) #546 (seesharper)

This PR ensures that service overrides are executed only once. This is really important since we can choose to alter the lifetime of a registration.

v6.3.5

Change Log

v6.3.5 (9/23/2020)

Full Changelog

Merged Pull Requests

Corrected order of parameters (6/30/2020) #533 (Illedan)

Fixes a simple typo in the Readme. Fix code styles in readme (8/20/2020) #536 (rstm-sf)

Hello!

Fix code highlighting in this

Also, whitespace and long method parameters were fixed to make it more readable Non-closing singleton lifetime (9/17/2020) #540 (seesharper)

This PR removes the last pieces that actually closes over a scope.

Also moved to Coverlet.Collections instead of Coverlet.MsBuild for code coverage Bugfix release notes (9/18/2020) #541 (seesharper)

... (truncated)

Commits
  • 751db2a Merge pull request #547 from seesharper/bugfix/initializer
  • 15be522 Bumped to version 6.4.0
  • 617b031 Ensure scope is passed to iniiialize method
  • f32dc7b Added generic initialize method and test
  • 4714d1b Merge pull request #546 from seesharper/bugfix/execute-override-only-once
  • cb0dc3b Stylecop fixes
  • 89d9a75 cleanup
  • cfb19c4 Ensure overrides are executed only once
  • 6cfa5db Merge pull request #544 from seesharper/build/skip-2.1-install
  • 90e4549 Removed explicit 2.1 install in build script
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2020
@iancooper iancooper merged commit 23e5e92 into master Dec 12, 2020
@dependabot dependabot bot deleted the dependabot/nuget/LightInject-6.4.0 branch December 12, 2020 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant