Jon Wiswall

Results 62 comments of Jon Wiswall

@duke7553 - thank you! > Simpler alternative to ReadDirectoryChangesW Have you tried out [StorageFolder.TryGetChangeTracker](https://docs.microsoft.com/en-us/uwp/api/windows.storage.storagefolder.trygetchangetracker?view=winrt-19041#Windows_Storage_StorageFolder_TryGetChangeTracker) ? > Hidden items and shortcuts Does [FindFirstFileExFromApp](https://docs.microsoft.com/en-us/uwp/api/windows.storage.storagefolder.trygetchangetracker?view=winrt-19041#Windows_Storage_StorageFolder_TryGetChangeTracker) help here?

@duke7553 - There's a whole raft of `...FromApp` APIs like CopyFileFromApp, DeleteFileFromApp, and more. I get not wanting to re-implement `StorageFile` yourself from these primitives, of course. :) Hey @smaillet-ms...

Does this reproduce in a Win32 packaged or unpackaged application? @brialmsft or @kanismohammed can you check?

> I tried the function provided by @ahmed605 but sadly, it doesn't works. We really need to get the CoreWindow object to manage the pointer by CoreWindow.PointerCursor related things. We...

> NuGet vs vcxpkg vs cmake Seems reasonable for us to have a "Using Project Reunion" wiki page here or sample directory in the repo showing how to integrate the...

[mt.exe knows how to merge](https://docs.microsoft.com/en-us/windows/win32/sbscs/mt-exe) multiple "snippets" into a final manifest during build.

The trace output line (thank you!) points to a check that the app provides BOTH an application callback URI _and_ a client ID. The code above doesn't set ClientId -...

We're following semantic-versioning rules; 0.* releases are allowed to have breaking changes between them. What we'll do a better job on is _tracking and reporting_ those breaking changes release-over-release. @andrewleader...

The `ApplicationData` type needs package identity to know where to store the data. xcopy-deployed apps don't have identity by default. I'm not finding an easy way to construct an `ApplicationDataContainer`...

Fault stack looks like this: ``` KernelBase.dll!RaiseException(unsigned long dwExceptionCode, unsigned long dwExceptionFlags, unsigned long nNumberOfArguments, const unsigned __int64 * lpArguments) Line 954 C combase.dll!SendReport(HRESULT error, unsigned int cchMax, const wchar_t...