-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apidiff] Switch to getting mono-api-[info|html] from rolfbjarne/api-…
…tools. (#14965) Switch to getting mono-api-[info|html] from a newly created repository we control and where we can easily fix issues, since mono/mono isn't getting many fixes anymore. In the past I know I've been reluctant to look at these tools, just because of the hassle of setting things up to debug, and then the paperwork to get the fixes in mono/mono, and then backported to the branch where we need them. This repo has a few other benefits: * The tools are built using normal projects, which means they're easy to debug in an IDE (mono/mono's code has generated project files, which used in-tree versions of the BCL, and it got quite complex quite fast). * One fewer dependency on the mono archive, so we're getting closed to be able to drop it completely when we drop support for legacy Xamarin. * #13669 is already fixed there. * It contains a few other misc fixes. Fixes #13669.
- Loading branch information
1 parent
80f4844
commit adb5650
Showing
5 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb5650
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.
💻 [CI Build] Tests on macOS Mac Catalina (10.15) passed 💻
✅ All tests on macOS Mac Catalina (10.15) passed.
Pipeline on Agent
Hash: adb56501dae1c044bb0e60643870ba0b76bd1672
adb5650
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.
❌ [CI Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌
Failed tests are:
Pipeline on Agent
Hash: adb56501dae1c044bb0e60643870ba0b76bd1672
adb5650
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.
📋 [CI Build] 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
API diff
✅ API Diff from stable
View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff
Generator diff
✅ Generator Diff (no change)
Pipeline on Agent XAMMINI-048.Monterey'
Hash: adb56501dae1c044bb0e60643870ba0b76bd1672
adb5650
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.
📚 [CI Build] Artifacts 📚
Packages generated
View packages
Pipeline on Agent XAMMINI-062.Monterey'
Hash: adb56501dae1c044bb0e60643870ba0b76bd1672
adb5650
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.
❌ [CI Build] Tests failed on VSTS: simulator tests iOS ❌
Tests failed on VSTS: simulator tests iOS.
Test results
23 tests failed, 211 tests passed.
Failed tests
Tests run: 117 Passed: 107 Inconclusive: 0 Failed: 2 Ignored: 8)
Tests run: 117 Passed: 107 Inconclusive: 0 Failed: 1 Ignored: 9)
Tests run: 129 Passed: 119 Inconclusive: 0 Failed: 2 Ignored: 8)
Tests run: 129 Passed: 118 Inconclusive: 0 Failed: 2 Ignored: 9)
Tests run: 9 Passed: 8 Inconclusive: 0 Failed: 1 Ignored: 0)
Tests run: 9 Passed: 8 Inconclusive: 0 Failed: 1 Ignored: 0)
Tests run: 117 Passed: 108 Inconclusive: 0 Failed: 1 Ignored: 8)
Tests run: 117 Passed: 106 Inconclusive: 0 Failed: 2 Ignored: 9)
Tests run: 129 Passed: 119 Inconclusive: 0 Failed: 2 Ignored: 8)
Tests run: 129 Passed: 118 Inconclusive: 0 Failed: 2 Ignored: 9)
Tests run: 20 Passed: 18 Inconclusive: 0 Failed: 1 Ignored: 1)
Tests run: 20 Passed: 18 Inconclusive: 0 Failed: 1 Ignored: 1)
Pipeline on Agent XAMBOT-1105.Monterey'
[apidiff] Switch to getting mono-api-[info|html] from rolfbjarne/api-tools. (#14965)