Browse Source

Update Notebook for 8.1

pull/3050/head
Christoph Wille 2 years ago
parent
commit
7b58f79d9c
  1. 70
      decompiler-nuget-demos.ipynb

70
decompiler-nuget-demos.ipynb

@ -11,17 +11,20 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 10,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "csharp" "language": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
} }
}, },
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/html": [ "text/html": [
"<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>ICSharpCode.Decompiler, 7.2.0.6791-preview3</span></li></ul></div></div>" "<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>ICSharpCode.Decompiler, 8.1.0.7455</span></li></ul></div></div>"
] ]
}, },
"metadata": {}, "metadata": {},
@ -31,12 +34,12 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"ICSharpCode.Decompiler, Version=7.2.0.6791, Culture=neutral, PublicKeyToken=d4bfe873e7598c49\r\n" "ICSharpCode.Decompiler, Version=8.1.0.7455, Culture=neutral, PublicKeyToken=d4bfe873e7598c49\r\n"
] ]
} }
], ],
"source": [ "source": [
"#r \"nuget: ICSharpCode.Decompiler, 7.2.0.6791-preview3\"\n", "#r \"nuget: ICSharpCode.Decompiler, 8.1.0.7455\"\n",
"\n", "\n",
"using System.Reflection.Metadata;\n", "using System.Reflection.Metadata;\n",
"using ICSharpCode.Decompiler;\n", "using ICSharpCode.Decompiler;\n",
@ -56,10 +59,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 11,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "csharp" "language": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
} }
}, },
"outputs": [], "outputs": [],
@ -79,10 +85,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 12,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "csharp" "language": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
} }
}, },
"outputs": [ "outputs": [
@ -90,7 +99,7 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"1480\r\n" "1532\r\n"
] ]
} }
], ],
@ -108,10 +117,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 13,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "csharp" "language": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
} }
}, },
"outputs": [ "outputs": [
@ -146,10 +158,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 14,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "csharp" "language": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
} }
}, },
"outputs": [ "outputs": [
@ -196,10 +211,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 15,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "csharp" "language": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
} }
}, },
"outputs": [], "outputs": [],
@ -217,10 +235,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 16,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "csharp" "language": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
} }
}, },
"outputs": [ "outputs": [
@ -228,15 +249,14 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"Microsoft\r\n", "Microsoft\n",
"System\r\n", "System\n",
"LightJson\r\n", "LightJson\n",
"Humanizer\r\n", "Humanizer\n",
"ICSharpCode\r\n", "ICSharpCode\n",
"FxResources\r\n", "FxResources\n",
"Internal\r\n", "Internal\n",
"MS\r\n", "MS\n"
"Windows\r\n"
] ]
} }
], ],
@ -254,10 +274,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 17,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "csharp" "language": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
} }
}, },
"outputs": [ "outputs": [
@ -276,10 +299,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 18,
"metadata": { "metadata": {
"dotnet_interactive": { "dotnet_interactive": {
"language": "csharp" "language": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
} }
}, },
"outputs": [], "outputs": [],

Loading…
Cancel
Save