[Mono.Android] Improve generated API docs diff#7427
Merged
pjcollins merged 2 commits intodotnet:mainfrom Sep 30, 2022
Merged
Conversation
Updates the `<UpdateExternalDocumentation/>` target to run the mdoc `export-msxdoc` command for validation, and to include new files in the diff that it produces.
Member
Author
jonathanpeppers
approved these changes
Sep 30, 2022
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Oct 3, 2022
* main: [Mono.Android] Improve generated API docs diff (dotnet#7427) Localized file check-in by OneLocBuild Task: Build definition ID 11410: Build ID 6765281 (dotnet#7430)
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Oct 5, 2022
* main: [Mono.Android] Improve generated API docs diff (dotnet#7427) Localized file check-in by OneLocBuild Task: Build definition ID 11410: Build ID 6765281 (dotnet#7430) LEGO: Merge pull request 7429 Bump to dotnet/java-interop@a0728ed5 (dotnet#7420)
grendello
added a commit
to grendello/xamarin-android
that referenced
this pull request
Oct 10, 2022
* main: Enable marshal methods support by default (dotnet#7351) Bump to dotnet/java-interop@e1ee4b1c, xamarin/android-api-docs@bc5443dc (dotnet#7358) [xaprepare] Support Gentoo Linux for OS detection (dotnet#7442) [Xamarin.Android.Build.Tasks] Avoid XA5207 for design-time builds (dotnet#7434) [Mono.Android] Improve generated API docs diff (dotnet#7427) Localized file check-in by OneLocBuild Task: Build definition ID 11410: Build ID 6765281 (dotnet#7430) LEGO: Merge pull request 7429 Bump to dotnet/java-interop@a0728ed5 (dotnet#7420)
jonathanpeppers
pushed a commit
that referenced
this pull request
Oct 11, 2022
Updates the `<UpdateExternalDocumentation/>` target to run the mdoc `export-msxdoc` command for validation, and to include new files in the diff that it produces.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the
<UpdateExternalDocumentation/>target to run the mdocexport-msxdoccommand for validation, and to include new files in the diff that it produces.