feat(ffi): expose API for RDCleanPath
Expose RDCleanPath via FFI, enable IronRDP .NET connections via RDCleanPath.
Issue: ARC-310
Please, fix the errors reported by the CI
Also, ideally I would like two PRs:
- One dedicated to exposing the RDCleanPath API, and
- One dedicated to adding the WebSocket helper in the .NET library.
Coverage Report :robot: :gear:
Past: Total lines: 28177 Covered lines: 17394 (61.73%)
New: Total lines: 28177 Covered lines: 17389 (61.71%)
Diff: -0.02%
[this comment will be updated automatically]
Also, ideally I would like two PRs:
* One dedicated to exposing the RDCleanPath API, and * One dedicated to adding the WebSocket helper in the .NET library.
I created this one dedicated for FFI changes, after it's merged I can rebase current PR to master, because the changes in FFI source would not compile without generated C# code. https://github.com/Devolutions/IronRDP/pull/864
Also, ideally I would like two PRs:
* One dedicated to exposing the RDCleanPath API, and* One dedicated to adding the WebSocket helper in the .NET library.I created this one dedicated for FFI changes, after it's merged I can rebase current PR to master, because the changes in FFI source would not compile without generated C# code.
https://github.com/Devolutions/IronRDP/pull/864
Great, thank you!