Rafael Rivera
Rafael Rivera
Appreciate the quick handling of my knee-jerk complaint, hah! Just to add a bit more detail ... I see **Help wanted** and **Get started** as key features and am personally...
Looks like a Hacktoberfest spammer.
@angelazhangmsft I'd relabel this as a bug, see discussion at https://github.com/microsoft/WindowsAppSDK/issues/1687#issuecomment-958409414. There's no way to access the internal MUX ResourceContext to change its qualifiers blocking this scenario. @huichen123 @andrewleader for...
The current implementation will also execute `msixmgr` found in the current working directory amongst other locations, which is [not secure](https://support.microsoft.com/en-us/help/2389418/secure-loading-of-libraries-to-prevent-dll-preloading-attacks).
Duplicate of #641
@sotteson1 Think we'll have to manually curate a list to track these. @kennykerr Is this what you're effectively looking for in metadata? ```diff // https://docs.microsoft.com/windows/win32/api/d3d12/ns-d3d12-d3d12_resource_transition_barrier public struct D3D12_RESOURCE_TRANSITION_BARRIER { +...
Can you create a new issue with the second part? Doesn't look related to the feature request. Then I can transfer it over to the right spot.
> As a workaround, you can create a WinRT component with [C++/WinRT](https://github.com/microsoft/cppwinrt) that creates and returns the collection and then call that from Rust. [...] Hey @kennykerr, is this still...
> BTW, while digging in the import libs, I found that the opposite problem of https://github.com/microsoft/windows-rs/issues/1447 exists for libraries like windows.data.pdf (all libraries with a period in their name). Fixing...
> * Remove the separate crates for gnullvm targets ([Use the msvc target crates for gnullvm targets #1961](https://github.com/microsoft/windows-rs/pull/1961)) > * Change tool_msvc to use the LLVM tools to produce the...