Declare OutputType
as strings to fix a bug which breaks Get-Task
and Get-TodoList
:
- [OutputType([Task])]
+ [OutputType("Task")]
Declare OutputType
as strings to fix a bug which breaks Get-Task
and Get-TodoList
:
- [OutputType([Task])]
+ [OutputType("Task")]