A tool to assist developers in upgrading .NET Framework applications to .NET 6 and beyond
1.11k
stars
163
forks
source link
`CoreWCF` was not used and the sample project `CalculatorService` is still `using System.ServiceModel;` #1521
Open
Shereef opened 1 year ago
Describe the bug
CoreWCF
was not used and the sample projectCalculatorService
is stillusing System.ServiceModel;
To Reproduce
cd
into CalculatorServiceupgrade-assistant upgrade CalculatorService.csproj
onv0.5.261.51392
framework.inplace
and.NET 6.0 (Supported until November, 2024)
CoreWCF
is not used at allExceptions (if any)
Further technical details
Windows 11 Pro
version22H2
dotnet --list-sdks
:7.0.401 [C:\Program Files\dotnet\sdk]
upgrade-assistant --version
:The log file
upgrade-assistant.clef
was not generated but here are the logs from console: