-
Notifications
You must be signed in to change notification settings - Fork 263
Closed as not planned
Labels
Description
Version
No response
Summary
#1239 added use of a Windows.WinMD file from the windows-rs repo to help validate conformance of cppwinrt's output. https://github.com/microsoft/windows-rs/pull/2609/files?file-filters%5B%5D=.winmd&show-deleted-files=true&show-viewed-files=false# renamed the file in that repo, causing the existing curl ... command in our action to fail.
We should probably have our own copy of the WinMD as test collateral available in this repo. In an ideal world, we wouldn't rely on Windows.WinMD at all and instead use a local custom metaplatform.winmd, but that's not feasible due to heavy reliance on Windows.Foundation.* types, behaviors, and attributes. It is, after all, C++/Win[dows]RT.
Reproducible example
No response
Expected behavior
No response
Actual behavior
No response
Additional comments
No response