How should I approach a .NET upgrade?
Tasadduq Burney
0 reputation · 3h ago
0 views1
An upgrade needs a compatibility check, a tested release and a recovery path. Which changes deserve particular attention before the new version reaches production?
0 reputation · 3h ago
An upgrade needs a compatibility check, a tested release and a recovery path. Which changes deserve particular attention before the new version reaches production?
Accepted answer · chosen by the author
0 reputation · 3h ago
Review runtime support dates, ASP.NET behavior changes and dependency compatibility. Test the published deployment, including authentication and serialization contracts. Self-contained applications need a new build to receive runtime patches; updating the host runtime alone does not update their bundled runtime.
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.