Closed pjcollins closed 2 years ago
@pjcollins @jonpryor please let me know if a new nuget package release is needed for you to consume this change.
@huangmin-ms thanks! We will need a new NuGet package release with these changes, however I have a couple of other PRs that would be great to bundle with the next NuGet release if possible:
@pjcollins #638 is merged. #642 may also be able to catch this release. For #637 is this one urgent? Can we postpone this one to next release? I may be able to look at it sometime next week.
@huangmin-ms Thanks! #637 is not immediately urgent, it can wait until the next release. It may be required for us when we try to update our Android API docs from Android 12 to Android 12.1 or Android 13, which we would like to do in the coming months.
@pjcollins mdoc 5.8.9.2 is released.
The tooling is currently unable to match existing documentation with a member that was updated to include a global alias. Fix this by adding a a type lookup attempt that prefixes
global::
to the documentation member name.