dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.92k stars 526 forks source link

[Mono.Android] Use .NET version of mdoc #9225

Closed pjcollins closed 1 month ago

pjcollins commented 1 month ago

Fixes: https://github.com/dotnet/android/issues/7974

We've been intermittently running into issues when building Mono.Android on our PR build pool ever since commit 41b0124 which made mono an optional build dependency. Update mdoc invocations to use the .NET version of the tool to remove one of the last parts of the build that still depends on mono.