MO2k4 / CleanCode

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

Bump JetBrains.RdFramework from 2022.3.3 to 2023.2.0 in /src/dotnet #162

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps JetBrains.RdFramework from 2022.3.3 to 2023.2.0.

Release notes

Sourced from JetBrains.RdFramework's releases.

2023.2.0

  • rd-gen: fix default values for nullable struct parameters in C#
  • rd-reflection: built-in serializer improvements
  • rd-reflection: resolve overloads of Write method
  • rd-reflection: allow to override RPC call timeouts with [RpcTimeout]
  • rd-gen: automatic cleanup of temporary files generated
  • rd-kt, rd-net: fix an issue with RdCall not transferring the data that was passed during list initialization
  • rd-kt: declare RdBindableBase::parent as public

2023.1.2

What's Changed

rd-gen

rd-kt

rd-net

rd-net reflection

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

... (truncated)

Commits
  • 4be3193 Release: prepare 2023.2.0
  • 25855af Public read for parent property
  • b9c8f06 Fix RdCall C# part
  • 4f861f8 Fix rdCall with bindable result
  • 65c618f Merge pull request #388 from JetBrains/au-rpc-timeout
  • ce38823 rd-reflection: drop unused attribute
  • 2b0cd15 rd-net: proper disabling reflection tests on net35
  • cc3d3c5 rd-reflection: override RpcTimeout for sync calls
  • ea13c5b Merge pull request #386 from JetBrains/au-built-in-serializers
  • b20740a rd-gen: control the generators file in the task itself
  • 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 #164.