Cleanup API targeting unsupported platforms
Open
code cleanup
help wanted
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
**Problem description:**
As per the [API docs review](https://github.com/dotnet/dotnet-api-docs/pull/2995#discussion_r314033637), we don't support OS prior to W7SP1, so we need to cleanup unused API/reference for unsupported platforms.
E.g. https://github.com/dotnet/winforms/search?q=vista&unscoped_q=vista
**Expected behavior:**
* Obosolete API, where appropriate, or
* Throw `PlatformNotSupportedException`
Contributor guide
Assessment
This issue has not been assessed yet.