dotnet/winforms

Cleanup API targeting unsupported platforms

Open

#1 640 ouverte le 15 août 2019

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C# (922 forks)batch import
code cleanuphelp wanted

Métriques du dépôt

Stars
 (4 100 stars)
Métriques de merge PR
 (Merge moyen 14j 22h) (56 PRs mergées en 30 j)

Description

Problem description:

As per the API docs review, 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

Guide contributeur