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
Deployment failed for WebDAV .NET Core projects, not all required files were included in the project. Now all required files are included in a project.
ITHitWebDAVClient.js file did not load in case of non-root deployment of sample .NET Core projects or projects generated with ASP.NET Core WebDAV Server Application wizard. Now this bug is fixed.
'Add WebDAV Server Implementation' wizard failed when adding WebDAV to Visual Basic project with System.ArgumentNullException: “Value cannot be null” exception. Now this bug is fixed.
Projects generated in Visual Studio 2013 failed to compile on context.Response.ContentType = $”…”; Now this bug is fixed.
An extra assembly compiled for .NET 4.7.1 was packed into ITHit.WebDAV.Server package. Now the .NET 4.7.1 assembly is removed.