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
ITHit.FileSystem and ITHit.FileSystem.Windows now support .NET Standard 2.0.
Delete and move operations triggered hydration in the Virtual File System Sample. Now, this bug is fixed.
Memory violation excess exception was thrown in by IsPlaceholder() method in some environments. This bug is now fixed.
Files locking on the server in the Virtual File System Sample can now be simulated with a read-only attribute set on the files in remote storage. Read-only attribute is no more used for in-sync detection in Virtual File System Sample. the StorageProviderInSyncPolicy.FileReadOnlyAttribute and StorageProviderInSyncPolicy.DirectoryReadOnlyAttribute are removed from StorageProviderSyncRootInfo.InSyncPolicy.
Files locked by other users now show a gray lock icon in the Virtual File System Sample.
FileSystemBasicnfo.LockedByAnotherUser property is provided in the Virtual File System Sample.
Temporary excel files detection fixed in the Virtual File System Sample.
Folder with ETags and locks moved from the current user temp folder to LocalApplicationData in the Virtual File System Sample.
ETags comparison in the Virtual File System sample fixed. If both client and server ETags are null or empty they are now considered equal.
URIs comparison in PlaceholderItem.IsMoved() extension method in the Virtual File System sample fixed is fixed. URIs with/without trailing slash are now considered equal.