Update ROADMAP and test structure for DevExpressPdfProcessor

Updated ROADMAP.md to reflect progress on Phase 3, Step 3.2:
- Created test folder structure under Unit/Infrastructure/Services/PdfProcessing.
- Updated progress status to 2/7 mini-steps completed.
- Documented next step (adding a test PDF file) and marked DevExpressPdfProcessor.cs implementation as "IN PROGRESS."
- Highlighted availability of the DevExpress Universal License.

Modified DocumentOperator.Tests.csproj:
- Added the new test folder structure to the project file.
This commit is contained in:
OlgunR
2026-06-19 12:44:29 +02:00
parent 09cc64eff0
commit b8c9e1b6a6
2 changed files with 11 additions and 10 deletions

View File

@@ -31,4 +31,8 @@
<ProjectReference Include="..\DocumentOperator.Infrastructure\DocumentOperator.Infrastructure.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Unit\Infrastructure\Services\PdfProcessing\" />
</ItemGroup>
</Project>