You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msix packaging is now supported. The packaging project is added to the Virtual Dive sample.
The thumbnails provider in the Virtual Drive sample now runs as a surrogate COM and can be installed/removed without admin privileges as part of the packaged installation. The thumbnails handler can now be debugged running the project directly from Visual Studio.
Virtual File System sample refactored. The file/folder ID is now used to link user file system file with remote storage. Mapping.MapPath() function is removed from the sample project.
targetParentItemId parameter, representing a new parent folder ID, added to IFileSystemItem.MoveToAsync() method.
Item ID is now returned by the IFolder.CreateFileAsync() and IFolder.CreateFolderAsync() methods.
Placeholder creation performance improved.
Selecting "Always keep on this devise" on a folder that was never enumerated does not load file content. Now, this bug is fixed. Virtual File System for macOS sample refactored.