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

DGML generation seems to be broken

Open vruss opened this issue 4 years ago • 4 comments

While trying to generate DGML output of a very large BuildOutput of assemblies I receive different error codes

ApiPort.2.7.0 Run from Windows Powershell:

.\ApiPort.exe analyze -f .\source\BuildOutput -t ".NET Standard, Version=1.3" -r DGML -o DependencyReport_Standard1.3.dgml

Error codes

first run:

There was an unexpected error.  Please try again or contact [email protected] for help.

Once:

There was an unknown error code from the service: 'BadGateway'.  Please make sure you have the most up-to-date version.

Several:

There was an unknown error code from the service: 'InternalServerError'.  Please make sure you have the most up-to-date version.

Edit: I re-ran with Excel output and it worked this time. DGML still broken.

vruss avatar Sep 18 '20 09:09 vruss

@vruss Thanks for reporting the issue. Does the same issue repro if analyze smaller binary?

Lxiamail avatar Sep 28 '20 17:09 Lxiamail

I'm getting this now when I run this on this repo: https://github.com/dotnet-architecture/eShopModernizing/tree/master/eShopLegacyMVCSolution

Using latest version downloaded today and VS2019.

Unchecking DGML allows analysis to complete (Excel works).

ardalis avatar Oct 25 '20 22:10 ardalis

This looks like a duplicate of #896

raydixon avatar Dec 01 '20 03:12 raydixon

Is there an update on this issue?

aszalacinski avatar Jan 15 '21 20:01 aszalacinski

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

terrajobst avatar Nov 15 '22 23:11 terrajobst