[CryptoTokenKit] Update bindings all the way to Xcode 26.4#25025
[CryptoTokenKit] Update bindings all the way to Xcode 26.4#25025
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
src/cryptotokenkit.cs
Outdated
| <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<CryptoTokenKit.TKSmartCardSlotNFCSession,Foundation.NSError>.</para> | ||
| </returns> | ||
| <remarks>To be added.</remarks> |
There was a problem hiding this comment.
Copilot should never add 'To be added.'
src/cryptotokenkit.cs
Outdated
| [iOS (26, 0), Mac (26, 0), TV (26, 0), MacCatalyst (26, 0)] | ||
| [Export ("getSmartCardWithError:")] | ||
| [return: NullAllowed] | ||
| TKSmartCard GetSmartCard (out NSError error); |
There was a problem hiding this comment.
| TKSmartCard GetSmartCard (out NSError error); | |
| TKSmartCard GetSmartCard ([NullAllowed] out NSError error); |
src/cryptotokenkit.cs
Outdated
| string SlotName { get; } | ||
|
|
||
| [Export ("updateWithMessage:error:")] | ||
| bool Update (string message, out NSError error); |
There was a problem hiding this comment.
| bool Update (string message, out NSError error); | |
| bool Update (string message, [NullAllowed] out NSError error); |
src/cryptotokenkit.cs
Outdated
| string [] RegisteredSmartCardTokens { get; } | ||
|
|
||
| [Export ("registerSmartCardWithTokenID:promptMessage:error:")] | ||
| bool RegisterSmartCard (string tokenId, string promptMessage, out NSError error); |
There was a problem hiding this comment.
| bool RegisterSmartCard (string tokenId, string promptMessage, out NSError error); | |
| bool RegisterSmartCard (string tokenId, string promptMessage, [NullAllowed] out NSError error); |
src/cryptotokenkit.cs
Outdated
| bool RegisterSmartCard (string tokenId, string promptMessage, out NSError error); | ||
|
|
||
| [Export ("unregisterSmartCardWithTokenID:error:")] | ||
| bool UnregisterSmartCard (string tokenId, out NSError error); |
There was a problem hiding this comment.
| bool UnregisterSmartCard (string tokenId, out NSError error); | |
| bool UnregisterSmartCard (string tokenId, [NullAllowed] out NSError error); |
This comment has been minimized.
This comment has been minimized.
- 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>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [CI Build #8c60d75] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #8c60d75] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #8c60d75] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🚀 [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 macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
No description provided.