dotnet/winforms

Cleanup API targeting unsupported platforms

Open

#1640 aperta il 15 ago 2019

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (922 fork)batch import
code cleanuphelp wanted

Metriche repository

Star
 (4100 star)
Metriche merge PR
 (Merge medio 14g 22h) (56 PR mergiate in 30 g)

Descrizione

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

Guida contributor