Show HN: Slnmap – Roslyn code graph linking React call sites to .NET endpoints

3 pointsposted 6 hours ago
by emahmoudnabil

2 Comments

anishvarghese

4 hours ago

I recently built a similar local mapping tool for TypeScript to optimize my AI's tool calls how are you handling stale graph updates when the codebase changes?

fottly

6 hours ago

Nice project. Curious how you're handling ordering guarantees across retries, is it strictly per-partition, or can messages arrive out of order under heavy load?