mirror of
https://github.com/iOfficeAI/OfficeCLI
synced 2026-04-21 13:37:23 +00:00
Add OfficeCli.Tests project with xUnit 2.9.3 and FluentAssertions covering the Create→Add→Get→Set→Verify lifecycle for PPTX and Excel handlers. Also adds FormulaParser and ExcelStyleManager unit tests, and a CLAUDE.md documenting project conventions and known API quirks.
8 lines
219 B
Text
8 lines
219 B
Text
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/officecli/officecli.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/OfficeCli.Tests/OfficeCli.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|