Skip to content

Commit

Permalink
Update rules/do-you-create-a-migration-plan/rule.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gordon Beeming [SSW] <[email protected]>
  • Loading branch information
lukecookssw and GordonBeeming authored Sep 13, 2023
1 parent 2bf2420 commit 65c40a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/do-you-create-a-migration-plan/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Targeting both your current .NET Framework version *and* your future .NET versio
::: greybox
Why is this important?

Imagine you *don't* do this, and instead, you simply target there newer version of .NET. You get a list of 100 build errors due to breaking changes - too many for 1 Sprint (or 2 Sprints, or 3).
Imagine you *don't* do this, and instead, you simply target the newer version of .NET. You get a list of 100 build errors due to breaking changes - too many for 1 Sprint (or 2 Sprints, or 3).

You start fixing these build errors. You go from 100 errors to 50 - progress!
Then you're told there's an urgent bug/feature/whatever that needs fixing ASAP. But you've still got 50 build errors when you're targeting .NET.
Expand Down

0 comments on commit 65c40a2

Please sign in to comment.