Skip to content

Commit

Permalink
[ImageKit] Adopt XAMCORE_4_0 changes in .NET. (#14019)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Feb 3, 2022
1 parent f0d4e1a commit 6c4cd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imagekit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ interface IKImageView {
[Export ("backgroundColor", ArgumentSemantic.Assign)]
NSColor BackgroundColor { get; set; }

#if !XAMCORE_4_0
#if !NET
[Export ("setImage:imageProperties:")]
void SetImageimageProperties (CGImage image, NSDictionary metaData);
#else
Expand Down

4 comments on commit 6c4cd16

@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
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff

API Current PR diff

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

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff

Generator diff

ℹ️ Generator Diff (please review changes)

Packages generated

View packages

Test results

5 tests failed, 230 tests passed.

Failed tests

  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run failed.
    Tests run: 2763 Passed: 2568 Inconclusive: 11 Failed: 3 Ignored: 192)
  • introspection/iOS Unified 64-bits - simulator/Debug (iOS 12.4) [dotnet]: Failed
  • introspection/iOS Unified 64-bits - simulator/Debug (iOS 12.4): Failed
  • introspection/tvOS - simulator/Debug (tvOS 12.4) [dotnet]: Failed
  • introspection/tvOS - simulator/Debug (tvOS 12.4): Failed

Pipeline on Agent XAMMINI-063.BigSur'
[ImageKit] Adopt XAMCORE_4_0 changes in .NET. (#14019)

@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 (no summary found). 🔥

Result file D:\a\1\s\Reports\TestSummary-tvos\TestSummary.md not found.

Pipeline on Agent
[ImageKit] Adopt XAMCORE_4_0 changes in .NET. (#14019)

@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 iOS (no summary found). 🔥

Result file D:\a\1\s\Reports\TestSummary-iOS64\TestSummary.md not found.

Pipeline on Agent
[ImageKit] Adopt XAMCORE_4_0 changes in .NET. (#14019)

@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 on macOS Mac Catalina (10.15) ❌

Tests failed on Mac Catalina (10.15).

Failed tests are:

  • introspection

Pipeline on Agent
[ImageKit] Adopt XAMCORE_4_0 changes in .NET. (#14019)

Please sign in to comment.