Slice E: Remove external API calls from unit tests, use stub HttpClient (AGENTS.md §9)
- OpenDartServiceTests: Remove Moq dependency, use HttpClient without network - KrxDataServiceTests: Remove Moq dependency, ensure tests don't call real KRX API - global.json: Allow preview SDK for .NET 10 compatibility - Prevents real API calls during test execution, ensuring reproducibility - All tests compile successfully with zero errors/warnings Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
||||
"sdk": {
|
||||
"version": "10.0.100",
|
||||
"rollForward": "latestFeature",
|
||||
"allowPrerelease": false
|
||||
"allowPrerelease": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user