awesome7 / XamAR

Cross-platform Augmented Reality (AR) SDK for Xamarin
https://xamar.io
MIT License
33 stars 6 forks source link

Bump DryIoc.dll from 4.7.8 to 5.0.0 in /src #63

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps DryIoc.dll from 4.7.8 to 5.0.0.

Release notes

Sourced from DryIoc.dll's releases.

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

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

v4.8.5 NY bug-fix

fix for the RegisterInstance of the null instance

v4.8.4 Bug-fix release

  • fixed: #434 ReturnDefaultIfNotRegistered is not respected between scopes
  • fixed: #435 hangfire use dryioc report ContainerIsDisposed

v4.8.3 Bug-fix release

  • fixed: #418 Resolving interfaces with covariant type parameter fails when using RegisterMapping
  • fixed: #432 Resolving interfaces with contravariant type parameter fails with RegisteringImplementationNotAssignableToServiceType error

v4.8.2 Improvement release

  • fixed: #429 Memory leak on MS DI with Disposable Transient

v4.8.1 Bug-fix release

... (truncated)

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[bot] commented 2 years ago

Superseded by #65.