mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
Update SKILL.md with clearer refactoring guidelines
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
Abhitej John
parent
11870a3b83
commit
3c8cab00a1
@@ -134,6 +134,6 @@ checks.
|
||||
## Stop and ask when
|
||||
|
||||
- The baseline is already red (you can't prove you preserved behavior).
|
||||
- A public/shipped API would change and there is no forwarder/shim path and no analyzer/ApiCompat gate.
|
||||
- A public/shipped API would change without a forwarder/shim or explicit authorization for a breaking change.
|
||||
- Equivalence depends on runtime behavior tests don't cover (reflection, DI, serialization, `dynamic`,
|
||||
P/Invoke) — flag it.
|
||||
|
||||
Reference in New Issue
Block a user