Skip to content

Commit 7fee96e

Browse files
ANcpLuaclaude
andcommitted
Clean up repository and fix Docker build
- Remove documentation files (ANALYZER.md, ANALYZER_DISCOVERY.md, CLAUDE.md) - Remove 126 test-generated PDF files from version control - Update .gitignore to exclude test outputs, coverage results, and temp files - Add RuntimeSystemEnvironmentTests.cs for system environment testing - Update Dockerfile to use stable .NET 10 SDK instead of preview - Fix TextRenderer null reference handling - Add edge case tests for TextRenderer 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 507ff9c commit 7fee96e

133 files changed

Lines changed: 54 additions & 2278 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,15 @@ 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+
157+
# Coverage results
158+
coverage-results/
159+
coverage-check/
160+
161+
# Temporary files
162+
temp/

0 commit comments

Comments
 (0)