dotnet/winforms

Cleanup API targeting unsupported platforms

Offen

#1.640 geöffnet am 15.08.2019

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (922 Forks)batch import
code cleanuphelp wanted

Repository-Metriken

Stars
 (4.100 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide