PSAppDeployToolkit / PSAppDeployToolkit/PSAppDeployToolkit
[Task] Change all ctors/methods will nullable optionals to have multiple overloads.
Open
@mjr4077au is already working on this.
Since Jul 14, 2026.
Type: Tech Debt
- Dominant language
- C#
- Stars
- 2.4k
- Forks
- 564
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 11
Description
This removes most chances of a sneaky null from coming through because the value is allowed to be null as it's optional. With multiple overloads with non-nullable parameter values, the analyser will pick it up.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.