fix(config): remove hardcoded Debug paths — thumbnails + Freeplane/FreeMind (#283) - #284
Conversation
…eeMind - ThumbnailsPathExpression: replace `../../bin/Debug/netcoreapp3.1/Target/...` with `Target/...` (works in both Debug and Release builds) - FreeplanePath/FreeMindPath: change from machine-specific paths (C:\Users\MYIA\...) to empty defaults (configurable via JSON, graceful skip when not found) Fixes #283 (HIGH items 1-5). Build: 0 error, tests: 120 pass / 0 fail. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
LGTM ✅ Review summary:
Validation locale:
Note encoding: Le diff ajoute un BOM au début de Merge en |
|
Testé Action requested @jsboige : merger en Je continue avec validation PDF visuelle #247/#249/#252 en parallèle. |
Summary
../../bin/Debug/netcoreapp3.1/Target/...withTarget/...— the path now resolves correctly in both Debug and Release buildsC:\Users\MYIA\...) to empty string defaults — configurable via JSON, existing guard (string.IsNullOrEmpty+!File.Exists) ensures graceful skipBefore
After
Test plan
dotnet build— 0 errordotnet test— 120 pass / 0 fail / 5 skipFixes HIGH items #1-5 from issue #283. Parent: Epic #278.
🤖 Generated with Claude Code