Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

build(deps): Bump Autofac from 6.1.0 to 6.2.0 #297

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2021

Bumps Autofac from 6.1.0 to 6.2.0.

Release notes

Sourced from Autofac's releases.

v6.2.0

Resolved issues / PRs:

  • #215: You can now use RegisterAssemblyOpenGenericTypes to do assembly scanning and register open generics! (#1232 / #1246)
  • #1211: Added ConfigurePipeline to IComponentRegistration to allow easier registration pipeline modification (related to #1211)
  • #1238: Static and constructors are no longer considered for reflection (#1239)
  • #1252: Behavior of ConcurrentBag on different platforms resulted in a memory leak in OnActivated usage; we now flush the ConcurrentBag of registrations on disposal of a lifetime scope (#1257)
Commits
  • bf50d85 Semver => 6.2.0
  • bd51483 Roll MyGet deployment key.
  • f52dc4d Merge pull request #1257 from alistairjevans/develop
  • ba23a02 Fix memory leak due to use of ConcurrentBag for registrations by ensuring we ...
  • 3ca27f8 Merge pull request #1246 from RaymondHuy/OpenGenericScanningExtensions
  • 3282ad8 add test case
  • 67e0877 add missing testcase
  • ec72623 Change method name
  • 5c04bf6 Forgot WithAttributeFiltering on the test.
  • 5959987 Added failing unit test for #1250
  • 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)

Bumps [Autofac](https://github.com/autofac/Autofac) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/autofac/Autofac/releases)
- [Commits](autofac/Autofac@v6.1.0...v6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 26, 2021
@CarlosPavajeau CarlosPavajeau merged commit 060814d into master Apr 26, 2021
@CarlosPavajeau CarlosPavajeau deleted the dependabot/nuget/Autofac-6.2.0 branch April 26, 2021 13:38
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant