Skip to content

[CryptoTokenKit] Update bindings all the way to Xcode 26.4#25025

Merged
dalexsoto merged 3 commits intomainfrom
dev/alex/CryptoTokenKit
Apr 1, 2026
Merged

[CryptoTokenKit] Update bindings all the way to Xcode 26.4#25025
dalexsoto merged 3 commits intomainfrom
dev/alex/CryptoTokenKit

Conversation

@dalexsoto
Copy link
Copy Markdown
Member

No description provided.

@dalexsoto dalexsoto requested a review from rolfbjarne March 25, 2026 21:23
@dalexsoto dalexsoto added this to the xcode26.4 milestone Mar 25, 2026
@dalexsoto dalexsoto enabled auto-merge (squash) March 25, 2026 21:39
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

<returns>
<para class="improve-task-t-return-type-description">A task that represents the asynchronous CreateNfcSlot operation. The value of the TResult parameter is of type System.Action&lt;CryptoTokenKit.TKSmartCardSlotNFCSession,Foundation.NSError&gt;.</para>
</returns>
<remarks>To be added.</remarks>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot should never add 'To be added.'

[iOS (26, 0), Mac (26, 0), TV (26, 0), MacCatalyst (26, 0)]
[Export ("getSmartCardWithError:")]
[return: NullAllowed]
TKSmartCard GetSmartCard (out NSError error);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
TKSmartCard GetSmartCard (out NSError error);
TKSmartCard GetSmartCard ([NullAllowed] out NSError error);

string SlotName { get; }

[Export ("updateWithMessage:error:")]
bool Update (string message, out NSError error);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bool Update (string message, out NSError error);
bool Update (string message, [NullAllowed] out NSError error);

string [] RegisteredSmartCardTokens { get; }

[Export ("registerSmartCardWithTokenID:promptMessage:error:")]
bool RegisterSmartCard (string tokenId, string promptMessage, out NSError error);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bool RegisterSmartCard (string tokenId, string promptMessage, out NSError error);
bool RegisterSmartCard (string tokenId, string promptMessage, [NullAllowed] out NSError error);

bool RegisterSmartCard (string tokenId, string promptMessage, out NSError error);

[Export ("unregisterSmartCardWithTokenID:error:")]
bool UnregisterSmartCard (string tokenId, out NSError error);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bool UnregisterSmartCard (string tokenId, out NSError error);
bool UnregisterSmartCard (string tokenId, [NullAllowed] out NSError error);

@vs-mobiletools-engineering-service2

This comment has been minimized.

dalexsoto and others added 2 commits March 31, 2026 17:11
- Remove 'To be added.' from XML doc remarks
- Add [NullAllowed] to out NSError parameters in GetSmartCard,
  Update, RegisterSmartCard, and UnregisterSmartCard

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

✅ [CI Build #8c60d75] Build passed (Build packages) ✅

Pipeline on Agent
Hash: 8c60d756f184d5d5eced8da9ba5f607bb16c1539 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

✅ [PR Build #8c60d75] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: 8c60d756f184d5d5eced8da9ba5f607bb16c1539 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: 8c60d756f184d5d5eced8da9ba5f607bb16c1539 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

✅ [CI Build #8c60d75] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: 8c60d756f184d5d5eced8da9ba5f607bb16c1539 [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@dalexsoto dalexsoto requested a review from rolfbjarne April 1, 2026 01:22
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

🚀 [CI Build #8c60d75] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 156 tests passed 🎉

Tests counts

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 5 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 6 tests passed. Html Report (VSDrops) Download
✅ linker: All 44 tests passed. Html Report (VSDrops) Download
✅ monotouch (iOS): All 11 tests passed. Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 15 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 12 tests passed. [attempt 3] Html Report (VSDrops) Download
✅ monotouch (tvOS): All 11 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ sharpie: All 1 tests passed. Html Report (VSDrops) Download
✅ windows: All 3 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

macOS tests

✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download
✅ Tests on macOS Ventura (13): All 5 tests passed. Html Report (VSDrops) Download
✅ Tests on macOS Sonoma (14): All 5 tests passed. Html Report (VSDrops) Download
✅ Tests on macOS Sequoia (15): All 5 tests passed. Html Report (VSDrops) Download
✅ Tests on macOS Tahoe (26): All 5 tests passed. Html Report (VSDrops) Download

Linux Build Verification

Linux build succeeded

Pipeline on Agent
Hash: 8c60d756f184d5d5eced8da9ba5f607bb16c1539 [PR build]

@dalexsoto dalexsoto merged commit e1556b4 into main Apr 1, 2026
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants