Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mentions about watchOS. #323

Closed
wants to merge 1 commit into from

Conversation

rolfbjarne
Copy link
Member

watchOS isn't supported in .NET, so remove any mentions of it.

watchOS isn't supported in .NET, so remove any mentions of it.
Copy link
Member

@akoeplinger akoeplinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is worth doing, these are just design docs.
The actual supported OSes are documented in https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md and we don't mention watchOS there

@@ -405,9 +405,6 @@ namespace System
public static bool IsTvOS();
public static bool IsTvOSVersionAtLeast(int major, int minor = 0, int build = 0, int revision = 0);

public static bool IsWatchOS();
public static bool IsWatchOSVersionAtLeast(int major, int minor = 0, int build = 0, int revision = 0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we did add these APIs though

@akoeplinger
Copy link
Member

Closing this for now.

@akoeplinger akoeplinger closed this Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants