Ashfaq Afzal

Results 3 issues of Ashfaq Afzal

I'm using the example code ``` var result = await _client.Propfind(baseAddress); if (result.IsSuccessful) { foreach (var res in result.Resources) { Trace.WriteLine("Name: " + res.DisplayName); Trace.WriteLine("Is directory: " + res.IsCollection); Trace.WriteLine("Content...

question

HI, I tried to synchronize all the files from the server using a loop for downloading all the files and directories but I'm getting: `Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in mscorlib.dll` the...

### Describe the Bug When we auto create the tasks and flows and then we start deleting tasks one by one (not flows), layout get messed up as the flow...

bug
pr welcome
backlog
spring cleaning