Skip to content

Async HTTP support for Convert-HTMLToPDF cmdlet#69

Merged
PrzemyslawKlys merged 1 commit intomasterfrom
implement-asyncpscmdlet-with-httpclient
Aug 7, 2025
Merged

Async HTTP support for Convert-HTMLToPDF cmdlet#69
PrzemyslawKlys merged 1 commit intomasterfrom
implement-asyncpscmdlet-with-httpclient

Conversation

@PrzemyslawKlys
Copy link
Copy Markdown
Member

Summary

  • derive Convert-HTMLToPDF from AsyncPSCmdlet
  • fetch HTML with HttpClient asynchronously and guard output with ShouldProcess
  • add URI-based conversion test

Testing

  • dotnet build Sources/PSWritePDF/PSWritePDF.csproj -c Debug
  • pwsh -NoLogo -NoProfile -File ./PSWritePDF.Tests.ps1 (fails: 11 tests)

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

@PrzemyslawKlys PrzemyslawKlys merged commit 1d39821 into master Aug 7, 2025
2 of 3 checks passed
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