Skip to content

Commit 9e33821

Browse files
committed
run dump
1 parent 5a0e2e8 commit 9e33821

2 files changed

Lines changed: 146 additions & 89 deletions

File tree

docs/llm/dump.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
===============================================================================
22
PROJECT EXPORT
3-
Generated: Sat May 16 06:58:11 AM EDT 2026
3+
Generated: Sat May 16 07:00:19 AM EDT 2026
44
Project Path: /home/kushal/src/dotnet/MyBlog
55
===============================================================================
66

@@ -3728,8 +3728,8 @@ MODIFIED: 2026-01-01 22:21:17
37283728

37293729
================================================================================
37303730
FILE: src/Directory.Packages.props
3731-
SIZE: 2.42 KB
3732-
MODIFIED: 2026-05-16 06:57:38
3731+
SIZE: 2.50 KB
3732+
MODIFIED: 2026-05-16 06:58:51
37333733
================================================================================
37343734

37353735
<Project>
@@ -3771,6 +3771,8 @@ MODIFIED: 2026-05-16 06:57:38
37713771

37723772
<!-- E2E Testing (Playwright) -->
37733773
<PackageVersion Include="Microsoft.Playwright" Version="1.58.0" />
3774+
3775+
<PackageVersion Include="System.Security.Cryptography.Xml" Version="8.0.3" />
37743776
</ItemGroup>
37753777
</Project>
37763778

