Skip to content

Ensure mandatory path parameters are not empty#77

Merged
PrzemyslawKlys merged 1 commit intomasterfrom
update-cmdlet-parameters-and-validations
Aug 9, 2025
Merged

Ensure mandatory path parameters are not empty#77
PrzemyslawKlys merged 1 commit intomasterfrom
update-cmdlet-parameters-and-validations

Conversation

@PrzemyslawKlys
Copy link
Member

Summary

  • guard mandatory path parameters with [ValidateNotNullOrEmpty] in cmdlets

Testing

  • dotnet build
  • pwsh -NoLogo -NoProfile -File ./PSWritePDF.Tests.ps1 (fails: ParameterBindingException in Convert-PDFToText tests)

https://chatgpt.com/codex/tasks/task_e_6896f189a928832e8edcbd4f6e21544f

@PrzemyslawKlys PrzemyslawKlys merged commit 4849ce8 into master Aug 9, 2025
2 of 3 checks passed
@PrzemyslawKlys PrzemyslawKlys deleted the update-cmdlet-parameters-and-validations branch August 9, 2025 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant