We have a WCF application developed with .NET Framework 4.6.1
. We have already a modernization project going on to migrate to .NET 6
. This modernization project will take a year or more to complete.
Because the supporting for .NET Framework 4.6.1
is ending soon, we need to urgently migrate this WCF application to .NET Framework 4.8
or .NET 6
. Half of our apps and services are in both .NET Framework
and .NET Core 3.1
. We are thinking about migrating all apps and service to .NET, but I read that WCF service is not supported in .NET 6.
Can .NET Upgrade Assistant migrate WCF app to .NET 6?
Is there a migration utility available to migrate WCF to .NET 6?
Is it safe to migrate the WCF app to
.NET Framework 4.8
and get support from Microsoft for the next 1-2 years at least?