macos and ios workloads do not seem to ship API documentation #13614
Labels
documentation
The issue or pull request is about documentation
dotnet
An issue or pull request related to .NET (6)
feature
A feature to be implemented
Milestone
UIViewController
orNSMutableDictionary
.Expected results
Editor tooltip shows descriptive help text for the type.
Actual results
Editor only shows bare type information, no descriptive help text.
I am working on bringing back monodoc support to VSMac, which would allow loading help text from the documentation that ships in
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/share/doc/
, but that isn't really correct.Based on how it seems to work for the rest of the .NET 6 packs, I think workload API docs should be in XML files that ship alongside their DLLs.
System.*
types get descriptive help text in editor tooltips without issue.The text was updated successfully, but these errors were encountered: