Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps DryIoc.Internal from 4.7.3 to 5.1.0.

Release notes

Sourced from DryIoc.Internal's releases.

## v5.1.0 Small feature and bug-fix release

  • fixed: #486 RegisterInstance in principle does not support non Singleton reuse but InstanceFactory still allows to pass different reuse
  • added: #487 Create CreateChild overload exposing RegistrySharing and childKey arguments

v5.0.2 Bug-fix release

  • fixed: #180 Azure Function DI issue - Anonymously Hosted DynamicMethods Assembly. Object reference not set. (Nullable int optional argument with default int value is set to null)
  • fixed: #475 Exception message for WaitForScopedServiceIsCreatedTimeoutExpired misses the tick number output

v5.0.1 Bug-fix release

  • fixed: #470 Regression in 5.0.0 when resolving Func<IEnumerable<IService>> with Parameter
  • fixed: #471 Regression in 5.0 when using Rules.SelectKeyedOverDefaultFactory
  • fixed: #472 Func with 4 and more arguments is broken in the Interpreter

v5.0.0 Major feature release with the breaking changes

Main achievements:

  • Performance speed-up and the less memory allocations (check README for the benchmarks)
  • More consistent and full API (highlight is on the RegisterDelegate overloads)

Main breaking changes:

  • Removing PCL and .NET 3.5, .NET 4.0 and .NET Standard 1.0 - 1.3 targets
  • Moving ImTools and FastExpressionCompiler sources to the DryIoc.ImTools and DryIoc.FastExpressionCompiler namespaces
  • Removing UseInstance in favour of Use and RegisterInstance methods

Main "until the next version":

  • Improving compile-time capabilities from the current T4 bound solution

The list of closed issues: https://github.com/dadhi/DryIoc/milestone/13?closed=1

v4.8.8 Bug-fix release

  • fixed: #460 Getting instance from parent scope even if replaced by Use

v4.8.7 Bug-fix release

  • fixed: #435 hangfire use dryioc report ContainerIsDisposed
  • fixed: #449 Optional dependency shouldn't treat its own dependencies as optional
  • fixed: #451 Compiler-generated type as a service
  • fixed: #456 One more regression

v4.8.6 Bug-fix release

  • fixed: #446 Resolving a record without registration causes a StackOverflowException

... (truncated)

Commits
  • 682b17c releasing DryIoc v5.1.0
  • ca0fdf1 fixed: #487
  • 2abd974 fixed: #486
  • 3f61ed2 adding back the check for the Scope disposal in the TryGetUsed, because the S...
  • f84ad71 fixed: #483 The used instance was not checked in the upper scopes
  • 35a9f75 added test for #483
  • cc33e16 releasing DI.MS.DI v6.0.2
  • ff62378 fixed: #479 IServiceScopeFactory should be a singleton; service scopes should...
  • 321fa1d releasing DryIoc v5.0.2
  • 2c4bf64 fixing: #180 fixing handling of nullable int with int value and generally def...
  • 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 [DryIoc.Internal](https://github.com/dadhi/DryIoc) from 4.7.3 to 5.1.0.
- [Release notes](https://github.com/dadhi/DryIoc/releases)
- [Commits](dadhi/DryIoc@v4.7.3...v5.1.0)

---
updated-dependencies:
- dependency-name: DryIoc.Internal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 23, 2022
@github-actions github-actions bot added this to the v0.13.0 milestone May 23, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 4, 2022

Superseded by #243.

@dependabot dependabot bot closed this Aug 4, 2022
@dependabot dependabot bot deleted the dependabot/nuget/DryIoc.Internal-5.1.0 branch August 4, 2022 06:08
@github-actions github-actions bot removed this from the v0.13.0 milestone Aug 4, 2022
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants