dotnet-apiport
dotnet-apiport copied to clipboard
Feature Request: include major unsupported components in report summary
It would be nice to get a general idea about the major components that block the porting. There could be a mapping from namespaces to components, e.g.,
System.AppDomain => App Domain System.Windows.Forms => Win Forms System.Windows.*** => WPF System.Runtime.Remoting => Remoting/RPC
and major can be defined as greater than some chosen percentage.
This would be helpful.
- We would have to surface the Components list
- We can use the same infrastructure as recommended changes to identify which component a NS belongs in.
Closing as API Port was deprecated in favor of binary analysis in .NET Upgrade Assistant.