Skip to content

Commit 1879735

Browse files
committed
add all files
1 parent 6123a6d commit 1879735

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

documentation/llm/commands.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd ~/src/dotnet/mymodelviewpresenter; time git status; time git remote show origin; time du -sh .; cd /home/kushal/src/dotnet/mymodelviewpresenter/source/MVPModernized; time dotnet clean; time dotnet build; time dotnet test; time dotnet list package; time dotnet list package --outdated; time dotnet format; time export.sh; cd /home/kushal/src/dotnet/mymodelviewpresenter/source/Denormalization/Denormalization.sln; time dotnet clean; time dotnet build; time dotnet test; time dotnet list package; time dotnet list package --outdated; time dotnet format; cd ~/src/dotnet/mymodelviewpresenter; time bash export.sh; git add .; git commit --message "add all files"
1+
cd ~/src/dotnet/mymodelviewpresenter; time git status; time git remote show origin; time du -sh .; cd /home/kushal/src/dotnet/mymodelviewpresenter/source/MVPModernized; time dotnet clean; time dotnet build; time dotnet test; time dotnet list package; time dotnet list package --outdated; time dotnet format; time bash export.sh; cd /home/kushal/src/dotnet/mymodelviewpresenter/source/Denormalization/Denormalization.sln; time dotnet clean; time dotnet build; time dotnet test; time dotnet list package; time dotnet list package --outdated; time dotnet format; cd ~/src/dotnet/mymodelviewpresenter; time bash export.sh; git add .; git commit --message "add all files"

documentation/llm/dump.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
===============================================================================
22
PROJECT EXPORT (GIT TRACKED ONLY)
3-
Generated: Thu Feb 19 04:46:22 AM EST 2026
3+
Generated: Thu Feb 19 04:47:09 AM EST 2026
44
Project Path: /home/kushal/src/dotnet/mymodelviewpresenter
55
===============================================================================
66

@@ -1376,10 +1376,10 @@ The code now demonstrates enterprise-level patterns and practices while remainin
13761376

13771377
================================================================================
13781378
FILE: documentation/llm/commands.txt
1379-
SIZE: .64 KB
1379+
SIZE: .65 KB
13801380
================================================================================
13811381

1382-
cd ~/src/dotnet/mymodelviewpresenter; time git status; time git remote show origin; time du -sh .; cd /home/kushal/src/dotnet/mymodelviewpresenter/source/MVPModernized; time dotnet clean; time dotnet build; time dotnet test; time dotnet list package; time dotnet list package --outdated; time dotnet format; time export.sh; cd /home/kushal/src/dotnet/mymodelviewpresenter/source/Denormalization/Denormalization.sln; time dotnet clean; time dotnet build; time dotnet test; time dotnet list package; time dotnet list package --outdated; time dotnet format; cd ~/src/dotnet/mymodelviewpresenter; time bash export.sh; git add .; git commit --message "add all files"
1382+
cd ~/src/dotnet/mymodelviewpresenter; time git status; time git remote show origin; time du -sh .; cd /home/kushal/src/dotnet/mymodelviewpresenter/source/MVPModernized; time dotnet clean; time dotnet build; time dotnet test; time dotnet list package; time dotnet list package --outdated; time dotnet format; time bash export.sh; cd /home/kushal/src/dotnet/mymodelviewpresenter/source/Denormalization/Denormalization.sln; time dotnet clean; time dotnet build; time dotnet test; time dotnet list package; time dotnet list package --outdated; time dotnet format; cd ~/src/dotnet/mymodelviewpresenter; time bash export.sh; git add .; git commit --message "add all files"
13831383

13841384
================================================================================
13851385
FILE: documentation/llm/modernized.txt
@@ -1388,7 +1388,7 @@ SIZE: 111.71 KB
13881388

13891389
===============================================================================
13901390
PROJECT EXPORT (GIT TRACKED ONLY)
1391-
Generated: Thu Jan 8 04:52:43 PM CST 2026
1391+
Generated: Thu Feb 19 04:47:06 AM EST 2026
13921392
Project Path: /home/kushal/src/dotnet/mymodelviewpresenter/source/MVPModernized
13931393
===============================================================================
13941394

@@ -1508,27 +1508,27 @@ SIZE: .86 KB
15081508

15091509
<Project
15101510
Name="ProductApp.Domain"
1511-
Path="ProductApp.Domain\ProductApp.Domain.csproj" />
1511+
Path="ProductApp.Domain/ProductApp.Domain.csproj" />
15121512

15131513
<Project
15141514
Name="ProductApp.Infrastructure"
1515-
Path="ProductApp.Infrastructure\ProductApp.Infrastructure.csproj" />
1515+
Path="ProductApp.Infrastructure/ProductApp.Infrastructure.csproj" />
15161516

15171517
<Project
15181518
Name="ProductApp.Application"
1519-
Path="ProductApp.Application\ProductApp.Application.csproj" />
1519+
Path="ProductApp.Application/ProductApp.Application.csproj" />
15201520

15211521
<Project
15221522
Name="ProductApp.Web"
1523-
Path="ProductApp.Web\ProductApp.Web.csproj" />
1523+
Path="ProductApp.Web/ProductApp.Web.csproj" />
15241524

15251525
<Project
15261526
Name="ProductApp.Tests"
1527-
Path="ProductApp.Tests\ProductApp.Tests.csproj" />
1527+
Path="ProductApp.Tests/ProductApp.Tests.csproj" />
15281528

15291529
<Project
15301530
Name="ProductApp.Tests.E2E"
1531-
Path="ProductApp.Tests.E2E\ProductApp.Tests.E2E.csproj" />
1531+
Path="ProductApp.Tests.E2E/ProductApp.Tests.E2E.csproj" />
15321532

15331533
</Projects>
15341534

documentation/llm/modernized.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
===============================================================================
22
PROJECT EXPORT (GIT TRACKED ONLY)
3-
Generated: Thu Jan 8 04:52:43 PM CST 2026
3+
Generated: Thu Feb 19 04:47:06 AM EST 2026
44
Project Path: /home/kushal/src/dotnet/mymodelviewpresenter/source/MVPModernized
55
===============================================================================
66

@@ -120,27 +120,27 @@ SIZE: .86 KB
120120

121121
<Project
122122
Name="ProductApp.Domain"
123-
Path="ProductApp.Domain\ProductApp.Domain.csproj" />
123+
Path="ProductApp.Domain/ProductApp.Domain.csproj" />
124124

125125
<Project
126126
Name="ProductApp.Infrastructure"
127-
Path="ProductApp.Infrastructure\ProductApp.Infrastructure.csproj" />
127+
Path="ProductApp.Infrastructure/ProductApp.Infrastructure.csproj" />
128128

129129
<Project
130130
Name="ProductApp.Application"
131-
Path="ProductApp.Application\ProductApp.Application.csproj" />
131+
Path="ProductApp.Application/ProductApp.Application.csproj" />
132132

133133
<Project
134134
Name="ProductApp.Web"
135-
Path="ProductApp.Web\ProductApp.Web.csproj" />
135+
Path="ProductApp.Web/ProductApp.Web.csproj" />
136136

137137
<Project
138138
Name="ProductApp.Tests"
139-
Path="ProductApp.Tests\ProductApp.Tests.csproj" />
139+
Path="ProductApp.Tests/ProductApp.Tests.csproj" />
140140

141141
<Project
142142
Name="ProductApp.Tests.E2E"
143-
Path="ProductApp.Tests.E2E\ProductApp.Tests.E2E.csproj" />
143+
Path="ProductApp.Tests.E2E/ProductApp.Tests.E2E.csproj" />
144144

145145
</Projects>
146146

0 commit comments

Comments
 (0)