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

Loading…
Cancel
Save