A PowerShell 7 module for managing work and personal tasks or to-do items. This module uses a SQLite database to store task and category information. The module is not a full-featured project management solution, but should be fine for personal needs. The module requires a 64-bit Windows or Linux platform.
Describe the problem
When creating a new task using the -PassThru feature, the path is not passed into _newWorkItem resulting in the following error calling Convert-Path.
PS> New-PSWorkItem -Category work -Name "still testing" -Passthru -Debug -Verbose | Format-List
Expectation
The new task should be passed through to the pipeline without error.
Additional Information
This issue is new to v0.8.0 due to the change in _newWorkItem and affects both New-PSWorkItem and Complete-PSWorkItem
(I have a fix ready and tested.)
PowerShell version
7.2
Platform
Windows 11 Home
Additional Checks