Commit Graph
2 Commits
Author SHA1 Message Date
b17314andClaude Opus 4.8 50922d8973 출력 파일명을 {분석폴더명}_DependencyMetrix 로 변경
- dependency_matrix.html/csv → <폴더명>_DependencyMetrix.html/csv
  (예: D:\ZOO → ZOO_DependencyMetrix.html)
- 파일명 불가 문자는 '_' 로 치환
- build-single-exe.bat: exe 회수 경로를 exe/ 폴더로 수정
- README 갱신

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 11:13:03 +09:00
b17314andClaude Opus 4.8 8250efbe57 DsmTool: 프로젝트 의존성 매트릭스(DSM) 생성기
- .NET/C++ 저장소를 스캔해 ProjectReference/내부 Reference/내부 NuGet 의존을
  파싱하고 DSM(HTML+CSV)을 생성하는 GUI/CLI 도구
- Avalonia + NativeAOT 단일 exe(완전 무설치), dsm.config.ini 팀별 설정 지원
- 내부 NuGet 자동 감지, 위상 정렬(순환 검출), 그룹 색상(auto/topfolder/prefix)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 11:04:56 +09:00