Describe the bug
This is marked as NotNull, but this is not correct. If you have a task and delete the folder it's contained in then Folder will return null.
See also:
To Reproduce
Steps to reproduce the behavior:
- Create a task and keep an instance to it.
- Delete the task and its folder with Windows' task scheduler.
- Access Task.Folder.
Describe the bug
TaskScheduler/TaskService/Task.cs
Line 1086 in fbcee2e
This is marked as NotNull, but this is not correct. If you have a task and delete the folder it's contained in then Folder will return null.
See also:
TaskScheduler/TaskService/TaskService.cs
Line 663 in fbcee2e
To Reproduce
Steps to reproduce the behavior: