diff --git a/Workbench/WebalyeeceeNujayuyajere/Program.cs b/Workbench/WebalyeeceeNujayuyajere/Program.cs new file mode 100644 index 000000000..1912d9099 --- /dev/null +++ b/Workbench/WebalyeeceeNujayuyajere/Program.cs @@ -0,0 +1,13 @@ +// See https://aka.ms/new-console-template for more information + +using System.Diagnostics; +using System.Text.Json.Nodes; + +var json = """ + {"cId":"41040e95-19f0-4674-9a19-41ae9ac675ef","cSize":554661,"cVersion":1,"userId":"2ced2d79de0f401b126ea6a347475c51","userName":"lindexi"} + """; + +var jsonNode = JsonNode.Parse(json); +var traceId = jsonNode?["cId"]?.ToString(); + +Console.WriteLine("Hello, World!"); diff --git a/Workbench/WebalyeeceeNujayuyajere/WebalyeeceeNujayuyajere.csproj b/Workbench/WebalyeeceeNujayuyajere/WebalyeeceeNujayuyajere.csproj new file mode 100644 index 000000000..fd4bd08da --- /dev/null +++ b/Workbench/WebalyeeceeNujayuyajere/WebalyeeceeNujayuyajere.csproj @@ -0,0 +1,10 @@ + + + + Exe + net9.0 + enable + enable + + + diff --git a/Workbench/WebalyeeceeNujayuyajere/WebalyeeceeNujayuyajere.sln b/Workbench/WebalyeeceeNujayuyajere/WebalyeeceeNujayuyajere.sln new file mode 100644 index 000000000..14368e658 --- /dev/null +++ b/Workbench/WebalyeeceeNujayuyajere/WebalyeeceeNujayuyajere.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebalyeeceeNujayuyajere", "WebalyeeceeNujayuyajere.csproj", "{DD510806-B98E-4840-A640-D046D243BACD}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DD510806-B98E-4840-A640-D046D243BACD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DD510806-B98E-4840-A640-D046D243BACD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DD510806-B98E-4840-A640-D046D243BACD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DD510806-B98E-4840-A640-D046D243BACD}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal