From 7b58f79d9c05ad96ecee613af81bf3a3f8bf7c6e Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Fri, 4 Aug 2023 14:33:25 +0200 Subject: [PATCH] Update Notebook for 8.1 --- decompiler-nuget-demos.ipynb | 70 ++++++++++++++++++++++++------------ 1 file changed, 48 insertions(+), 22 deletions(-) diff --git a/decompiler-nuget-demos.ipynb b/decompiler-nuget-demos.ipynb index 18956d2a5e..09c5930719 100644 --- a/decompiler-nuget-demos.ipynb +++ b/decompiler-nuget-demos.ipynb @@ -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": [ - "
Installed Packages
  • ICSharpCode.Decompiler, 7.2.0.6791-preview3
" + "
Installed Packages
  • ICSharpCode.Decompiler, 8.1.0.7455
" ] }, "metadata": {}, @@ -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 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 11, "metadata": { "dotnet_interactive": { "language": "csharp" + }, + "vscode": { + "languageId": "polyglot-notebook" } }, "outputs": [], @@ -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 @@ "name": "stdout", "output_type": "stream", "text": [ - "1480\r\n" + "1532\r\n" ] } ], @@ -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 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 14, "metadata": { "dotnet_interactive": { "language": "csharp" + }, + "vscode": { + "languageId": "polyglot-notebook" } }, "outputs": [ @@ -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 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 16, "metadata": { "dotnet_interactive": { "language": "csharp" + }, + "vscode": { + "languageId": "polyglot-notebook" } }, "outputs": [ @@ -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 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 17, "metadata": { "dotnet_interactive": { "language": "csharp" + }, + "vscode": { + "languageId": "polyglot-notebook" } }, "outputs": [ @@ -276,10 +299,13 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 18, "metadata": { "dotnet_interactive": { "language": "csharp" + }, + "vscode": { + "languageId": "polyglot-notebook" } }, "outputs": [],