dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
738 stars 1.57k forks source link

Documentation missing for latest iOS platform libraries #10178

Open tuanchien opened 3 months ago

tuanchien commented 3 months ago

Describe the issue or suggestion

The only version of the iOS platform library APIs that appears to be published on the Microsoft website are for Xamarin iOS SDK 12.

The current net8.0 SDK seems to have platform support iOS and MacCatalyst 17.0 features.

It would be great to have updated documentation for the current libraries.

dotnet-issue-labeler[bot] commented 3 months ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

dotnet-issue-labeler[bot] commented 3 months ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

jeremy-visionaid commented 3 months ago

Likewise, the API browser only shows .NET for Android https://learn.microsoft.com/en-us/dotnet/api/

jozkee commented 3 months ago

cc @davidbritch @gewarren

jozkee commented 3 months ago

@tuanchien @jeremy-visionaid aren't you looking for https://learn.microsoft.com/en-us/dotnet/api/?view=net-maui-8.0?

jeremy-visionaid commented 3 months ago

@Jozkee I'm looking for documentation for https://github.com/xamarin/xamarin-macios - i.e. for Native C# iOS apps, not MAUI.

The nearest I can find is here: https://learn.microsoft.com/en-us/dotnet/api/?view=xamarin-ios-sdk-12

But that's for version 12, and Xamarin is obsolete. The latest bindings are for SDK version 17 and are in Microsoft.iOS, not Xamarin.iOS

jeremy-visionaid commented 3 months ago

@Jozkee IIRC the newer projections for Microsoft.iOS were available in the API browser - I believe their absence is a regression

gewarren commented 3 months ago

@davidbritch Can you take a look?