dotnet-apiport icon indicating copy to clipboard operation
dotnet-apiport copied to clipboard

Feature Request: include major unsupported components in report summary

Open jeremymeng opened this issue 8 years ago • 1 comments

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.

jeremymeng avatar Apr 25 '17 23:04 jeremymeng

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.

conniey avatar Jun 05 '17 23:06 conniey

Closing as API Port was deprecated in favor of binary analysis in .NET Upgrade Assistant.

terrajobst avatar Nov 15 '22 23:11 terrajobst