-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MetricKit] Add support for Xcode 13 beta4. #12326
[MetricKit] Add support for Xcode 13 beta4. #12326
Conversation
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 91 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur' |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 91 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur' |
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
src/metrickit.cs
Outdated
@@ -311,39 +321,51 @@ interface MXMetricPayload : NSSecureCoding { | |||
[Export ("timeStampEnd", ArgumentSemantic.Strong)] | |||
NSDate TimeStampEnd { get; } | |||
|
|||
[NoMac] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
src/metrickit.cs
Outdated
[NullAllowed, Export ("cpuMetrics", ArgumentSemantic.Strong)] | ||
MXCpuMetric CpuMetrics { get; } | ||
|
||
[NoMac] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
src/metrickit.cs
Outdated
[NullAllowed, Export ("gpuMetrics", ArgumentSemantic.Strong)] | ||
MXGpuMetric GpuMetrics { get; } | ||
|
||
[NoMac] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
src/metrickit.cs
Outdated
[NullAllowed, Export ("cellularConditionMetrics", ArgumentSemantic.Strong)] | ||
MXCellularConditionMetric CellularConditionMetrics { get; } | ||
|
||
[NoMac] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
src/metrickit.cs
Outdated
[NullAllowed, Export ("applicationTimeMetrics", ArgumentSemantic.Strong)] | ||
MXAppRunTimeMetric ApplicationTimeMetrics { get; } | ||
|
||
[NoMac] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
src/metrickit.cs
Outdated
[NullAllowed, Export ("memoryMetrics", ArgumentSemantic.Strong)] | ||
MXMemoryMetric MemoryMetrics { get; } | ||
|
||
[NoMac] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
src/metrickit.cs
Outdated
[NullAllowed, Export ("displayMetrics", ArgumentSemantic.Strong)] | ||
MXDisplayMetric DisplayMetrics { get; } | ||
|
||
[NoMac] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
src/metrickit.cs
Outdated
@@ -352,7 +374,7 @@ interface MXMetricPayload : NSSecureCoding { | |||
|
|||
[Export ("JSONRepresentation")] | |||
NSData JsonRepresentation { get; } | |||
|
|||
#if !MONOMAC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
src/metrickit.cs
Outdated
|
||
[iOS (14,0)] | ||
[NoMac, iOS (14,0)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
src/metrickit.cs
Outdated
[MacCatalyst (14,0)] | ||
[NullAllowed] | ||
[Export ("animationMetrics", ArgumentSemantic.Strong)] | ||
MXAnimationMetric AnimationMetrics { get; } | ||
|
||
[iOS (14,0)] | ||
[NoMac, iOS (14,0)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: not needed, there's a [NoMac]
on the type-level
…amarin-macios into metrickit-xcode13-beta4
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 92 tests passed.Failed tests
Pipeline on Agent XAMBOT-1098.BigSur' |
Unrelated issue: https://github.com/xamarin/maccore/issues/2414 |
No description provided.