Jon Wiswall
Jon Wiswall
# Proposal: Provide MemoryBuffer.GetAccess() that returns IMemoryBufferByteAccess ## Summary In https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/AudioCreation/cs/CustomEffect/CustomEffect.cs we see a sample of extracting raw bytes from an audio sample, obtained from a `MemoryBuffer`. This pattern is...
# Proposal: Improved file-access APIs for UWP and AppContainer ## Summary Provide an updated version of `StorageFile` that fixes performance and usability issues in the current `Windows.Storage.Storage*` set of types....
Unpacking a multi-mb/multi-gb MSIX to pull out one file is wasteful. Please include a "-f" and "-ff" option, like: ```powershell # Unpack just the muffin.wasm and a group of DLLs...
https://learn.microsoft.com/windows/uwp/launch-resume/create-and-register-a-winmain-background-task shows how to register a background task for Win32 apps. Please create a sample showing how to use this functionality from a WinAppSDK based app (with the AppInstance) and...
Support one of these: ```bash $ foundry diagnose $ foundry diagnose new-issue ``` The `diagnose` command prints information about the local system - CPU, GPU, NPU, memory configuration, cached or...
@niklasb-ms discovered that using WinAppSDK from an unpackaged app using dynamic dependencies can cause the exe to fail to launch with a "module not found" error. This appears to be...