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

Json format APIPort report doesn't include the analyzed assemblyname

Open Lxiamail opened this issue 5 years ago • 2 comments

Below is an example of reported missing API. The assembly name, which calls the API is not on the report. This is reported by a customer. They have a large portfolio of 800+ apps running on our Azure Pack Private cloud (on premises) and they like the programmatic process the reports on Json format. "MissingDependencies": [ { "DefinedInAssemblyIdentity": "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "MemberDocId": "T:System.Web.Routing.UrlRoutingHandler", "TypeDocId": null, "RecommendedChanges": "", "SourceCompatibleChange": "", "TargetStatus": [ null, null ] },

Lxiamail avatar Mar 31 '20 23:03 Lxiamail

@Lxiamail is this on the roadmap? If not, I will try working on it, since I need it as well.

timotei avatar Feb 02 '21 14:02 timotei

@timotei It would be great if you like to contribute to this!

Lxiamail avatar Feb 02 '21 17:02 Lxiamail

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

terrajobst avatar Nov 15 '22 23:11 terrajobst