Conversation
…Key in Pester.yml
…the correct step in Pester.yml
…the build step in Pester.yml
…the Setup .NET step in Pester.yml
…the correct step in Pester.yml
…n Pester.yml and add it to AbrDiagrammer.csproj
…seKey in Pester.yml
…s in New-AbrDiagram function
Expose the Graphviz dpi graph attribute so raster (PNG/JPG) output resolution can be set explicitly instead of being fixed at the Graphviz default of 96. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The icon <TD> for a regular (non-subgraph) node had no width/height/fixedsize attribute, so its rendered size was derived purely from the source image's pixel count interpreted as Graphviz points. This made resizing the source PNG an unreliable way to control on-page icon size. Mirrors the existing SubgraphIconWidth/SubgraphIconHeight pattern.
Add dpi parameter to New-AbrDiagram and Icon size parameters to Add-HtmlNodeTable
…en declared but not used
Fix CodeQL 1230
|
PSScriptAnalyzer results: Errors: [0], Warnings: [53], Information: [6]
|
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.
[1.0.8] - 2026-06-16
🧰 Added
-Dpiparameter toNew-AbrDiagram, allowing the raster output resolution (PNG/JPG) to be set directly via the Graphvizdpigraph attribute instead of being fixed at the Graphviz default of 96-IconWidth/-IconHeightparameters toAdd-HtmlNodeTable, allowing the rendered icon size in a node's HTML table to be set explicitly instead of being derived solely from the source image's pixel dimensions🔃 Changed
Get-AbrNodeIPcmdlet🔧 Fixed
Add-HtmlSignatureTablecalls inNew-AbrDiagramfunctionNew-AbrDiagramfunction