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

Bump Autofac from 5.1.2 to 5.2.0 #63

Merged
merged 1 commit into from
May 12, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps Autofac from 5.1.2 to 5.2.0.

Release notes

Sourced from Autofac's releases.

v5.2.0

Fixes:

  • #1108: OnActivating() and OnActivated() should now act more consistently with decorators than it previously did.
  • #1113: Lifetime scope discrepancies between different decorated implementations should no longer cause problems with IEnumerable<T> resolutions.

Thanks to @VonOgre for a ton of great work on this one.

v5.1.4

#1111 / #1102 - Minor update to handling of provided instances with OnRelease.

v5.1.3

Issues resolved:

  • #1089: Owned instances now allow for async disposal.
  • #1094: InstancePerOwned now works correctly with keyed registrations.
  • #1099: ACTNARS can now resolve generic types with abstract type arguments.
  • #1102: Provided instances should now have OnRelease called when the container is disposed regardless of whether the instances themselves were resolved from the container.
  • #1107: The new() generic type constraint should now be correctly handled in open generic registrations.
Commits
  • 8b7eef8 Guess you can't set custom variables.
  • bb99047 This isn't like AzDO.
  • a30698b AppVeyor patch in VersionPrefix.
  • 67717d5 Merge pull request #1117 from VonOgre/develop
  • 48f857d PR feedback updates
  • 3b4a080 Merge pull request #1119 from alsami/develop
  • e2f58d7 chore: remove not required csproj meta-data for netstandard1.1
  • 4a476e2 Doc comment tweak
  • e4f4c1f Convert shared instance storage to use ValueTuple key
  • 20ec12c Merge pull request #1116 from VonOgre/feature/benchmarks
  • 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [Autofac](https://github.com/autofac/Autofac) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/autofac/Autofac/releases)
- [Commits](autofac/Autofac@v5.1.2...v5.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 12, 2020
@Aaronontheweb
Copy link
Member

@dependabot squash and merge

@dependabot-preview dependabot-preview bot merged commit 605cabc into dev May 12, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Autofac-5.2.0 branch May 12, 2020 16:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant