My colleagues and I are in the early stages of incrementally upgrading a large ASP.NET Web Forms enterprise app to ASP.NET Core, the supporting libraries will be upgraded to .NET Standard 2.0.
To help us we are using the.NET Upgrade Assistant extension in Visual Studio.
For the .NET Framework 4.7.2 => .NET Standard upgrade, we want to use the report feature to overview the issues to solve. However it seems we can only generate report with target .NET 6, 7, 8 etc.
I have looked around but did not find the correct documentation or an answer. Does anyone know if target Standard 2.0 report is supported? And in that case, how to generate it?
If unsupported, are there alternative tools? I know Microsoft has had other tools for porting, but I have lost track which are not obsolete tbh.
In VS we right click the solution, choose upgrade, choose new report, but there is no option for .NET Standard.
.NET Upgrade Assistant report feature in VS
This is in Visual studio 2022 community in Windows 11.