You rename a method… and production breaks.
Why this happens
Reflection, DI containers, and source generators bypass static reference tracking.
Why it matters
Refactors appear safe but silently break runtime behavior.
Fix
Search for string-based registrations and generated code outputs before refactoring.
