feat: add C# bindings for ant-ffi#22
Merged
Nic-dorman merged 5 commits intomaidsafe:mainfrom Feb 6, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Runs on push/PR to main: - Builds Rust FFI library - Builds C# bindings with dotnet - Runs unit tests (integration tests excluded) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The dependabot bump to 0.10.0 was incomplete. This adds the required API changes: - Network::custom() now takes 4th parameter (royalties_pk_hex) - file_cost() now takes follow_symlinks and include_hidden params - dir_upload/dir_upload_public now take Wallet directly - file_content_upload uses BulkPaymentOption via .into() - dir_content_upload uses BulkPaymentOption via .into() Updated bindings: - PHP: Network.php, RustBuffer.php, ant_ffi.h - Swift: Regenerated UniFFI bindings Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
… API Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
58512ec to
2f402ea
Compare
… 0.10.0 API Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2f402ea to
f70e908
Compare
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.
Summary
Test plan