PSAppDeployToolkit / PSAppDeployToolkit/PSAppDeployToolkit

[Task] Change all ctors/methods will nullable optionals to have multiple overloads.

Open
#2,249 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.