Defines OutputType for functions returning typed objects to enable tab-completion/intellisense while writing code without executing it. Especially useful for New-PesterConfiguration when writing quick demos.
Note: Tab-completion currently ignores ParameterSet defined in [OutputType], so no need to split them in e.g. ConvertTo-*UnitReport
PR Checklist
[x] PR has meaningful title
[x] Summary describes changes
[x] PR is ready to be merged
If not, use the arrow next to Create Pull Request to mark it as a draft. PR can be marked Ready for review when it's ready.
PR Summary
Defines OutputType for functions returning typed objects to enable tab-completion/intellisense while writing code without executing it. Especially useful for
New-PesterConfiguration
when writing quick demos.Note: Tab-completion currently ignores ParameterSet defined in
[OutputType]
, so no need to split them in e.g.ConvertTo-*UnitReport
PR Checklist
Create Pull Request
to mark it as a draft. PR can be markedReady for review
when it's ready.