dotnet/winforms

Cleanup API targeting unsupported platforms

开放

#1,640 创建于 2019年8月15日

 (1 条评论) (0 个反应) (0 位负责人)C# (922 个派生)batch import
code cleanuphelp wanted

仓库指标

星标
 (4,100 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南