dotnet/winforms

Cleanup API targeting unsupported platforms

オープン

#1,640 opened on 2019/08/15

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C# (922 件のフォーク)batch import
code cleanuphelp wanted

Repository metrics

Stars
 (4,100 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド