▲ | AtNightWeCode 2 days ago | |||||||
Bs, basically, the docs about upgrading between frameworks and what works with what is actually pretty current and often disappears after some years. Especially anything about edge cases. Several upgrades also demands that you do the upgrade version by version. It is tedious work if you don't have a full understanding of the app. Nuget has also become a complete dependency hell. Today you often have to point out what to use to get your legacy apps to build with newer .NET versions. You can't just go with latest. | ||||||||
▲ | licon4812 2 days ago | parent | next [-] | |||||||
I just upgraded a .NET Framework 3.5 Windows application to .NET 9, with little to no issues. I even decided to remake it as a WinUI app instead of leaving it in WinForms. The entire process took me less than 2 weeks, of just casual development | ||||||||
▲ | GreymanTheGrey 2 days ago | parent | prev [-] | |||||||
"Several upgrades also demands that you do the upgrade version by version" This seems unlikely. Do you have a source? | ||||||||
|