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

貢獻者指南