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
Ajax tests did not not work. This bug is now fixed.
Requests to static files were not processed correctly in samples. Installers content broken after downloading from sample WebDAV servers. Static files processing in samples is now refactored. .NET Core projects now use static files middleware.
If web browser do not close web sockets connection properly the ObjectDisposedException is thrown during file updates in samples. Web sockets code refactored to close socket and remove from the list reliably if client crushed and did no close socket.
.NET Core projects are configured to use .NET Core 2.0. References to all assemblies updated to use latest versions.