Skip to content

Commit

Permalink
[LinkPresentation] Xcode 13 Beta 1 Changes (#11943)
Browse files Browse the repository at this point in the history
* initial changes

* removing todo files

Co-authored-by: tj_devel709 <antlambe@microsoft.com>
  • Loading branch information
tj-devel709 and tj_devel709 authored Jun 16, 2021
1 parent 2ecbb07 commit dbacb3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/linkpresentation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ interface LPMetadataProvider {
[Export ("startFetchingMetadataForURL:completionHandler:")]
void StartFetchingMetadata (NSUrl url, Action<LPLinkMetadata, NSError> completionHandler);

[Async]
[Mac (12,0), iOS (15,0), MacCatalyst (15,0)]
[Export ("startFetchingMetadataForRequest:completionHandler:")]
void StartFetchingMetadata (NSUrlRequest request, Action<LPLinkMetadata, NSError> completionHandler);

[Export ("cancel")]
void Cancel ();

Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/MacCatalyst-LinkPresentation.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-LinkPresentation.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/macOS-LinkPresentation.todo

This file was deleted.

8 comments on commit dbacb3b

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

❌ [CI Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff

API & Generator diff

ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)

Packages generated

View packages

Test results

3 tests failed, 218 tests passed.

Failed tests

  • monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: Failed
  • introspection/watchOS 32-bits - simulator/Debug (watchOS 5.0): Failed
  • Generator tests/NUnit: Failed (Execution failed with exit code 1)

Pipeline on Agent XAMBOT-1027.BigSur'
[LinkPresentation] Xcode 13 Beta 1 Changes (#11943)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

🔥 Tests failed catastrophically on VSTS: device tests tvOS 🔥

Not enough free space in the host.

Pipeline on Agent
[LinkPresentation] Xcode 13 Beta 1 Changes (#11943)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

⚠️ Tests were not ran (VSTS: device tests tvOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[LinkPresentation] Xcode 13 Beta 1 Changes (#11943)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

⚠️ Tests were not ran (VSTS: device tests iOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[LinkPresentation] Xcode 13 Beta 1 Changes (#11943)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

✅ Tests passed on macOS Mac Catalina (10.15) ✅

Tests passed

All tests on macOS X Mac Catalina (10.15) passed.

Pipeline on Agent
[LinkPresentation] Xcode 13 Beta 1 Changes (#11943)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

✅ Tests passed on macOS Mac Mojave (10.14) ✅

Tests passed

All tests on macOS X Mac Mojave (10.14) passed.

Pipeline on Agent
[LinkPresentation] Xcode 13 Beta 1 Changes (#11943)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

✅ Tests passed on macOS Mac High Sierra (10.13) ✅

Tests passed

All tests on macOS X Mac High Sierra (10.13) passed.

Pipeline on Agent
[LinkPresentation] Xcode 13 Beta 1 Changes (#11943)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

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

⚠️ Tests were not ran (VSTS: device tests iOS32b). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[LinkPresentation] Xcode 13 Beta 1 Changes (#11943)

Please sign in to comment.