Skip to content

Instantly share code, notes, and snippets.

@lextm
Created April 8, 2019 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lextm/0b1db036d89fd0372028381c6b185714 to your computer and use it in GitHub Desktop.
Save lextm/0b1db036d89fd0372028381c6b185714 to your computer and use it in GitHub Desktop.
dotnet22 dependency chart
digraph "XXX"
{
nodesep=0; sep=0; ranksep=0
ratio="compress"
packmode="node"; pack=1
pad=0
splines=true
rankdir=TB // top-bottom
concentrate=true;
//K=0
edge [arrowsize=0.7,fontsize="6",fontcolor=grey]
node [fontname="Helvetica",fontsize="10"]
//node [shape=plaintext,height=0,width=4]
node [shape=plaintext,height=0]
rhdotnet22_3474925988934215106[label="rh-dotnet22"]
rhdotnet22runtime_5861047427089358195[label="rh-dotnet22-runtime"]
rhdotnet22_3474925988934215106 -> rhdotnet22runtime_5861047427089358195 [color=plum]
rhdotnet22runtime_5861047427089358195[label="rh-dotnet22-runtime"]
rhdotnet22runtime_5861047427089358195[label="rh-dotnet22-runtime"]
rhdotnet22runtime_5861047427089358195 -> rhdotnet22runtime_5861047427089358195 [color=plum]
sclutils_595841406236694105[label="scl-utils"]
rhdotnet22runtime_5861047427089358195 -> sclutils_595841406236694105 [color=plum]
sclutils_595841406236694105[label="scl-utils"]
rhdotnet22dotnet_2348823148321881366[label="rh-dotnet22-dotnet"]
rhdotnet22_3474925988934215106 -> rhdotnet22dotnet_2348823148321881366 [color=plum]
rhdotnet22dotnet_2348823148321881366[label="rh-dotnet22-dotnet"]
rhdotnet22dotnetsdk22_8027641549172917688[label="rh-dotnet22-dotnet-sdk-2.2"]
rhdotnet22dotnet_2348823148321881366 -> rhdotnet22dotnetsdk22_8027641549172917688 [color=plum]
rhdotnet22dotnetsdk22_8027641549172917688[label="rh-dotnet22-dotnet-sdk-2.2"]
rhdotnet22dotnetsdk221xx_8112690409920629969[label="rh-dotnet22-dotnet-sdk-2.2.1xx"]
rhdotnet22dotnetsdk22_8027641549172917688 -> rhdotnet22dotnetsdk221xx_8112690409920629969 [color=plum]
rhdotnet22dotnetsdk221xx_8112690409920629969[label="rh-dotnet22-dotnet-sdk-2.2.1xx"]
rhdotnet22dotnetruntime22_8455390536171316780[label="rh-dotnet22-dotnet-runtime-2.2"]
rhdotnet22dotnetsdk221xx_8112690409920629969 -> rhdotnet22dotnetruntime22_8455390536171316780 [color=plum]
rhdotnet22dotnetruntime22_8455390536171316780[label="rh-dotnet22-dotnet-runtime-2.2"]
libicu_7442207458051917472[label="libicu"]
rhdotnet22dotnetruntime22_8455390536171316780 -> libicu_7442207458051917472 [color=plum]
libicu_7442207458051917472[label="libicu"]
rhdotnet22dotnethostfxr22_4465352146138877186[label="rh-dotnet22-dotnet-host-fxr-2.2"]
rhdotnet22dotnetruntime22_8455390536171316780 -> rhdotnet22dotnethostfxr22_4465352146138877186 [color=plum]
rhdotnet22dotnethostfxr22_4465352146138877186[label="rh-dotnet22-dotnet-host-fxr-2.2"]
rhdotnet22dotnethost_1533385177632471528[label="rh-dotnet22-dotnet-host"]
rhdotnet22dotnethostfxr22_4465352146138877186 -> rhdotnet22dotnethost_1533385177632471528 [color=plum]
rhdotnet22dotnethost_1533385177632471528[label="rh-dotnet22-dotnet-host"]
rhdotnet22runtime_5861047427089358195[label="rh-dotnet22-runtime"]
rhdotnet22dotnethost_1533385177632471528 -> rhdotnet22runtime_5861047427089358195 [color=plum]
rhdotnet22runtime_5861047427089358195[label="rh-dotnet22-runtime"]
rhdotnet22dotnethostfxr22_4465352146138877186 -> rhdotnet22runtime_5861047427089358195 [color=plum]
rhdotnet22libcurl_5144364207535724702[label="rh-dotnet22-libcurl"]
rhdotnet22dotnetruntime22_8455390536171316780 -> rhdotnet22libcurl_5144364207535724702 [color=plum]
rhdotnet22libcurl_5144364207535724702[label="rh-dotnet22-libcurl"]
libssh2_5122170542829036834[label="libssh2"]
rhdotnet22libcurl_5144364207535724702 -> libssh2_5122170542829036834 [color=plum]
libssh2_5122170542829036834[label="libssh2"]
rhdotnet22runtime_5861047427089358195[label="rh-dotnet22-runtime"]
rhdotnet22libcurl_5144364207535724702 -> rhdotnet22runtime_5861047427089358195 [color=plum]
rhdotnet22runtime_5861047427089358195[label="rh-dotnet22-runtime"]
rhdotnet22dotnetruntime22_8455390536171316780 -> rhdotnet22runtime_5861047427089358195 [color=plum]
rhdotnet22runtime_5861047427089358195[label="rh-dotnet22-runtime"]
rhdotnet22dotnetsdk221xx_8112690409920629969 -> rhdotnet22runtime_5861047427089358195 [color=plum]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment