microsoft / microsoft/win32metadata
Improve accuracy of supported OS versions for APIs
Open
@mikebattista is already working on this.
Since Apr 14, 2023.
enhancement
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 149
- Avg merge
- 5d 16h
- Merged PRs (30d)
- 4
Description
In order to improve on the supported OS platforms, and to avoid having to scrape the docs (which don't always seem to be accurate), we could build the .winmd multiple times with _WIN32_WINNT set to different versions. By looking at the differences, we could see which APIs are supported in which versions. This would not be part of every build. It would be a step we would run manually in order build up the platform versions input .rsp.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.