Add separated shared runtime helper surface#23
Merged
Conversation
Move shared runtime helper implementations into AtlassianPS.Configuration under Public/SharedRuntime and Private/SharedRuntime, recurse loader/build/test discovery for nested helper folders, and align tests/docs around the separated helper surface. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- load HttpUtility type across Desktop/Core before helper use\n- include SharedRuntime commands in help and example validation\n- add command markdown help for shared runtime exports\n- expand unit coverage around URL/query and error record helpers\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
49ad95d to
9e9c0c3
Compare
- replace Stop-ErrorRecord with Write-TerminatingError\n- replace Write-ErrorRecord with Write-NonTerminatingError\n- rename/update tests and command docs for new helper names\n- improve Join-Hashtable duplicate handling and comparer preservation\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- move Resolve-FullPath from Public/SharedRuntime to Private/SharedRuntime\n- remove public command doc for Resolve-FullPath\n- keep Resolve-FilePath as the only public path helper\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- rename ConvertTo-GetParameter to ConvertTo-QueryString\n- rename ConvertTo-ParameterHash to ConvertFrom-QueryString\n- rename aligned test and command documentation files\n- update references and examples to method-agnostic query naming\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- reintroduce -BreakPoint and -Cmdlet parameters on Write-DebugMessage\n- align unit tests with legacy signature expectations\n- update command help syntax and parameter docs\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Notes