MO2k4 / CleanCode

ReSharper/Rider Plugin
MIT License
64 stars 9 forks source link

Bump JetBrains.RdFramework from 2022.3.3 to 2023.1.1 in /src/dotnet #147

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps JetBrains.RdFramework from 2022.3.3 to 2023.1.1.

Release notes

Sourced from JetBrains.RdFramework's releases.

2023.1.1

Added

  • rd-net: support for more than 7 arguments in method calls
  • rd-net: Add overloads for IRdEndpoint::Set

Changed

  • rd-kt: Do not use advise priority to submit ext created signal

2023.1.0

Added

Changed

Removed

  • (breaking!) rd-net: rework of RdReflection APIs, see JetBrains/rd#363 for migration guide

Fixed

  • rd-net: Fix unaligned memory access in UnsafeReader.ReadDouble() and UnsafeWriter.Write(double) on Linux ARM32 by @​k15tfu in JetBrains/rd#360

Full Changelog: https://github.com/JetBrains/rd/compare/2022.3.4...2023.1.0

2022.3.4

Changed

  • rd-net: RdReflection: generic parameters are allowed in Intrinsic4
  • rd-net, rd-kt: Cancel rdTask when passed lifetime is already Terminated
  • rd-kt: FIx stofl in getLogger
  • rd-kt: Optimize getLogger
Commits
  • f97a39b Merge pull request #370 from JetBrains/version-20203.1.1
  • 612659f Release 2023.1.1
  • 8c39063 Merge pull request #369 from JetBrains/RdSendpoing-set-usov
  • 971c3fc Add overloads IRdEndpoint::Set
  • 41d8965 Merge pull request #368 from JetBrains/moklev-fix-priority-advise
  • bd202e1 Leave advise priority section to submit ext created signal
  • 80357c1 Merge pull request #365 from JetBrains/au-calls
  • 6e0e4f0 RdReflection proxy: support for more than 7 arguments in method calls
  • e6be56c RdReflection serializers rework
  • 178165a ReflectionUtil: general-purpose Call method with captured stack
  • 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[bot] commented 1 year ago

Superseded by #154.