feat: add unit tests for DocumentContent, CustomSource, PageLocationCitation, SourceType, and TextSource classes

chore: update VSCode settings to exclude docs from search
This commit is contained in:
Stevan Freeborn
2025-06-20 22:23:57 -05:00
parent d2173555bc
commit 68e91fcdbb
6 changed files with 104 additions and 1 deletions
+4 -1
View File
@@ -17,5 +17,8 @@
"targetdir",
"typeof"
],
"dotnet.unitTests.runSettingsPath": "./tests/AnthropicClient.Tests/.runsettings"
"dotnet.unitTests.runSettingsPath": "./tests/AnthropicClient.Tests/.runsettings",
"search.exclude": {
"**/docs": true,
}
}