Commit 10c8619
committed
run dump and add memory from claude
kushal@syn-2600-6c56-9840-001d-0000-0000-0000-1157:~/src/dotnet/network-monitor/src$ cd ~/src/dotnet/network-monitor/; time bash export.sh; cd ~/src/dotnet/network-monitor/src; time dotnet --info; time dotnet format; time dotnet restore; time dotnet clean; time dotnet build; time dotnet test; time dotnet list package; time dotnet list package --outdated;
Starting project export...
Project Path: /home/kushal/src/dotnet/network-monitor
Output File: docs/llm/dump.txt
Generating directory structure...
Collecting files...
Found 51 files to export
Processing (1/51): .github/workflows/build-and-test.yml
Processing (2/51): .github/workflows/release.yml
Processing (3/51): src/Directory.Build.props
Processing (4/51): src/Directory.Packages.props
Processing (5/51): src/NetworkMonitor.Console/appsettings.json
Processing (6/51): src/NetworkMonitor.Console/NetworkMonitor.Console.csproj
Processing (7/51): src/NetworkMonitor.Console/Program.cs
Processing (8/51): src/NetworkMonitor.Core/Exporters/FileExporterExtensions.cs
Processing (9/51): src/NetworkMonitor.Core/Exporters/FileExporterOptions.cs
Processing (10/51): src/NetworkMonitor.Core/Exporters/FileMetricExporter.cs
Processing (11/51): src/NetworkMonitor.Core/Models/HistoricalData.cs
Processing (12/51): src/NetworkMonitor.Core/Models/MonitorOptions.cs
Processing (13/51): src/NetworkMonitor.Core/Models/NetworkStatus.cs
Processing (14/51): src/NetworkMonitor.Core/Models/NetworkStatusEventArgs.cs
Processing (15/51): src/NetworkMonitor.Core/Models/PingResult.cs
Processing (16/51): src/NetworkMonitor.Core/Models/StorageOptions.cs
Processing (17/51): src/NetworkMonitor.Core/NetworkMonitor.Core.csproj
Processing (18/51): src/NetworkMonitor.Core/ServiceCollectionExtensions.cs
Processing (19/51): src/NetworkMonitor.Core/Services/ConsoleStatusDisplay.cs
Processing (20/51): src/NetworkMonitor.Core/Services/GatewayDetector.cs
Processing (21/51): src/NetworkMonitor.Core/Services/IGatewayDetector.cs
Processing (22/51): src/NetworkMonitor.Core/Services/IInternetTargetProvider.cs
Processing (23/51): src/NetworkMonitor.Core/Services/INetworkConfigurationService.cs
Processing (24/51): src/NetworkMonitor.Core/Services/INetworkMonitorService.cs
Processing (25/51): src/NetworkMonitor.Core/Services/InternetTargetProvider.cs
Processing (26/51): src/NetworkMonitor.Core/Services/IPingService.cs
Processing (27/51): src/NetworkMonitor.Core/Services/IStatusDisplay.cs
Processing (28/51): src/NetworkMonitor.Core/Services/MonitorBackgroundService.cs
Processing (29/51): src/NetworkMonitor.Core/Services/NetworkConfigurationService.cs
Processing (30/51): src/NetworkMonitor.Core/Services/NetworkMonitorService.cs
Processing (31/51): src/NetworkMonitor.Core/Services/PingService.cs
Processing (32/51): src/NetworkMonitor.Core/Storage/IStorageService.cs
Processing (33/51): src/NetworkMonitor.Core/Storage/SqliteStorageService.cs
Processing (34/51): src/NetworkMonitor.slnx
Processing (35/51): src/NetworkMonitor.Tests/Fakes/FakeGatewayDetector.cs
Processing (36/51): src/NetworkMonitor.Tests/Fakes/FakeInternetTargetProvider.cs
Processing (37/51): src/NetworkMonitor.Tests/Fakes/FakeNetworkConfigurationService.cs
Processing (38/51): src/NetworkMonitor.Tests/Fakes/FakePingService.cs
Processing (39/51): src/NetworkMonitor.Tests/Fakes/FakePingServiceTests.cs
Processing (40/51): src/NetworkMonitor.Tests/Fakes/FakeStorageService.cs
Processing (41/51): src/NetworkMonitor.Tests/Models/MonitorOptionsTests.cs
Processing (42/51): src/NetworkMonitor.Tests/Models/NetworkHealthTests.cs
Processing (43/51): src/NetworkMonitor.Tests/Models/NetworkStatusEventArgsTests.cs
Processing (44/51): src/NetworkMonitor.Tests/Models/PingResultTests.cs
Processing (45/51): src/NetworkMonitor.Tests/NetworkMonitor.Tests.csproj
Processing (46/51): src/NetworkMonitor.Tests/NetworkStatusTests.cs
Processing (47/51): src/NetworkMonitor.Tests/PingResultTests.cs
Processing (48/51): src/NetworkMonitor.Tests/Services/GatewayDetectorTests.cs
Processing (49/51): src/NetworkMonitor.Tests/Services/InternetTargetProviderTests.cs
Processing (50/51): src/NetworkMonitor.Tests/Services/NetworkConfigurationServiceTests.cs
Processing (51/51): src/NetworkMonitor.Tests/Services/NetworkMonitorServiceTests.cs
Export completed successfully!
Output file: /home/kushal/src/dotnet/network-monitor/docs/llm/dump.txt
Total files exported: 51
Output file size: 0.15 MB
real 0m0.474s
user 0m0.230s
sys 0m0.305s
.NET SDK:
Version: 10.0.101
Commit: fad253f51b
Workload version: 10.0.101.1
MSBuild version: 18.0.6+fad253f51
Runtime Environment:
OS Name: fedora
OS Version: 43
OS Platform: Linux
RID: fedora.43-x64
Base Path: /usr/lib64/dotnet/sdk/10.0.101/
.NET workloads installed:
[android]
Installation Source: SDK 10.0.100
Manifest Version: 36.1.2/10.0.100
Manifest Path: /home/kushal/.dotnet/sdk-manifests/10.0.100/microsoft.net.sdk.android/36.1.2/WorkloadManifest.json
Install Type: FileBased
Configured to use workload sets when installing new manifests.
Host:
Version: 10.0.1
Architecture: x64
Commit: fad253f51b
.NET SDKs installed:
10.0.101 [/usr/lib64/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 10.0.1 [/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 10.0.1 [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
DOTNET_BUNDLE_EXTRACT_BASE_DIR [/home/kushal/.cache/dotnet_bundle_extract]
DOTNET_ROOT [/usr/lib64/dotnet]
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
real 0m0.212s
user 0m0.134s
sys 0m0.047s
real 0m5.729s
user 0m7.811s
sys 0m0.688s
Restore complete (0.5s)
Build succeeded in 0.6s
real 0m0.715s
user 0m0.700s
sys 0m0.135s
Build succeeded in 0.4s
real 0m0.578s
user 0m0.581s
sys 0m0.122s
Restore complete (0.4s)
NetworkMonitor.Core net10.0 succeeded (2.9s) → NetworkMonitor.Core/bin/Debug/net10.0/NetworkMonitor.Core.dll
NetworkMonitor.Console net10.0 succeeded (0.3s) → NetworkMonitor.Console/bin/Debug/net10.0/NetworkMonitor.Console.dll
NetworkMonitor.Tests net10.0 succeeded (0.5s) → NetworkMonitor.Tests/bin/Debug/net10.0/NetworkMonitor.Tests.dll
Build succeeded in 3.9s
real 0m4.089s
user 0m1.932s
sys 0m0.308s
Restore complete (0.5s)
NetworkMonitor.Core net10.0 succeeded (0.1s) → NetworkMonitor.Core/bin/Debug/net10.0/NetworkMonitor.Core.dll
NetworkMonitor.Tests net10.0 succeeded (0.1s) → NetworkMonitor.Tests/bin/Debug/net10.0/NetworkMonitor.Tests.dll
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.14] Discovering: NetworkMonitor.Tests
[xUnit.net 00:00:00.33] Discovered: NetworkMonitor.Tests
[xUnit.net 00:00:00.49] Starting: NetworkMonitor.Tests
[xUnit.net 00:00:00.61] Finished: NetworkMonitor.Tests (ID = '2e8f57cd5826539fc7a5cd3a97d27721fcb9a15ff7c496b1112166f6757858fe')
NetworkMonitor.Tests test net10.0 succeeded (1.1s)
Test summary: total: 57, failed: 0, succeeded: 57, skipped: 0, duration: 1.1s
Build succeeded in 1.9s
real 0m2.063s
user 0m1.063s
sys 0m0.219s
Restore complete (0.5s)
Build succeeded in 0.6s
Project 'NetworkMonitor.Console' has the following package references
[net10.0]:
Top-level Package Requested Resolved
> Microsoft.Extensions.Hosting 10.0.1 10.0.1
> OpenTelemetry.Exporter.Console 1.14.0 1.14.0
> OpenTelemetry.Extensions.Hosting 1.14.0 1.14.0
> OpenTelemetry.Instrumentation.Runtime 1.14.0 1.14.0
Project 'NetworkMonitor.Core' has the following package references
[net10.0]:
Top-level Package Requested Resolved
> Microsoft.Data.Sqlite 10.0.1 10.0.1
> Microsoft.Extensions.Hosting 10.0.1 10.0.1
> Microsoft.Extensions.Logging.Abstractions 10.0.1 10.0.1
> Microsoft.Extensions.Options 10.0.1 10.0.1
> OpenTelemetry 1.14.0 1.14.0
> OpenTelemetry.Exporter.Console 1.14.0 1.14.0
> OpenTelemetry.Extensions.Hosting 1.14.0 1.14.0
> OpenTelemetry.Instrumentation.Runtime 1.14.0 1.14.0
Project 'NetworkMonitor.Tests' has the following package references
[net10.0]:
Top-level Package Requested Resolved
> Microsoft.Extensions.Logging.Abstractions 10.0.1 10.0.1
> Microsoft.NET.Test.Sdk 18.0.1 18.0.1
> xunit.runner.visualstudio 3.1.5 3.1.5
> xunit.v3 3.2.1 3.2.1
real 0m1.457s
user 0m1.382s
sys 0m0.317s
Restore complete (0.4s)
Build succeeded in 0.5s
The following sources were used:
https://api.nuget.org/v3/index.json
The given project `NetworkMonitor.Console` has no updates given the current sources.
The given project `NetworkMonitor.Core` has no updates given the current sources.
The given project `NetworkMonitor.Tests` has no updates given the current sources.
real 0m2.342s
user 0m1.872s
sys 0m0.314s
kushal@syn-2600-6c56-9840-001d-0000-0000-0000-1157:~/src/dotnet/network-monitor/src$1 parent b26b0c7 commit 10c8619
3 files changed
Lines changed: 231 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
4557 | 4557 | | |
4558 | 4558 | | |
4559 | 4559 | | |
4560 | | - | |
| 4560 | + | |
4561 | 4561 | | |
4562 | 4562 | | |
4563 | 4563 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
0 commit comments