[Experimental] .NET bindings + Avalonia example via Diplomat .NET backend#1378
Draft
irvingouj@Devolutions (irvingoujAtDevolution) wants to merge 2 commits into
Draft
Conversation
…dings Move the diplomat / diplomat-runtime git dependencies from the floating `dotnet-picky-ironrdp-compat` branch to the fixed commit 882006b1 — the reviewed and merged .NET backend (rust-diplomat/diplomat#1164, content- identical to upstream merge dbbfc3e0). Regenerated C# bindings; the delta is documentation-only (lifetime <remarks> warnings + a grammar fix), with no public API or behavior change. Verified end-to-end: cdylib builds against the pinned commit, C# bindings build and pack, and the Avalonia example establishes a live RDP session (active stage + clipboard channel).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this is
Experimental C# bindings (
Devolutions.IronRdp) for IronRDP, generated by the Diplomat .NET backend, plus an Avalonia example client that drives them.Diplomat dependency
The Diplomat .NET backend was upstreamed in rust-diplomat/diplomat#1164. This branch pins the
diplomat/diplomat-runtimegit dependencies to the reviewed+merged commit882006b1(content-identical to upstream mergedbbfc3e0) instead of floating on a development branch.The most recent commit moves that pin and regenerates the bindings; the regeneration delta is documentation-only (lifetime
<remarks>warnings + a grammar fix) — no public API or behavior change.Validation done locally
GeneratePackageOnBuild)Known caveats / follow-ups
xtask/src/ffi.rsstill installsdiplomat-toolfrom a fork branch — should move to upstream now that fix(rdpsnd): handle AudioFormat renegotiation in Ready state #1164 is merged.xtask ffi buildhardcodes./target/; breaks under a customCARGO_TARGET_DIR.rust-diplomat/diplomatto drop the fork entirely.