Skip to content

Commit 174f8ee

Browse files
committed
Update to .NET 10 LTS and improve test coverage
1 parent 4b8adc2 commit 174f8ee

File tree

144 files changed

+314
-2620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+314
-2620
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,16 @@ ehthumbs.db
148148
TestResult.xml
149149
nunit-*.xml
150150

151-
ocr/
151+
ocr/
152+
153+
# Test outputs
154+
CreatePdf.NET.Tests/output/
155+
test_output.txt
156+
build-output.txt
157+
158+
# Coverage results
159+
coverage-results/
160+
coverage-check/
161+
162+
# Temporary files
163+
temp/

0 commit comments

Comments
 (0)