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
Namespaces can now be injected at the beginning of the WebDAV XML using DavEngineAsync.RegisterPropertyHandler() call with prefix parameter. The PropertyName class now provides a new prefix parameter to be used for namespace injection.
Non-MS Office documents failed to open if WebDAV is added using Add WebDAV Server implementation wizard. An incorrect mounting path was generated by the wizard. This bug is now fixed.
System.ArgumentOutOfRangeException exception is thrown by the 'Add WebDAV Server Implementation' wizard if the project is using .NET Core 2.1. This bug is now fixed.
Protocol application (.deb and .pkg files) failed to download on Mac and Linux if WebDAV is added to ASP.NET Core Web Application using 'Add WebDAV Server Implementation' wizard. all file types are allowed in Startup.cs: app.UseStaticFiles(new StaticFileOptions { ServeUnknownFileTypes = true });
System.ArgumentException: 'The path is not of a legal form.' exception was thrown when opening projects with the virtual file path in Visual Studio if WebDAV wizards are installed. Now, this bug is fixed.
The WebDAV wizard window is overlapped by Visual Studio, hides in the background when the wizard is started. This bug is now fixed.
NullReferenceException: 'Object reference not set to an instance of an object.' is thrown byt the CardDAV server samples and code generated by the wizard when uploading a vCard file without UID. This bug is now fixed.