Jon Wiswall
Jon Wiswall
Ok, so you're basically doing what https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/DeviceEnumerationAndPairing/cs does, but in a WinUI3 app instead of a UWP?
Ok, thanks. @aeloros we should probably talk more about that "bounce a bg task invocation back to the main app process" - maybe what's happening here is the BG tasks...
Also, how do unpackaged apps play into this? Do they contribute data to a key somewhere, like a progid maybe? What sources of data does ms-app consult when trying to...
So something like the [`StorageApplicationPermissions`](https://docs.microsoft.com/en-us/uwp/api/windows.storage.accesscache.storageapplicationpermissions?view=winrt-18362) type, but with a member like: ```c# IAsyncOperation RequestStorageAccessForWindowAsync(WindowId window, String path, String comment); IAsyncOperation RequestStorageAccessesForWindowAsync(WindowId window, String[] paths, String comment); ``` Where: * The...
Many UWPs are JITted using JavaScript and the CLR. Loading generated _DLLs_ is harder due to signature and runtime validation checks that keep UWPs safe(r). For instance, a JITter could...
I _think_ we could get there with app-attach work, or a similar "there's an app in this directory" model (similar to dev register, but "register this directory, validate signatures, etc.")....
Should this be moved to the winget-cli repo? Hey @florelis and @denelon - any idea why the `--scope machine` doesn't work here? MSIXes are "kind of" machine scope already, in...
Can you include what model you were using? The output of `(await manager.ListLoadedModelsAsync()).Select(_ => _.ModelId);` for instance?
... is there a way to define a link seam, so you have an "invoke_foundry(args)" method that is "system(foundry.exe, args)" in real-mode and "return intended_test_result" in test mode?
@feisu can you route appropriately? If it's a known issue, paste an http://task.ms/yyyyy link so we can track it.