dotnet-apiport
dotnet-apiport copied to clipboard
DGML generation seems to be broken
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 Thanks for reporting the issue. Does the same issue repro if analyze smaller binary?
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).
This looks like a duplicate of #896
Is there an update on this issue?
Closing as API Port was deprecated in favor of binary analysis in .NET Upgrade Assistant.