Skip to content

Commit

Permalink
[AVFoundation] AVAudioUnitManufacturerNameApple and AVAudioUnitType a…
Browse files Browse the repository at this point in the history
…ren't deprecated neither in headers nor documentation. (#14198)
  • Loading branch information
rolfbjarne authored Feb 21, 2022
1 parent 188a35d commit 08f38b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/avfoundation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13997,7 +13997,6 @@ interface AVMusicTrack {
nuint TimeResolution { get; }
}

[Obsoleted (PlatformName.TvOS, 12,0, message: "All fields will return 'null'.")]
[Watch (3,0)]
[iOS (9,0)][Mac (10,11)]
[Static]
Expand Down Expand Up @@ -14146,8 +14145,6 @@ interface AVAudioUnitComponentManager {
[Watch (3,0)]
[Static]
interface AVAudioUnitManufacturerName {

[Obsoleted (PlatformName.TvOS, 12,0, message: "Field will return 'null'.")]
[Field ("AVAudioUnitManufacturerNameApple")]
[Mac (10,10), iOS (9,0)]
NSString Apple { get; }
Expand Down

4 comments on commit 08f38b3

@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

6 tests failed, 229 tests passed.

Failed tests

  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run failed.
    Tests run: 2708 Passed: 2513 Inconclusive: 11 Failed: 3 Ignored: 192)
  • link sdk/Mac [dotnet]/Debug [dotnet]: Failed (Test run failed.
    Tests run: 117 Passed: 107 Inconclusive: 0 Failed: 1 Ignored: 9)
  • link all/Mac Catalyst [dotnet]/Debug [dotnet]: TimedOut (Execution timed out after 1200 seconds.
    No test log file was produced)
  • trimmode copy/Mac Catalyst [dotnet]/Debug [dotnet]: TimedOut (Execution timed out after 1200 seconds.
    No test log file was produced)
  • interdependent-binding-projects/Mac Catalyst [dotnet]/Debug [dotnet]: TimedOut (Execution timed out after 1200 seconds.
    No test log file was produced)
  • [NUnit] Mono Mac OS X BCL tests group 2/Mac Full/Debug: Failed (Test run failed.
    Tests run: 11943 Passed: 10499 Inconclusive: 0 Failed: 3 Ignored: 354)

Pipeline on Agent XAMBOT-1027.BigSur'
[AVFoundation] AVAudioUnitManufacturerNameApple and AVAudioUnitType aren't deprecated neither in headers nor documentation. (#14198)

@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
[AVFoundation] AVAudioUnitManufacturerNameApple and AVAudioUnitType aren't deprecated neither in headers nor documentation. (#14198)

@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
[AVFoundation] AVAudioUnitManufacturerNameApple and AVAudioUnitType aren't deprecated neither in headers nor documentation. (#14198)

@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:

  • monotouch-test

Pipeline on Agent
[AVFoundation] AVAudioUnitManufacturerNameApple and AVAudioUnitType aren't deprecated neither in headers nor documentation. (#14198)

Please sign in to comment.