PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.82k stars 276 forks source link

Bump Tmds.DBus from 0.16.0 to 0.17.0 #777

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps Tmds.DBus from 0.16.0 to 0.17.0.

Release notes

Sourced from Tmds.DBus's releases.

0.17.0

Main feature: The focus of this release is improve trimming/NativeAOT support in the protocol library. Non-compatible members have been annotated and obsoleted. The library adds AOT-friendly types for reading and writing variants: VariantValue and Variant.

Other changes:

  • Protocol: add MethodContext.RequestAborted (tmds/Tmds.DBus#273)
  • Protocol: throw DisconnectedException when trying to use a not-AutoConnect connection that got disconnected (tmds/Tmds.DBus#266)
  • Tool: if there is an exception, print the interface XML that triggered it (tmds/Tmds.DBus#269)
Commits
  • 51e6dca Fix DisposeTriggersRequestAborted test.
  • 3c7b318 Bump version to 0.17.0. (#276)
  • a45313d Protocol: limit max size hint. (#275)
  • 1efa047 Protocol: add MethodContext.RequestAborted. (#273)
  • 070ee4d README: update to focus on the protocol library. (#272)
  • 471b523 Tool: ProtocolGenerator: use trimming/aot-safe methods only. (#271)
  • e27e974 Protocol: make some members non-public. (#270)
  • 8efb8d2 Tool: codegen: if there's an exception, print the interface xml that triggere...
  • 066b15d Protocol: add documentation for trimming/NativeAOT. (#268)
  • 95f92ba Protocol: write byte as byte. (#267)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)