Skip to content

Bump Castle.Core from 4.4.0 to 4.4.1#124

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Castle.Core-4.4.1
Closed

Bump Castle.Core from 4.4.0 to 4.4.1#124
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Castle.Core-4.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2021

Bumps Castle.Core from 4.4.0 to 4.4.1.

Release notes

Sourced from Castle.Core's releases.

4.4.1

Bugfixes:

  • Prevent method name collisions when a proxy type implements more than two identically named interfaces having one or more identically named methods each. Name collisions are avoided by including the declaring types' namespaces in the proxy type's method names. (@stakx, #469)
  • Reduce lock contention while generating new proxy types which previously blocked new proxy instances (@tangdf, #484)
  • Fix mixins where proxy constructor fields were ordered differently to interfaces because of different case comparisons (@zapov, #475)
  • Fix proxy generation for types having only a private protected constructor (@mriehm, #491)
Changelog

Sourced from Castle.Core's changelog.

4.4.1 (2020-05-06)

Bugfixes:

  • Prevent method name collisions when a proxy type implements more than two identically named interfaces having one or more identically named methods each. Name collisions are avoided by including the declaring types' namespaces in the proxy type's method names. (@stakx, #469)
  • Reduce lock contention while generating new proxy types which previously blocked new proxy instances (@tangdf, #484)
  • Fix mixins where proxy constructor fields were ordered differently to interfaces because of different case comparisons (@zapov, #475)
  • Fix proxy generation for types having only a private protected constructor (@mriehm, #491)
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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 25, 2021
@dependabot dependabot bot requested a review from JSkimming January 25, 2021 00:48
@coveralls
Copy link
Copy Markdown

coveralls commented Jan 25, 2021

Pull Request Test Coverage Report for Build 1828227843

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 1828225144: 0.0%
Covered Lines: 220
Relevant Lines: 220

💛 - Coveralls

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 25, 2021

Codecov Report

Merging #124 (be065d3) into master (30efdac) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #124   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          220       220           
=========================================
  Hits           220       220           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 277d801...be065d3. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch 2 times, most recently from b511bdd to 012fe49 Compare February 24, 2021 09:53
@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch from 012fe49 to aaf2a50 Compare April 2, 2021 13:54
@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch from aaf2a50 to 9281355 Compare May 26, 2021 06:47
@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch from 9281355 to 2184f22 Compare July 21, 2021 11:22
@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch from 2184f22 to 0b7c7b4 Compare August 16, 2021 12:16
@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch 5 times, most recently from 5523d44 to 8016ad1 Compare January 31, 2022 15:08
@JSkimming
Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch 3 times, most recently from 7ede68e to f7b93f8 Compare February 11, 2022 08:06
@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch from f7b93f8 to deb0ac0 Compare February 17, 2022 00:41
@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch 2 times, most recently from e950c91 to 08664e6 Compare May 4, 2022 23:11
Bumps [Castle.Core](https://github.com/castleproject/Core) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/castleproject/Core/releases)
- [Changelog](https://github.com/castleproject/Core/blob/master/CHANGELOG.md)
- [Commits](castleproject/Core@v4.4.0...v4.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Castle.Core-4.4.1 branch from 08664e6 to be065d3 Compare May 5, 2022 23:14
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 11, 2022

Superseded by #152.

@dependabot dependabot bot closed this May 11, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Castle.Core-4.4.1 branch May 11, 2022 23:09
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.

2 participants