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.
This pull request includes updates to project dependencies, configuration files, and code adjustments to improve maintainability and functionality. The most important changes include dependency upgrades, project metadata updates, and configuration file additions for the
.idea
folder.Dependency Updates:
HTMLToQPDF.Example.csproj
to newer versions, includingDevExpressMvvm
(22.1.3 → 24.1.6),Fody
(6.6.4 → 6.9.2),HandyControls
(3.4.2 → 3.6.0),PropertyChanged.Fody
(4.0.4 → 4.1.0), andQuestPDF
(2023.12.5 → 2025.7.0).HtmlAgilityPack
(1.11.59 → 1.12.2) andQuestPDF
(2023.12.5 → 2025.7.0) dependencies inHTMLToQPDF.csproj
.Project Metadata Updates:
HTMLToQPDF.csproj
from 1.1.0 to 1.2.2.Configuration File Additions:
.idea
folder configuration files, including.gitignore
for ignored files,encodings.xml
for file encoding settings,indexLayout.xml
for user content model, andvcs.xml
for Git version control mappings. [1] [2] [3] [4]Code Adjustments:
ListVerticalPadding
property in theHTMLComponent
class, making it uninitialized by default.