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
I'm trying to build the sample project against the master version of WebDAVSharp.Server, but some locking code seems to be missing in the server.
using WebDAVSharp.Server.Stores.Locks;
using WebDAVSharp.Server.Stores.Locks.Interfaces;
IWebDavStoreItemLock lockSystem = new WebDavStoreItemLock();
If i comment out these sections in ServiceImplementation.cs then the sample project works, but document locking in Word etc does not seem to work. Am i doing something wrong?