@@ -18083,7 +18085,7 @@ function showShareError(shareBtn, message) {
1808318085

1808418086

1808518087
===============================================================================
18086-
EXPORT COMPLETED: Sat May 16 06:58:12 AM EDT 2026
18088+
EXPORT COMPLETED: Sat May 16 07:00:20 AM EDT 2026
1808718089
Total Files Found: 130
1808818090
Files Exported: 130
1808918091
Files Skipped: 0 (binary or large files)

docs/llm/output/0070.txt

Lines changed: 140 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,133 @@
11
kushal@fedora:~/src/dotnet/MyBlog$ cd ~/src/dotnet/MyBlog/ && export DOTNET_CLI_TELEMETRY_OPTOUT=1 && (cd src && time dotnet format; time dotnet restore; time dotnet clean; time dotnet build; time dotnet run --project MyBlog.Tests/MyBlog.Tests.csproj; time dotnet list package; time dotnet list package --outdated); cd ~/src/dotnet/MyBlog/; cat export.sh; time bash export.sh; cat run-e2e.sh; time bash run-e2e.sh;
2-
Unhandled exception: System.Exception: Restore operation failed.
3-
at Microsoft.CodeAnalysis.Tools.CodeFormatter.OpenMSBuildWorkspaceAsync(String solutionOrProjectPath, WorkspaceType workspaceType, Boolean noRestore, Boolean requiresSemantics, String binaryLogPath, Boolean logWorkspaceWarnings, ILogger logger, CancellationToken cancellationToken)
4-
at Microsoft.CodeAnalysis.Tools.CodeFormatter.FormatWorkspaceAsync(FormatOptions formatOptions, ILogger logger, CancellationToken cancellationToken, String binaryLogPath)
5-
at Microsoft.CodeAnalysis.Tools.FormatCommandCommon.FormatAsync(FormatOptions formatOptions, ILogger`1 logger, CancellationToken cancellationToken)
6-
at Microsoft.CodeAnalysis.Tools.Commands.RootFormatCommand.FormatCommandDefaultHandler.InvokeAsync(ParseResult parseResult, CancellationToken cancellationToken)
7-
at System.CommandLine.Invocation.InvocationPipeline.InvokeAsync(ParseResult parseResult, CancellationToken cancellationToken)
8-
9-
real 0m1.381s
10-
user 0m1.373s
11-
sys 0m0.322s
12-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
13-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.E2E/MyBlog.E2E.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
14-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
15-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
16-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
17-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.E2E/MyBlog.E2E.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
18-
19-
Restore failed with 6 error(s) in 0.8s
20-
21-
real 0m0.965s
22-
user 0m1.205s
23-
sys 0m0.241s
2+
3+
real 0m9.735s
4+
user 0m17.831s
5+
sys 0m1.233s
6+
Restore complete (0.5s)
7+
8+
Build succeeded in 0.6s
9+
10+
real 0m0.714s
11+
user 0m0.789s
12+
sys 0m0.172s
13+
14+
Build succeeded in 0.5s
15+
16+
real 0m0.641s
17+
user 0m0.692s
18+
sys 0m0.141s
19+
Restore complete (0.5s)
20+
MyBlog.Core net10.0 succeeded (2.9s) → MyBlog.Core/bin/Debug/net10.0/MyBlog.Core.dll
21+
MyBlog.Infrastructure net10.0 succeeded (0.5s) → MyBlog.Infrastructure/bin/Debug/net10.0/MyBlog.Infrastructure.dll
22+
MyBlog.Web net10.0 succeeded (2.5s) → MyBlog.Web/bin/Debug/net10.0/MyBlog.Web.dll
23+
MyBlog.E2E net10.0 succeeded (0.7s) → MyBlog.E2E/bin/Debug/net10.0/MyBlog.E2E.dll
24+
MyBlog.Tests net10.0 succeeded (0.8s) → MyBlog.Tests/bin/Debug/net10.0/MyBlog.Tests.dll
25+
26+
Build succeeded in 7.3s
27+
28+
real 0m7.407s
29+
user 0m2.504s
30+
sys 0m0.472s
31+
xUnit.net v3 In-Process Runner v3.2.2+728c1dce01 (64-bit .NET 10.0.7)
32+
Discovering: MyBlog.Tests
33+
Discovered: MyBlog.Tests
34+
Starting: MyBlog.Tests
35+
Finished: MyBlog.Tests (ID = '24cedafe73dab5684218bb3cf04cfd49ae8ce3b87ae799399cb2e301cbc1e755')
36+
=== TEST EXECUTION SUMMARY ===
37+
MyBlog.Tests Total: 207, Errors: 0, Failed: 0, Skipped: 0, Not Run: 0, Time: 41.551s
38+
39+
real 0m43.413s
40+
user 0m46.936s
41+
sys 0m0.695s
42+
Restore complete (0.5s)
43+
44+
Build succeeded in 0.5s
45+
Project 'MyBlog.Core' has the following package references
46+
[net10.0]:
47+
Top-level Package Requested Resolved
48+
> Microsoft.Extensions.Logging 10.0.5 10.0.5
49+
50+
Project 'MyBlog.E2E' has the following package references
51+
[net10.0]:
52+
Top-level Package Requested Resolved
53+
> Microsoft.NET.Test.Sdk 18.3.0 18.3.0
54+
> Microsoft.Playwright 1.58.0 1.58.0
55+
> xunit.v3 3.2.2 3.2.2
56+
57+
Project 'MyBlog.Infrastructure' has the following package references
58+
[net10.0]:
59+
Top-level Package Requested Resolved
60+
> Microsoft.AspNetCore.Identity 2.3.9 2.3.9
61+
> Microsoft.EntityFrameworkCore.Sqlite 10.0.5 10.0.5
62+
> Microsoft.Extensions.Http 10.0.5 10.0.5
63+
> OpenTelemetry 1.15.3 1.15.3
64+
65+
Project 'MyBlog.Tests' has the following package references
66+
[net10.0]:
67+
Top-level Package Requested Resolved
68+
> Microsoft.EntityFrameworkCore.Sqlite 10.0.5 10.0.5
69+
> Microsoft.NET.Test.Sdk 18.3.0 18.3.0
70+
> Microsoft.Testing.Extensions.TrxReport 2.1.0 2.1.0
71+
> xunit.v3 3.2.2 3.2.2
72+
73+
Project 'MyBlog.Web' has the following package references
74+
[net10.0]:
75+
Top-level Package Requested Resolved
76+
> Microsoft.AspNetCore.App.Internal.Assets (A) [10.0.7, ) 10.0.7
77+
> Microsoft.AspNetCore.SignalR.Client 10.0.5 10.0.5
78+
> OpenTelemetry.Exporter.Console 1.15.3 1.15.3
79+
> OpenTelemetry.Exporter.OpenTelemetryProtocol 1.15.3 1.15.3
80+
> OpenTelemetry.Extensions.Hosting 1.15.3 1.15.3
81+
> OpenTelemetry.Instrumentation.AspNetCore 1.15.1 1.15.1
82+
> OpenTelemetry.Instrumentation.Http 1.15.1 1.15.1
83+
84+
(A) : Auto-referenced package.
85+
86+
real 0m1.574s
87+
user 0m1.595s
88+
sys 0m0.399s
89+
Restore complete (0.4s)
2490

2591
Build succeeded in 0.5s
2692

27-
real 0m0.691s
28-
user 0m0.726s
29-
sys 0m0.154s
30-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
31-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
32-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
33-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
34-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.E2E/MyBlog.E2E.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
35-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.E2E/MyBlog.E2E.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
36-
37-
Restore failed with 6 error(s) in 0.9s
38-
39-
real 0m1.029s
40-
user 0m1.295s
41-
sys 0m0.232s
42-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
43-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
44-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
45-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
46-
47-
The build failed. Fix the build errors and run again.
48-
49-
real 0m1.077s
50-
user 0m1.184s
51-
sys 0m0.198s
52-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.E2E/MyBlog.E2E.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
53-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
54-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
55-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.E2E/MyBlog.E2E.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
56-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
57-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
58-
59-
Restore failed with 6 error(s) in 0.8s
60-
61-
real 0m0.926s
62-
user 0m1.149s
63-
sys 0m0.215s
64-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
65-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
66-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.E2E/MyBlog.E2E.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-37gx-xxp4-5rgx
67-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.E2E/MyBlog.E2E.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
68-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Infrastructure/MyBlog.Infrastructure.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
69-
/home/kushal/src/dotnet/MyBlog/src/MyBlog.Tests/MyBlog.Tests.csproj : error NU1903: Warning As Error: Package 'System.Security.Cryptography.Xml' 8.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-w3x6-4m5h-cxqf
70-
71-
Restore failed with 6 error(s) in 0.8s
72-
73-
real 0m0.966s
74-
user 0m1.199s
75-
sys 0m0.211s
93+
The following sources were used:
94+
https://api.nuget.org/v3/index.json
95+
96+
Project `MyBlog.Core` has the following updates to its packages
97+
[net10.0]:
98+
Top-level Package Requested Resolved Latest
99+
> Microsoft.Extensions.Logging 10.0.5 10.0.5 10.0.8
100+
101+
Project `MyBlog.E2E` has the following updates to its packages
102+
[net10.0]:
103+
Top-level Package Requested Resolved Latest
104+
> Microsoft.NET.Test.Sdk 18.3.0 18.3.0 18.5.1
105+
> Microsoft.Playwright 1.58.0 1.58.0 1.59.0
106+
107+
Project `MyBlog.Infrastructure` has the following updates to its packages
108+
[net10.0]:
109+
Top-level Package Requested Resolved Latest
110+
> Microsoft.AspNetCore.Identity 2.3.9 2.3.9 2.3.10
111+
> Microsoft.EntityFrameworkCore.Sqlite 10.0.5 10.0.5 10.0.8
112+
> Microsoft.Extensions.Http 10.0.5 10.0.5 10.0.8
113+
114+
Project `MyBlog.Tests` has the following updates to its packages
115+
[net10.0]:
116+
Top-level Package Requested Resolved Latest
117+
> Microsoft.EntityFrameworkCore.Sqlite 10.0.5 10.0.5 10.0.8
118+
> Microsoft.NET.Test.Sdk 18.3.0 18.3.0 18.5.1
119+
> Microsoft.Testing.Extensions.TrxReport 2.1.0 2.1.0 2.2.3
120+
121+
Project `MyBlog.Web` has the following updates to its packages
122+
[net10.0]:
123+
Top-level Package Requested Resolved Latest
124+
> Microsoft.AspNetCore.SignalR.Client 10.0.5 10.0.5 10.0.8
125+
> OpenTelemetry.Instrumentation.AspNetCore 1.15.1 1.15.1 1.15.2
126+
127+
128+
real 0m2.766s
129+
user 0m2.049s
130+
sys 0m0.420s
76131
#!/bin/bash
77132
# =============================================================================
78133
# Complete Project Export for LLM Analysis
@@ -487,7 +542,7 @@ Processing (130/130): src/MyBlog.Web/wwwroot/js/site.js
487542
Output file: docs/llm/dump.txt
488543
Files exported: 130
489544
Files skipped: 0
490-
Output size: 567.82 KB
545+
Output size: 567.90 KB
491546

492547
File types included:
493548
• Source code: .cs, .fs, .vb
@@ -501,9 +556,9 @@ File types included:
501556
• Other: .sql, .resx, Dockerfile, etc.
502557

503558

504-
real 0m1.330s
505-
user 0m0.777s
506-
sys 0m0.823s
559+
real 0m1.359s
560+
user 0m0.725s
561+
sys 0m0.900s
507562
#!/bin/bash
508563
# =============================================================================
509564
# Run E2E Tests with Podman Compose
@@ -663,23 +718,23 @@ exit $E2E_EXIT_CODE
663718
[INFO] Removing any leftover containers from previous runs...
664719
[INFO] Using cached container images (pass --build to force rebuild)...
665720
[INFO] Starting MyBlog web service...
666-
726e631f286e0e9aaed3d1290e96c609779495b39c00a64a33605168df614e38
667-
ed41d0e81a71803d825637c08d47e376a0646bab75050912f4e2f4a8a8235b59
721+
50fb51d3d719ca0c853f129b78245dcc44d488acb98c28217a7bd2db8a953b35
722+
86ee59e73d81b2ac16d7c32fb0e777eafc27b6523bc321004b47ab59e2f82182
668723
myblog-web
669724
[INFO] Waiting for MyBlog to be ready...
670725
.
671726
[INFO] MyBlog is ready!
672727
[INFO] Running E2E tests...
673-
d694b10f4c9fbe0f4378448341f08ff8bfba80a68753cea4118067359532c50b
674-
[myblog-web] | cannot open `/run/user/1000/crun/ed41d0e81a71803d825637c08d47e376a0646bab75050912f4e2f4a8a8235b59/exec.fifo`: No such file or directory
675-
[myblog-web] | Error: unable to start container ed41d0e81a71803d825637c08d47e376a0646bab75050912f4e2f4a8a8235b59: `/usr/bin/crun start ed41d0e81a71803d825637c08d47e376a0646bab75050912f4e2f4a8a8235b59` failed: exit status 1
728+
e9284fee835ff961e940f4d0435c6f76cc855665d9998e6990d6099be20782ba
729+
[myblog-web] | cannot open `/run/user/1000/crun/86ee59e73d81b2ac16d7c32fb0e777eafc27b6523bc321004b47ab59e2f82182/exec.fifo`: No such file or directory
730+
[myblog-web] | Error: unable to start container 86ee59e73d81b2ac16d7c32fb0e777eafc27b6523bc321004b47ab59e2f82182: `/usr/bin/crun start 86ee59e73d81b2ac16d7c32fb0e777eafc27b6523bc321004b47ab59e2f82182` failed: exit status 1
676731
[myblog-e2e] | xUnit.net v3 In-Process Runner v3.2.2+728c1dce01 (64-bit .NET 10.0.5)
677732
[myblog-e2e] | Discovering: MyBlog.E2E
678733
[myblog-e2e] | Discovered: MyBlog.E2E
679734
[myblog-e2e] | Starting: MyBlog.E2E
680735
[myblog-e2e] | Finished: MyBlog.E2E (ID = '4d488734a9156ea8719a93bca3e9cb47dfeac4715a7981582060bf185a1e7bf4')
681736
[myblog-e2e] | === TEST EXECUTION SUMMARY ===
682-
[myblog-e2e] | MyBlog.E2E Total: 78, Errors: 0, Failed: 0, Skipped: 0, Not Run: 0, Time: 25.256s
737+
[myblog-e2e] | MyBlog.E2E Total: 78, Errors: 0, Failed: 0, Skipped: 0, Not Run: 0, Time: 25.657s
683738
[myblog-e2e] |
684739
[INFO] Capturing logs...
685740
[INFO] Cleaning up...
@@ -688,11 +743,11 @@ myblog-web
688743
myblog-e2e
689744
myblog-web
690745
myblog_myblog-data
691-
726e631f286e0e9aaed3d1290e96c609779495b39c00a64a33605168df614e38
746+
50fb51d3d719ca0c853f129b78245dcc44d488acb98c28217a7bd2db8a953b35
692747
myblog_myblog-network
693748
[INFO] E2E tests passed! ✓
694749

695-
real 0m34.221s
696-
user 0m1.895s
697-
sys 0m1.316s
750+
real 0m34.667s
751+
user 0m2.113s
752+
sys 0m1.234s
698753
kushal@fedora:~/src/dotnet/MyBlog$

0 commit comments

Comments
 (0)