dotnet/winforms

Cleanup API targeting unsupported platforms

Open

#1,640 opened on 2019年8月15日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C# (922 forks)batch import
code cleanuphelp wanted

Repository metrics

Stars
 (4,100 stars)
PR merge metrics
 (平均マージ 14d 22h) (30d で 56 merged PRs)

説明

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

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